diff --git a/frontend/cypress/support/UI.ts b/frontend/cypress/support/UI.ts index 54a66f8c77..7830e4d52d 100644 --- a/frontend/cypress/support/UI.ts +++ b/frontend/cypress/support/UI.ts @@ -151,7 +151,7 @@ export const addFlexibleRolloutStrategyToFeature_UI = ( cy.visit( `/projects/${projectName}/features/${featureToggleName}/strategies/create?environmentId=${env}&strategyName=flexibleRollout`, ); - cy.wait(500); + cy.wait(1000); // Takes a bit to load the screen - this will wait until it finds it or fail console.log('Waiting for strategy to load'); cy.get('[data-testid=FLEXIBLE_STRATEGY_STICKINESS_ID]');