Skip to content

Commit f2de098

Browse files
committed
👷 Retry CI-flaky spa tests
1 parent f2388f2 commit f2de098

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/RoutesAndParams.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ describe('RoutesAndParams /routes-and-params/inner-html', () => {
256256
})
257257

258258
describe('RoutesAndParams /routes-and-params/hrefs spa', () => {
259+
jest.retryTimes(3, { logErrorsBeforeRetry: true, retryImmediately: true })
260+
259261
beforeEach(async () => {
260262
await page.goto('http://localhost:6969/routes-and-params/hrefs')
261263
await page.waitForSelector(`[data-application-hydrated]`)

0 commit comments

Comments
 (0)