diff --git a/test/integration/blocks.test.js b/test/integration/blocks.test.js
index 8b2acdc730b3e03492925a58c546d52c47d02284..e7fcf0b827f94f5f8baedb3237a4a4728e6eaa20 100644
--- a/test/integration/blocks.test.js
+++ b/test/integration/blocks.test.js
@@ -114,6 +114,7 @@ describe('Working with the blocks', () => {
         await clickText('+', scope.monitors);
         el = await findByXpath(`//body//${scope.monitors}//input`);
         await el.sendKeys('thing2');
+        await el.click(); // Regression for "clicking active input erases value" bug.
         await clickText('list1', scope.monitors); // Blur the input to submit
 
         // Check that the list value has been propagated.