From f7244e6c89d0200622f8539b95c96ab4f8b67075 Mon Sep 17 00:00:00 2001 From: Ben Wheeler <wheeler.benjamin@gmail.com> Date: Wed, 19 Jun 2019 11:25:07 -0400 Subject: [PATCH] skip example change categories test --- test/integration/examples.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/examples.test.js b/test/integration/examples.test.js index 3554151db..a268455ca 100644 --- a/test/integration/examples.test.js +++ b/test/integration/examples.test.js @@ -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'); -- GitLab