cypress-io / cypress-example-kitchensink

This is an example app used to showcase Cypress.io testing.

Home Page:https://example.cypress.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`cy.end()` test is inactive

MikeMcC399 opened this issue · comments

Issue

The test of cy.end() is disabled in

so currently there is no active test of cy.end() in this repo.

Desired

cypress/e2e/2-advanced-examples/misc.cy.js should contain an active example showing the use of cy.end(). Preferably this example should also pass linting tests.

See also related issues below.

Related issues

  • #807 removed the cy.end() example, so this issue is now obsolete.