Skip to content

Commit 5d18ad3

Browse files
committed
Maybe clicking a different location fixes the github test failure.
1 parent d5e67fc commit 5d18ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/test_setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export async function focusWorkspace(browser: WebdriverIO.Browser) {
188188
const workspaceElement = await browser.$(
189189
'#blocklyDiv > div > svg.blocklySvg > g',
190190
);
191-
await workspaceElement.click();
191+
await workspaceElement.click({x: 100});
192192
}
193193

194194
/**

0 commit comments

Comments
 (0)