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

Fix integration test

parent 729f7aa3
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ describe('Working with the how-to library', () => { ...@@ -27,8 +27,8 @@ describe('Working with the how-to library', () => {
await clickXpath('//button[@title="tryit"]'); await clickXpath('//button[@title="tryit"]');
await clickText('Costumes'); await clickText('Costumes');
await clickXpath('//*[@aria-label="How-to Library"]'); await clickXpath('//*[@aria-label="How-to Library"]');
await clickText('Say hello'); // Modal should close await clickText('Getting Started'); // Modal should close
await clickText('Add a new sprite'); // Make sure first card appears await clickText('Add a Move Block and a Say Block'); // Make sure first card appears
const logs = await getLogs(); const logs = await getLogs();
await expect(logs).toEqual([]); await expect(logs).toEqual([]);
}); });
......
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