Skip to content

Commit

Permalink
chore: wait to progress
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityataparia committed Nov 3, 2019
1 parent a8519ad commit ee51c1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ async function getProgress() {
describe('shows correct progress', () => {
before(async () => {
await page.goto(`${PATH}/progress.html`);
await page.evaluate(() => Sifrr.Dom.loading());
});

it('has correct progress in start', async () => {
Expand Down

0 comments on commit ee51c1a

Please sign in to comment.