Skip to content

Commit a86a8ee

Browse files
committed
chore: fix test
1 parent 016cb1a commit a86a8ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/webdriverio/test/actions_test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,12 @@ suite('Menus test', function () {
8686
{'disabled': true, 'text': 'Move Block M'},
8787
{'disabled': true, 'text': 'Cut ⌘ X'},
8888
{'text': 'Copy ⌘ C'},
89-
{'disabled': true, 'text': 'Paste ⌘ V'},
9089
]
9190
: [
9291
{'text': 'Help'},
9392
{'disabled': true, 'text': 'Move Block M'},
9493
{'disabled': true, 'text': 'Cut Ctrl + X'},
9594
{'text': 'Copy Ctrl + C'},
96-
{'disabled': true, 'text': 'Paste Ctrl + V'},
9795
],
9896
await contextMenuItems(this.browser),
9997
);

0 commit comments

Comments
 (0)