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 8f193b5 commit f29c7dbCopy full SHA for f29c7db
test/webdriverio/test/actions_test.ts
@@ -252,7 +252,7 @@ suite('Menus test', function () {
252
253
test('Clicking workspace dismisses menu', async function () {
254
await tabNavigateToWorkspace(this.browser);
255
- await clickBlock(this.browser, 'draw_circle_1', {button: 'right'});
+ await clickBlock(this.browser, 'set_background_color_1', {button: 'right'});
256
await this.browser.pause(PAUSE_TIME);
257
await focusWorkspace(this.browser);
258
0 commit comments