We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280f139 commit 7b9aed7Copy full SHA for 7b9aed7
test/integration/blocks.test.js
@@ -240,7 +240,7 @@ describe('Working with the blocks', () => {
240
await clickText('Code');
241
await clickText('Sound', scope.blocksTab);
242
await driver.sleep(500); // Wait for scroll to finish
243
- await clickText('A Bass', scope.blocksTab);
+ await clickText('A\u00A0Bass', scope.blocksTab); // Need for block text
244
});
245
246
// Regression test for switching between editor/player causing toolbox to stop updating
0 commit comments