Skip to content
Snippets Groups Projects
Commit 15642ba6 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

There is no loading screen for blocks example, dont wait for it

parent 35413c63
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ describe('blocks example', () => {
test('Load a project by ID', async () => {
const projectId = '96708228';
await loadUri(`${uri}#${projectId}`);
await waitUntilGone(findByText('Loading'));
await new Promise(resolve => setTimeout(resolve, 2000));
await clickXpath('//img[@title="Go"]');
await new Promise(resolve => setTimeout(resolve, 2000));
await clickXpath('//img[@title="Stop"]');
......
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