1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Revert changes

This commit is contained in:
Gastón Fournier 2024-09-02 17:31:40 +02:00
parent b5a6eeef42
commit 681394a983
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E
3 changed files with 3 additions and 4 deletions

View File

@ -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(() => {

View File

@ -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();

View File

@ -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' }),
};
};