mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Revert changes
This commit is contained in:
parent
b5a6eeef42
commit
681394a983
@ -29,8 +29,8 @@ describe('feature', () => {
|
||||
}
|
||||
});
|
||||
|
||||
// cy.deleteFeature_API(featureToggleName, projectName);
|
||||
// cy.deleteProject_API(projectName);
|
||||
cy.deleteFeature_API(featureToggleName, projectName);
|
||||
cy.deleteProject_API(projectName);
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
|
@ -153,7 +153,6 @@ export const addFlexibleRolloutStrategyToFeature_UI = (
|
||||
);
|
||||
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]');
|
||||
if (ENTERPRISE) {
|
||||
cy.get('[data-testid=ADD_CONSTRAINT_ID]').click();
|
||||
|
@ -62,7 +62,7 @@ export const toSelectablePeriod = (
|
||||
dayCount,
|
||||
label:
|
||||
label ||
|
||||
"date.toLocaleString('en-US', { month: 'long', year: 'numeric' })",
|
||||
date.toLocaleString('en-US', { month: 'long', year: 'numeric' }),
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user