We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6b24a commit 77135bdCopy full SHA for 77135bd
test/integration/menu-bar.test.js
@@ -52,11 +52,6 @@ describe('Menu bar settings', () => {
52
await findByXpath('//*[li[span[text()="Save to your computer"]] and not(@data-tip="tooltip")]');
53
});
54
55
- test('Share button should NOT be enabled', async () => {
56
- await loadUri(uri);
57
- await findByXpath('//div[span[div[span[text()="Share"]]] and @data-tip="tooltip"]');
58
- });
59
-
60
test('Logo should be clickable', async () => {
61
await loadUri(uri);
62
await clickXpath('//img[@alt="Smalruby"]');
0 commit comments