File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments