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
Get rid of the before and after hooks in favor of the beforeEach and afterEach hooks. Or at least make sure that the code executed in the before and after hook is not prone to fail (i.e. es_archiver).
The text was updated successfully, but these errors were encountered:
MadameSheema
changed the title
[Explore] Remove beofre and after hooks from Cypress tests
[Explore] Remove before and after hooks from Cypress tests
Jan 17, 2024
Relates to:
#173327
#174247
Get rid of the
before
andafter
hooks in favor of thebeforeEach
andafterEach
hooks. Or at least make sure that the code executed in the before and after hook is not prone to fail (i.e. es_archiver).The text was updated successfully, but these errors were encountered: