Skip to content
Snippets Groups Projects
Commit 1e684f65 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Add integration test for stage block differences

parent 731ee803
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,11 @@ describe('costumes, sounds and variables', () => {
// "meow" sound block should be visible
await findByText('meow', blocksTabScope);
await clickText('Backdrops'); // Switch to the backdrop
// Now "pop" sound block should be visible
// Now "pop" sound block should be visible and motion blocks hidden
await findByText('pop', blocksTabScope);
await clickText('Motion', blocksTabScope);
await findByText('Stage selected: no motion blocks');
const logs = await getLogs(errorWhitelist);
await expect(logs).toEqual([]);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment