Skip to content

Commit 77135bd

Browse files
committed
removed test for share button.
1 parent 1a6b24a commit 77135bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/integration/menu-bar.test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ describe('Menu bar settings', () => {
5252
await findByXpath('//*[li[span[text()="Save to your computer"]] and not(@data-tip="tooltip")]');
5353
});
5454

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-
6055
test('Logo should be clickable', async () => {
6156
await loadUri(uri);
6257
await clickXpath('//img[@alt="Smalruby"]');

0 commit comments

Comments
 (0)