Skip to content

Commit

Permalink
use skipJSErrors in integration tests to avoid ResizeObserver errors …
Browse files Browse the repository at this point in the history
…causing crashes

hopefully we can catch these errors and treat them as special cases
  • Loading branch information
jonathonherbert committed Mar 1, 2024
1 parent 31977c2 commit f2a8d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fronts-client/integration/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ createTestCafe('localhost', 1337, 1338)
process.argv.includes('--dev') ? '' : ':headless'
}`
)
.run();
.run({ skipJsErrors: true });
})
.then(failedCount => {
testcafe.close();
Expand Down

0 comments on commit f2a8d93

Please sign in to comment.