You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a duplicate of #17705 where hooks can be rerun in certain situations when there is a top navigation. We are working on this issue currently.
Current behavior
when writing multiple tests inside one block (describe), before hook triggers multiple times.
Desired behavior
Before hook inside one block should be triggered only once.
Test code to reproduce
describe("Testing", () => {
});
Cypress Version
8.3.1
Other
No response
The text was updated successfully, but these errors were encountered: