fix: uepr-8: Fix test

This commit is contained in:
Kaloyan Manolov 2024-10-21 15:12:29 +03:00
parent c84caa24f1
commit 533f6f7616

View File

@ -27,7 +27,7 @@ describe('Working with the how-to library', () => {
await loadUri(uri);
await clickText('Costumes');
await clickXpath('//*[@aria-label="Tutorials"]');
await clickText('Add a Sprite'); // Modal should close
await clickText('Add a Backdrop'); // Modal should close
// Make sure YouTube video on card appears
await findByXpath('//div[contains(@class, "step-video")]');
const logs = await getLogs();