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

Commit

Permalink
more awaits
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Folkesson authored and Fredrik Folkesson committed Jan 21, 2019
1 parent 919e337 commit 5a80bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/selection.spec.js
Expand Up @@ -13,6 +13,7 @@ describe('catwalk', () => {
await page.waitFor(4000);
await page.click('[fieldz=Key_Ind_Drug]');
await page.click('[title="\'10003554-1\' (No numerical representation)"]');
await page.waitFor(1000);
const img = await page.screenshot({ fullPage: true });
return expect(img).to.matchImageOf('selection', OPTS);
});
Expand Down

0 comments on commit 5a80bb8

Please sign in to comment.