Skip to content

Commit

Permalink
Add retries to flaky entity selector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault committed Sep 17, 2024
1 parent b952a20 commit 6f1b3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/entities_selector.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Entities selector', () => {
cy.visit('/front/central.php?active_entity=1&is_recursive=1');
});

it('Can switch to full structure', () => {
it('Can switch to full structure', { retries: {runMode: 2, openMode: 0} }, () => {
cy.openEntitySelector();

// Enable full structure
Expand Down

0 comments on commit 6f1b3bf

Please sign in to comment.