Skip to content

Commit 50b5806

Browse files
author
Ives van Hoorne
committed
Replace a test with more deterministic one
1 parent db39480 commit 50b5806

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
-47.3 KB
Binary file not shown.
24.8 KB
Loading

integration-tests/tests/sandboxes.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ const SANDBOXES = [
1212
'github/faceyspacey/redux-first-router-codesandbox/tree/master',
1313
'mZRjw05yp',
1414
'pk1qjqpw67',
15-
'X6npLXPRW',
1615
{ id: 'o29j95wx9', root: '#app' },
1716
{ id: 'k3q1zjjml5', root: '#app' },
17+
'github/reactjs/redux/tree/master/examples/real-world',
1818
];
1919

2020
SANDBOXES.forEach(sandbox => {
@@ -49,8 +49,6 @@ SANDBOXES.forEach(sandbox => {
4949
},
5050
customSnapshotIdentifier: id.split('/').join('-'),
5151
});
52-
53-
page.close();
5452
},
5553
1000 * 60 * 10 // 10 minutes for all tests in total
5654
);

0 commit comments

Comments
 (0)