Skip to content

Commit

Permalink
chore: use same number of retries for all Cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 5, 2023
1 parent b7e9e0d commit f243f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/e2e/example19.cy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe('Example 19 - ExcelCopyBuffer with Cell Selection', { retries: 0 }, () => {
describe('Example 19 - ExcelCopyBuffer with Cell Selection', { retries: 1 }, () => {
const titles = [
'', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L',
'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y',
Expand Down

0 comments on commit f243f3b

Please sign in to comment.