Skip to content
Snippets Groups Projects
Commit f7244e6c authored by Ben Wheeler's avatar Ben Wheeler
Browse files

skip example change categories test

parent 1476c88a
Branches
Tags 0.1.0-prerelease.20190723203336
No related merge requests found
...@@ -75,7 +75,8 @@ describe('blocks example', () => { ...@@ -75,7 +75,8 @@ describe('blocks example', () => {
await expect(projectRequests).toEqual(['https://projects.scratch.mit.edu/96708228']); await expect(projectRequests).toEqual(['https://projects.scratch.mit.edu/96708228']);
}); });
test('Change categories', async () => { // skipping per https://github.com/LLK/scratch-gui/issues/4902 until we have better approach
test.skip('Change categories', async () => {
await loadUri(`${uri}`); await loadUri(`${uri}`);
await clickText('Looks'); await clickText('Looks');
await clickText('Sound'); await clickText('Sound');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment