Skip to content

Commit 3918123

Browse files
author
Ives van Hoorne
committed
Loosen check for snapshots
1 parent 1baf98f commit 3918123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/integration-tests/tests/sandboxes.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const SANDBOXES = [
2929
'vanilla',
3030
'n5wy74w8vl', // material-ui generated demo
3131
'github/algolia/doc-onboarding/tree/master/demos/angular/media', // algolia angular demo
32-
'ymjwwrw2rj', // empty path
33-
'98o3k45m8p', // direct path test
32+
{ id: 'ymjwwrw2rj', threshold: 0.05 }, // empty path
33+
{ id: '98o3k45m8p', threshold: 0.05 }, // direct path test
3434
];
3535

3636
function pageLoaded(page) {

0 commit comments

Comments
 (0)