Skip to content

Commit a7a94df

Browse files
committed
Added comment clarifying why the test is adding a block.
1 parent c95259b commit a7a94df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/webdriverio/test/delete_test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)