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 @@ -30,7 +30,7 @@ suite('Move tests', function () {
3030 // moved, with subsequent statement blocks below it in the stack
3131 // reattached to where the moving block was - i.e., that a stack
3232 // heal will occur.
33- test . only ( 'Start moving statement blocks' , async function ( ) {
33+ test ( 'Start moving statement blocks' , async function ( ) {
3434 for ( let i = 1 ; i < 7 ; i ++ ) {
3535 // Navigate to statement_<i>.
3636 await tabNavigateToWorkspace ( this . browser ) ;
@@ -90,7 +90,7 @@ suite('Move tests', function () {
9090 // When a move of a value block begins, it is expected that block
9191 // and all blocks connected to its inputs will be moved - i.e., that
9292 // a stack heal (really: unary operator chain heal) will NOT occur.
93- test . only ( 'Start moving value blocks' , async function ( ) {
93+ test ( 'Start moving value blocks' , async function ( ) {
9494 for ( let i = 1 ; i < 7 ; i ++ ) {
9595 // Navigate to statement_<i>.
9696 await tabNavigateToWorkspace ( this . browser ) ;
You can’t perform that action at this time.
0 commit comments