EmptyError: The following error originated from your application code, not from Cypress.
> no elements in sequence
When Cypress detects uncaught errors originating from your application it will automatically fail the current test.
This behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event.
https://on.cypress.io/uncaught-exception-from-application
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Network stats and tables`
Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail