cypress-io / cypress-example-kitchensink

This is an example app used to showcase Cypress.io testing.
https://example.cypress.io/
MIT License
1.22k stars 2.2k forks source link

`cy.end()` test is inactive #808

Closed MikeMcC399 closed 6 months ago

MikeMcC399 commented 7 months ago

Issue

The test of cy.end() is disabled in https://github.com/cypress-io/cypress-example-kitchensink/blob/9755df4a0addcfe8bbee59fa8faa4f21522e0b84/cypress/e2e/2-advanced-examples/misc.cy.js#L16 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

MikeMcC399 commented 6 months ago