Skip to content

Commit 3801460

Browse files
committed
test(client): switched snapshot test to single line confirmation
1 parent 7e7f4b9 commit 3801460

File tree

2 files changed

+1
-99
lines changed

2 files changed

+1
-99
lines changed

test/e2e/Progress.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('client progress', () => {
4646
'body { background-color: rgb(255, 0, 0); }'
4747
);
4848
page.waitFor(10000).then(() => {
49-
expect(res).toMatchSnapshot();
49+
expect(res.includes('[WDS] 0% - compiling.')).toBeTruthy();
5050
browser.close().then(done);
5151
});
5252
});

test/e2e/__snapshots__/Progress.test.js.snap

-98
This file was deleted.

0 commit comments

Comments
 (0)