Skip to content

Commit 7b9aed7

Browse files
committed
Fix multi-word matching in the blocks
1 parent 280f139 commit 7b9aed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/blocks.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ describe('Working with the blocks', () => {
240240
await clickText('Code');
241241
await clickText('Sound', scope.blocksTab);
242242
await driver.sleep(500); // Wait for scroll to finish
243-
await clickText('A Bass', scope.blocksTab);
243+
await clickText('A\u00A0Bass', scope.blocksTab); // Need   for block text
244244
});
245245

246246
// Regression test for switching between editor/player causing toolbox to stop updating

0 commit comments

Comments
 (0)