gentle-accountant-4760
09/15/2022, 3:31 PMts
beforeEach(() => {
localStorage.setItem('featureToggleOverrides', JSON.stringify({
'feature-simple-identity-provider': true,
}));
});
however when I run my test the first time when doing cypress open, it works but then when I restart the test again, it doesn't apply the beforeEach anymore, what is the reason of that?