Skip to content
Snippets Groups Projects
Unverified Commit cbb265e9 authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub
Browse files

Merge pull request #4934 from benjiwheeler/remove-example-test

skip example change categories test
parents 948fb2f7 f7244e6c
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,8 @@ describe('blocks example', () => {
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 clickText('Looks');
await clickText('Sound');
......
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