Cypress - Authentication and Sessions
Identify the error in this Cypress code that tries to clear local storage:
cy.window().then(win => {
win.localStorage.clear;
});cy.window().then(win => {
win.localStorage.clear;
});15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions