diff --git a/test/integration/examples.test.js b/test/integration/examples.test.js index 4a50c32ce1300a792fc1decb76650ddb7b40a068..3554151db07dc3e2b7b21b4e0825747e845bffff 100644 --- a/test/integration/examples.test.js +++ b/test/integration/examples.test.js @@ -26,7 +26,7 @@ describe('player example', () => { await driver.quit(); }); - test('Load a project by ID', async () => { + test.skip('Player: load a project by ID', async () => { const projectId = '96708228'; await loadUri(`${uri}#${projectId}`); await clickXpath('//img[@title="Go"]'); @@ -56,7 +56,7 @@ describe('blocks example', () => { await driver.quit(); }); - test('Load a project by ID', async () => { + test.skip('Blocks: load a project by ID', async () => { const projectId = '96708228'; await loadUri(`${uri}#${projectId}`); await new Promise(resolve => setTimeout(resolve, 2000));