mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-09 00:18:26 +01:00
fix: test timing
This commit is contained in:
parent
eb55067983
commit
421267417c
@ -151,7 +151,7 @@ export const addFlexibleRolloutStrategyToFeature_UI = (
|
||||
cy.visit(
|
||||
`/projects/${projectName}/features/${featureToggleName}/strategies/create?environmentId=${env}&strategyName=flexibleRollout`,
|
||||
);
|
||||
cy.wait(500);
|
||||
cy.wait(8000);
|
||||
// Takes a bit to load the screen - this will wait until it finds it or fail
|
||||
cy.get('[data-testid=FLEXIBLE_STRATEGY_STICKINESS_ID]');
|
||||
if (ENTERPRISE) {
|
||||
|
Loading…
Reference in New Issue
Block a user