@Archieru AssertionError
expected [ Array(2) ] to be empty
Because this error occurred during a before each hook we are skipping all of the remaining tests.
cypress/support/utils/WebUtils.ts:42:29
40 | static clearAllCookies() {
41 | cy.clearCookies().then(()=>{
> 42 | cy.getCookies().should("be.empty");
| ^
43 | });
44 | }