diff --git a/frontend/cypress/support/UI.ts b/frontend/cypress/support/UI.ts index d9801a4943..54a66f8c77 100644 --- a/frontend/cypress/support/UI.ts +++ b/frontend/cypress/support/UI.ts @@ -153,6 +153,7 @@ export const addFlexibleRolloutStrategyToFeature_UI = ( ); cy.wait(500); // 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]'); if (ENTERPRISE) { cy.get('[data-testid=ADD_CONSTRAINT_ID]').click();