Skip to content

Commit c4dcdf1

Browse files
committed
Ugh, trying to fix test failures in github actions that I cannot reproduce locally.
1 parent 1f46a2c commit c4dcdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/move_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ suite(`Statement expression unconstrained move tests`, function () {
799799
this.browser,
800800
STATEMENT_COMPLEX.id,
801801
(await getCoordinate(this.browser, 'text_print')).x - 22,
802-
(await getCoordinate(this.browser, 'text_print')).y - 120,
802+
(await getCoordinate(this.browser, 'text_print')).y - 125,
803803
);
804804
await moveBlockAndAssertCandidates(
805805
STATEMENT_COMPLEX.id,

0 commit comments

Comments
 (0)