Skip to content

Commit

Permalink
fix: uepr-8: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaloyan Manolov committed Oct 21, 2024
1 parent c84caa2 commit 533f6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/how-tos.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 533f6f7

Please # to comment.