From 4afb12e378f4d683456469abc1cab9996204af5e Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:37:26 +0100 Subject: [PATCH] Correct link in Test Retries (#5663) --- docs/guides/guides/test-retries.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/guides/test-retries.mdx b/docs/guides/guides/test-retries.mdx index 2ec7cd53db..8bd03c8316 100644 --- a/docs/guides/guides/test-retries.mdx +++ b/docs/guides/guides/test-retries.mdx @@ -35,7 +35,7 @@ to you. :::info -You may want to use the [experimental retries](/guides/references/experiments#Experimental-Retries) feature which offers more options for [detecting flaky tests](/guides/cloud/flaky-test-management#Flake-Detection). This experimental feature is available as of Cypress `13.4.0`. +You may want to use the [experimental test retries](/guides/references/experiments#Experimental-Test-Retries) feature which offers more options for [detecting flaky tests](/guides/cloud/flaky-test-management#Flake-Detection). This experimental feature is available as of Cypress `13.4.0`. Test retries were originally intended to give failing tests more chances to "pass" (for instance, if CI environments for testing are unreliable), while still being determined as flaky if they do eventually pass. However this may not be the desired result in all cases. Experimental retries give you control over the conditions of the pass or fail result.