From 74c21431ddecce911cccebe0d65a785d511e578d Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Fri, 15 Dec 2017 12:07:47 -0500 Subject: [PATCH] Fix integration test --- test/integration/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test.js b/test/integration/test.js index e73b6b5cd..ca54db337 100644 --- a/test/integration/test.js +++ b/test/integration/test.js @@ -88,7 +88,7 @@ describe('costumes, sounds and variables', () => { await clickText('Add Sound'); let el = await findByXpath("//input[@placeholder='what are you looking for?']"); await el.sendKeys('meow'); - await clickText('meow'); // Should close the modal + await clickText('Meow', modalScope); // Should close the modal // Add a new sound await clickText('Add Sound'); -- GitLab