mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Revert wait for 10s
This commit is contained in:
parent
6b8874a26c
commit
49d1950ca4
@ -151,7 +151,7 @@ export const addFlexibleRolloutStrategyToFeature_UI = (
|
||||
cy.visit(
|
||||
`/projects/${projectName}/features/${featureToggleName}/strategies/create?environmentId=${env}&strategyName=flexibleRollout`,
|
||||
);
|
||||
cy.wait(10000);
|
||||
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]');
|
||||
|
Loading…
Reference in New Issue
Block a user