Skip to content

Commit

Permalink
Try to fix e2e tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault authored and cedric-anne committed Jan 13, 2025
1 parent bcb1f51 commit c5270ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/cypress/e2e/search/display_preferences.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Display preferences', () => {

// Validate that the column was added to the global view config
openDisplayPreferences();
goToTab('Global View');
goToTab('Global View', true);
validateThatDisplayPreferenceExist('Pending reason');

// Make sure the column is not in the helpdesk view config
Expand Down Expand Up @@ -106,7 +106,7 @@ describe('Display preferences', () => {

// Validate that the column was added to the helpdesk view
openDisplayPreferences();
goToTab('Helpdesk View');
goToTab('Helpdesk View', true);
validateThatDisplayPreferenceExist('Pending reason');

// Make sure the column is not in the global view
Expand Down Expand Up @@ -142,7 +142,7 @@ describe('Display preferences', () => {
// Sadly, there is no easy way to determine this without waiting
// an arbitrary amount of time.
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(250);
cy.wait(800);
}

cy.get('@iframeBody').find('#tabspanel-select').select(name);
Expand Down

0 comments on commit c5270ec

Please sign in to comment.