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

also turn off examples tests that load remote project

parent 8128902c
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
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