Skip to content

Commit f29c7db

Browse files
committed
Maybe clicking a different block fixes the github action test faliure.
1 parent 8f193b5 commit f29c7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/actions_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ suite('Menus test', function () {
252252

253253
test('Clicking workspace dismisses menu', async function () {
254254
await tabNavigateToWorkspace(this.browser);
255-
await clickBlock(this.browser, 'draw_circle_1', {button: 'right'});
255+
await clickBlock(this.browser, 'set_background_color_1', {button: 'right'});
256256
await this.browser.pause(PAUSE_TIME);
257257
await focusWorkspace(this.browser);
258258
await this.browser.pause(PAUSE_TIME);

0 commit comments

Comments
 (0)