mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
Increasing waiting time
This commit is contained in:
parent
ac4a3569c1
commit
e23705faf1
@ -151,7 +151,7 @@ export const addFlexibleRolloutStrategyToFeature_UI = (
|
|||||||
cy.visit(
|
cy.visit(
|
||||||
`/projects/${projectName}/features/${featureToggleName}/strategies/create?environmentId=${env}&strategyName=flexibleRollout`,
|
`/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
|
// Takes a bit to load the screen - this will wait until it finds it or fail
|
||||||
console.log('Waiting for strategy to load');
|
console.log('Waiting for strategy to load');
|
||||||
cy.get('[data-testid=FLEXIBLE_STRATEGY_STICKINESS_ID]');
|
cy.get('[data-testid=FLEXIBLE_STRATEGY_STICKINESS_ID]');
|
||||||
|
Loading…
Reference in New Issue
Block a user