Skip to content
Snippets Groups Projects
Commit 74c21431 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix integration test

parent efaf2371
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ describe('costumes, sounds and variables', () => { ...@@ -88,7 +88,7 @@ describe('costumes, sounds and variables', () => {
await clickText('Add Sound'); await clickText('Add Sound');
let el = await findByXpath("//input[@placeholder='what are you looking for?']"); let el = await findByXpath("//input[@placeholder='what are you looking for?']");
await el.sendKeys('meow'); await el.sendKeys('meow');
await clickText('meow'); // Should close the modal await clickText('Meow', modalScope); // Should close the modal
// Add a new sound // Add a new sound
await clickText('Add Sound'); await clickText('Add Sound');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment