diff --git a/test/integration/blocks.test.js b/test/integration/blocks.test.js
index 1f7ab546a05f6ad57a308fe3f17991bd13de8c87..f3ccc3e660059110ae42b3603b2ad39dabaff8c6 100644
--- a/test/integration/blocks.test.js
+++ b/test/integration/blocks.test.js
@@ -240,7 +240,7 @@ describe('Working with the blocks', () => {
         await clickText('Code');
         await clickText('Sound', scope.blocksTab);
         await driver.sleep(500); // Wait for scroll to finish
-        await clickText('A Bass', scope.blocksTab);
+        await clickText('A\u00A0Bass', scope.blocksTab); // Need   for block text
     });
 
     // Regression test for switching between editor/player causing toolbox to stop updating