From ac4a3569c16bfe0731ae328812d3d56a6a5d9623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 2 Sep 2024 14:48:57 +0200 Subject: [PATCH] Add console log for testing --- frontend/cypress/support/UI.ts | 1 + 1 file changed, 1 insertion(+) 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();