diff --git a/test/integration/how-tos.test.js b/test/integration/how-tos.test.js index 953cfbc7e4560f121f86af179a6e2dcc0c836a21..3877ce3e8e519c2ae1cc2bfd7d498595f1b679f3 100644 --- a/test/integration/how-tos.test.js +++ b/test/integration/how-tos.test.js @@ -27,8 +27,8 @@ describe('Working with the how-to library', () => { await clickXpath('//button[@title="tryit"]'); await clickText('Costumes'); await clickXpath('//*[@aria-label="How-to Library"]'); - await clickText('Say hello'); // Modal should close - await clickText('Add a new sprite'); // Make sure first card appears + await clickText('Getting Started'); // Modal should close + await clickText('Add a Move Block and a Say Block'); // Make sure first card appears const logs = await getLogs(); await expect(logs).toEqual([]); });