Skip to content

Commit 4832ab3

Browse files
committed
Maybe clicking a different location fixes the github test failure.
1 parent 8f193b5 commit 4832ab3

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
@@ -173,7 +173,7 @@ export async function focusWorkspace(browser: WebdriverIO.Browser) {
173173
const workspaceElement = await browser.$(
174174
'#blocklyDiv > div > svg.blocklySvg > g',
175175
);
176-
await workspaceElement.click();
176+
await workspaceElement.click({x: 100});
177177
}
178178

179179
/**

0 commit comments

Comments
 (0)