Skip to content

Commit

Permalink
test(client): switched snapshot test to single line confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
knagaitsev committed Jun 4, 2019
1 parent 7e7f4b9 commit 3801460
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 99 deletions.
2 changes: 1 addition & 1 deletion test/e2e/Progress.test.js
Expand Up @@ -46,7 +46,7 @@ describe('client progress', () => {
'body { background-color: rgb(255, 0, 0); }'
);
page.waitFor(10000).then(() => {
expect(res).toMatchSnapshot();
expect(res.includes('[WDS] 0% - compiling.')).toBeTruthy();
browser.close().then(done);
});
});
Expand Down
98 changes: 0 additions & 98 deletions test/e2e/__snapshots__/Progress.test.js.snap

This file was deleted.

0 comments on commit 3801460

Please sign in to comment.