mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Add console log for testing
This commit is contained in:
parent
644285d686
commit
ac4a3569c1
@ -153,6 +153,7 @@ export const addFlexibleRolloutStrategyToFeature_UI = (
|
|||||||
);
|
);
|
||||||
cy.wait(500);
|
cy.wait(500);
|
||||||
// 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');
|
||||||
cy.get('[data-testid=FLEXIBLE_STRATEGY_STICKINESS_ID]');
|
cy.get('[data-testid=FLEXIBLE_STRATEGY_STICKINESS_ID]');
|
||||||
if (ENTERPRISE) {
|
if (ENTERPRISE) {
|
||||||
cy.get('[data-testid=ADD_CONSTRAINT_ID]').click();
|
cy.get('[data-testid=ADD_CONSTRAINT_ID]').click();
|
||||||
|
Loading…
Reference in New Issue
Block a user