Skip to content

Commit 19b9b3c

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/webdriverio/test/move_test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ suite(`Statement expression unconstrained move tests`, function () {
733733
this.browser,
734734
STATEMENT_SIMPLE.id,
735735
(await getCoordinate(this.browser, 'text_print')).x + 25,
736-
(await getCoordinate(this.browser, 'text_print')).y - 60,
736+
(await getCoordinate(this.browser, 'text_print')).y - 65,
737737
);
738738
await moveBlockAndAssertCandidates(
739739
STATEMENT_SIMPLE.id,
@@ -748,7 +748,7 @@ suite(`Statement expression unconstrained move tests`, function () {
748748
this.browser,
749749
STATEMENT_SIMPLE.id,
750750
(await getCoordinate(this.browser, 'text_print')).x + 25,
751-
(await getCoordinate(this.browser, 'text_print')).y + 240,
751+
(await getCoordinate(this.browser, 'text_print')).y + 235,
752752
);
753753
await moveBlockAndAssertCandidates(
754754
STATEMENT_SIMPLE.id,
@@ -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,
@@ -814,7 +814,7 @@ suite(`Statement expression unconstrained move tests`, function () {
814814
this.browser,
815815
STATEMENT_COMPLEX.id,
816816
(await getCoordinate(this.browser, 'text_print')).x - 22,
817-
(await getCoordinate(this.browser, 'text_print')).y + 260,
817+
(await getCoordinate(this.browser, 'text_print')).y + 255,
818818
);
819819
await moveBlockAndAssertCandidates(
820820
STATEMENT_COMPLEX.id,

0 commit comments

Comments
 (0)