Skip to content

Commit 2c0fd79

Browse files
KasinhouMatus KasakCopilot
authored
TUL/Breadcrumbs cypress fix (#1155)
* Disable static page playwright test for customer/tul * Increased time for default command * Increased timeout to 30 seconds * Decrease timeout due to exessive flakiness Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 51e26c4 commit 2c0fd79

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

cypress/integration/breadcrumbs.spec.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ import { TEST_ENTITY_PUBLICATION } from 'cypress/support';
22
import { testA11y } from 'cypress/support/utils';
33

44
describe('Breadcrumbs', () => {
5-
it('should pass accessibility tests', () => {
5+
it('should pass accessibility tests', {
6+
retries: {
7+
runMode: 8,
8+
openMode: 8,
9+
},
10+
defaultCommandTimeout: 10000
11+
}, () => {
612
// Visit an Item, as those have more breadcrumbs
713
cy.visit('/entities/publication/' + TEST_ENTITY_PUBLICATION);
814

0 commit comments

Comments
 (0)