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 fa09a44 commit a0d929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/doc-list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('doc-list', () => {

// Check that the doc-list is rendered correctly.
await page.goto(correctEngineUrl, { timeout: 60000, waitUntil: 'networkidle0' });
// await page.waitForSelector('.doc-list');
await page.waitForSelector('.doc-list');
// let img = await page.screenshot({ fullPage: true });
// await expect(img).to.matchImageOf('valid-engine-doc-list', OPTS);
//
Expand Down

0 comments on commit a0d929e

Please sign in to comment.