Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 01a8306

Browse files
committed
add retries to api tests
1 parent d542420 commit 01a8306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/07-ci/api-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe('stub network', () => {
106106
})
107107
})
108108

109-
describe('API', () => {
109+
describe('API', { retries: 2 }, () => {
110110
beforeEach(resetDatabase)
111111
beforeEach(() => visit(true))
112112
beforeEach(stubMathRandom)

0 commit comments

Comments
 (0)