mirror of
https://github.com/scratchfoundation/scratch-gui.git
synced 2024-11-25 16:26:20 +08:00
fix: uepr-8: Fix test
This commit is contained in:
parent
c84caa24f1
commit
533f6f7616
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user