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 e4066e1 commit 17bd9b7Copy full SHA for 17bd9b7
test/webdriverio/test/actions_test.ts
@@ -203,7 +203,7 @@ suite('Menus test', function () {
203
204
test('Clicking workspace dismisses menu', async function () {
205
await tabNavigateToWorkspace(this.browser);
206
- await rightClickOnBlock(this.browser, 'draw_circle_1');
+ await rightClickOnBlock(this.browser, 'set_background_color_1');
207
await this.browser.pause(PAUSE_TIME);
208
await focusWorkspace(this.browser);
209
0 commit comments