Skip to content

Commit 17bd9b7

Browse files
committed
Maybe clicking a different block fixes the linux test faliure.
1 parent e4066e1 commit 17bd9b7

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
@@ -203,7 +203,7 @@ suite('Menus test', function () {
203203

204204
test('Clicking workspace dismisses menu', async function () {
205205
await tabNavigateToWorkspace(this.browser);
206-
await rightClickOnBlock(this.browser, 'draw_circle_1');
206+
await rightClickOnBlock(this.browser, 'set_background_color_1');
207207
await this.browser.pause(PAUSE_TIME);
208208
await focusWorkspace(this.browser);
209209
await this.browser.pause(PAUSE_TIME);

0 commit comments

Comments
 (0)