Skip to content

Commit 533f6f7

Browse files
committed
fix: uepr-8: Fix test
1 parent c84caa2 commit 533f6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/how-tos.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('Working with the how-to library', () => {
2727
await loadUri(uri);
2828
await clickText('Costumes');
2929
await clickXpath('//*[@aria-label="Tutorials"]');
30-
await clickText('Add a Sprite'); // Modal should close
30+
await clickText('Add a Backdrop'); // Modal should close
3131
// Make sure YouTube video on card appears
3232
await findByXpath('//div[contains(@class, "step-video")]');
3333
const logs = await getLogs();

0 commit comments

Comments
 (0)