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

on.cypress.io/test-retries redirect does not work: 404

Open bahmutov opened this issue 3 years ago • 3 comments

https://on.cypress.io/test-retries does not go anywhere

Screen Shot 2021-04-11 at 11 57 43 AM

bahmutov avatar Apr 11 '21 15:04 bahmutov

Since there is a 'guides' sub menu within the 'guides' tab, the url is https://docs.cypress.io/guides/guides/test-retries

Abhijith2893 avatar Apr 11 '21 18:04 Abhijith2893

I don't think this is actionable in this repo since the on service links are not handled here.

matthamil avatar Apr 14 '21 19:04 matthamil

Ran into a similar issue. While on the doc site I did a search (in the top right Search input) for read which returned a list that had a readFile entry (what I was looking for), so I clicked on it. For a couple seconds I was shown the correct page, then it suddenly changes to a 404 page.

If I then go to Google, and look up cypress readfile, it gives me a result for the same doc page, I click on it, and the page doesn't eventually change to a 404.

After comparing the URLs, there appears to be a casing issue with your resolution code.

# Google URL
https://docs.cypress.io/api/commands/readfile

# Doc Search URL
https://docs.cypress.io/api/commands/readFile

So readfile (good) vs readFile (bad)

the0neWhoKnocks avatar Apr 15 '22 21:04 the0neWhoKnocks

This redirect appear to be working at this time.

emilyrohrbough avatar Mar 01 '23 17:03 emilyrohrbough