Skip to content

Commit 961529d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/webdriverio/test/move_test.ts

Lines changed: 2 additions & 2 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_COMPLEX.id,
735735
(await getCoordinate(this.browser, 'text_print')).x - 22,
736-
(await getCoordinate(this.browser, 'text_print')).y - 120,
736+
(await getCoordinate(this.browser, 'text_print')).y - 125,
737737
);
738738
await moveBlockAndAssertCandidateOrder(
739739
STATEMENT_COMPLEX.id,
@@ -748,7 +748,7 @@ suite(`Statement expression unconstrained move tests`, function () {
748748
this.browser,
749749
STATEMENT_COMPLEX.id,
750750
(await getCoordinate(this.browser, 'text_print')).x - 22,
751-
(await getCoordinate(this.browser, 'text_print')).y + 260,
751+
(await getCoordinate(this.browser, 'text_print')).y + 254,
752752
);
753753
await moveBlockAndAssertCandidateOrder(
754754
STATEMENT_COMPLEX.id,

0 commit comments

Comments
 (0)