File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ suite.only('Deleting Blocks', function () {
164164 await tabNavigateToWorkspace ( this . browser ) ;
165165 await this . browser . pause ( PAUSE_TIME ) ;
166166
167+ // The test workspace doesn't already contain a stranded block, so add one.
167168 await moveToToolboxCategory ( this . browser , 'Math' ) ;
168169 await this . browser . pause ( PAUSE_TIME ) ;
169170 // Move to flyout.
@@ -188,6 +189,7 @@ suite.only('Deleting Blocks', function () {
188189 await tabNavigateToWorkspace ( this . browser ) ;
189190 await this . browser . pause ( PAUSE_TIME ) ;
190191
192+ // The test workspace doesn't already contain a stranded block, so add one.
191193 await moveToToolboxCategory ( this . browser , 'Math' ) ;
192194 await this . browser . pause ( PAUSE_TIME ) ;
193195 // Move to flyout.
You can’t perform that action at this time.
0 commit comments