From c11690e0db7e6419154a010f7223c321b78e4e02 Mon Sep 17 00:00:00 2001 From: Paul Jaffre Date: Thu, 29 Jun 2023 17:55:32 -0400 Subject: [PATCH] lint --- docs/guides/cloud/branch-review.mdx | 61 +++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 12 deletions(-) diff --git a/docs/guides/cloud/branch-review.mdx b/docs/guides/cloud/branch-review.mdx index 2f7f426a9d..48490e6513 100644 --- a/docs/guides/cloud/branch-review.mdx +++ b/docs/guides/cloud/branch-review.mdx @@ -40,7 +40,6 @@ Branch Review is the default view of the **Branches** tab. You can also toggle t alt="Displaying different views for branches" /> - ### Review Header At the left side of the header is the Git commit message, PR selector, PR status and base and target branch indicators. If there are multiple pull requests open for the same branch, you can select the pull request you want to review from the dropdown to the right of the commit message. @@ -52,7 +51,6 @@ The right side of the header includes the Cypress Cloud test run number and test alt="Branch Review Header" /> - ### Review Test Status When on the review screen, you will see tabs Failures, Flaky, Pending, Added, and Modified. Each tab will show you the tests that fall into that category. You can click on a test to view the test details. @@ -66,15 +64,54 @@ When on the review screen, you will see tabs Failures, Flaky, Pending, Added, an :::info The arrows next to the numbers in each of the tabs indicate: -- - - total number increased in your branch -- - - total number decreased in your branch -- - - there are new items, but the total count remained the same - for example, 1 resolved and 1 added + +- + + total number increased in your branch +- + + total number decreased in your branch +- + + there are new items, but the total count remained the same - for example, + 1 resolved and 1 added + ::: @@ -85,4 +122,4 @@ Navigating into the test detail view reveals a side-by-side comparison of the te \ No newline at end of file +/>