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 016cb1a commit a86a8eeCopy full SHA for a86a8ee
test/webdriverio/test/actions_test.ts
@@ -86,14 +86,12 @@ suite('Menus test', function () {
86
{'disabled': true, 'text': 'Move Block M'},
87
{'disabled': true, 'text': 'Cut ⌘ X'},
88
{'text': 'Copy ⌘ C'},
89
- {'disabled': true, 'text': 'Paste ⌘ V'},
90
]
91
: [
92
{'text': 'Help'},
93
94
{'disabled': true, 'text': 'Cut Ctrl + X'},
95
{'text': 'Copy Ctrl + C'},
96
- {'disabled': true, 'text': 'Paste Ctrl + V'},
97
],
98
await contextMenuItems(this.browser),
99
);
0 commit comments