1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00
This commit is contained in:
Gastón Fournier 2024-09-02 15:22:13 +02:00
parent 6f7a334e36
commit 2707d97d2a
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -151,7 +151,7 @@ export const addFlexibleRolloutStrategyToFeature_UI = (
cy.visit(
`/projects/${projectName}/features/${featureToggleName}/strategies/create?environmentId=${env}&strategyName=flexibleRollout`,
);
cy.wait(1000);
cy.wait(10000);
// 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]');