Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Update doc-list.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Strand committed Dec 19, 2019
1 parent 88ec195 commit 0f6f5ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/doc-list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ describe('doc-list', () => {
await expect(img).to.matchImageOf('valid-engine-doc-list', OPTS);

// Verify that clicking on an app opens it.
page.click('.doc-list > li');
await Promise.all([
page.click('.doc-list > li'),
page.waitFor(10000),
]);

// await page.waitForSelector('.model');
// await wsHelper.waitUntilNoRequests(5000);
Expand Down

0 comments on commit 0f6f5ee

Please sign in to comment.