File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -563,8 +563,7 @@ suite(`Statement expression unconstrained move tests`, function () {
563563 const EXPECTED_STATEMENT_SIMPLE_DOWN = [
564564 { id : 'text_print' , index : 0 , ownIndex : 1 } , // Above print block
565565 { id : 'text_print' , index : 1 , ownIndex : 0 } , // Below print block
566- { id : 'controls_repeat_ext' , index : 1 , ownIndex : 0 } , // Below repeat block
567- { id : 'controls_if' , index : 6 , ownIndex : 0 } , // In else condition
566+ { id : 'controls_if' , index : 1 , ownIndex : 0 } , // Below if-else block
568567 ] ;
569568
570569 /**
@@ -666,7 +665,7 @@ suite(`Statement expression unconstrained move tests`, function () {
666665 await moveBlock (
667666 this . browser ,
668667 STATEMENT_SIMPLE . id ,
669- ( await getCoordinate ( this . browser , 'text_print' ) ) . x + 25 ,
668+ ( await getCoordinate ( this . browser , 'text_print' ) ) . x + 15 ,
670669 ( await getCoordinate ( this . browser , 'text_print' ) ) . y - 60 ,
671670 ) ;
672671 await moveBlockAndAssertCandidateOrder (
You can’t perform that action at this time.
0 commit comments