cypress-documentation icon indicating copy to clipboard operation
cypress-documentation copied to clipboard

Dead links for kitchensink examples (/cypress/integration/)

Open nedredmond opened this issue 3 years ago • 0 comments

Description

When I click .click() examples in kitchensink app, I expect to be taken to the examples in github; instead, I see 404.

URL of Issue(s)

https://docs.cypress.io/api/commands/click#See-also

Steps to replicate

  1. Go to click() "See Also" section
  2. Click on 'click() examples in kitchensink app'
  3. See error

Browser

Chrome 103

Device

  • [ ] PC
  • [X] Mac
  • [ ] iPhone
  • [ ] iPad
  • [ ] Android Phone
  • [ ] Android Tablet

Additional Information

Looks like any links to https://github.com/cypress-io/cypress-example-kitchensink/tree/master/cypress/integration/... just need to be replaced with https://github.com/cypress-io/cypress-example-kitchensink/tree/master/cypress/e2e/...

nedredmond avatar Aug 09 '22 15:08 nedredmond