diff --git a/test/cypress/e2e/example19.cy.ts b/test/cypress/e2e/example19.cy.ts index 2cecc0f7d..4068123e9 100644 --- a/test/cypress/e2e/example19.cy.ts +++ b/test/cypress/e2e/example19.cy.ts @@ -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',