diff --git a/docs/guides/cloud/branch-review.mdx b/docs/guides/cloud/branch-review.mdx
index 2419f9b1b0..f954d67f71 100644
--- a/docs/guides/cloud/branch-review.mdx
+++ b/docs/guides/cloud/branch-review.mdx
@@ -54,7 +54,7 @@ If you do not see PR # tags associated with a branch, you may need to [pass PR n
If the selected branch has a PR associated and a PR # passed via CI, there is an additional callout on the top of the overview tab of the **Latest runs** page which directs to the Branch Review.
@@ -71,6 +71,8 @@ If the selected branch has a PR associated and a PR # passed via CI, there is an
:::note
+**Branch Overview**
+
1. Callouts for the latest available Branch Review or a reminder to create a pull request in order to compare test run results.
2. Click "Review changes" for the full Branch Review.
@@ -121,6 +123,8 @@ Recording exactly one run for every commit as the best/only way to ensure comple
:::note
+**Review Test Status**
+
1. Review your PR information
2. Get a glance of changes in your branch across key statuses
3. See what has changed in a specific status, for example:
@@ -148,10 +152,26 @@ Recording exactly one run for every commit as the best/only way to ensure comple
Navigating into the test detail view reveals a side-by-side comparison of the test results on both branches, as well as, artifacts so you can compare before vs. after your PR. This can help narrow the focus on changes introduced or resolved on either branch and elevate the source of flake within tests throughout different attempts. Review the test definition panel for diff snapshots to help quickly determine changes in test code.
+:::note
+
+**Review Test Comparison**
+
+1. Base branch results
+
+2. Feature branch results
+
+3. Test Replay and artifacts
+
+4. Test attempts (decending order)
+
+5. Code change diffs
+
+:::
+
## GitHub Pull Request Comments
The Cypress Cloud GitHub Integration offers detailed test information via [PR comments](/guides/cloud/integrations/source-control/github#Pull-request-comments). Follow the "Review all test suite changes" link to load the Branch Review between the feature and base branches.
diff --git a/static/img/guides/cloud/branch-review/branch-review-available.jpg b/static/img/guides/cloud/branch-review/branch-review-available.jpg
deleted file mode 100644
index cce94d317e..0000000000
Binary files a/static/img/guides/cloud/branch-review/branch-review-available.jpg and /dev/null differ
diff --git a/static/img/guides/cloud/branch-review/branch-review-available.png b/static/img/guides/cloud/branch-review/branch-review-available.png
new file mode 100644
index 0000000000..859e376e85
Binary files /dev/null and b/static/img/guides/cloud/branch-review/branch-review-available.png differ
diff --git a/static/img/guides/cloud/branch-review/test-comparison.jpg b/static/img/guides/cloud/branch-review/test-comparison.jpg
deleted file mode 100644
index 44fdaa61b9..0000000000
Binary files a/static/img/guides/cloud/branch-review/test-comparison.jpg and /dev/null differ
diff --git a/static/img/guides/cloud/branch-review/test-comparison.png b/static/img/guides/cloud/branch-review/test-comparison.png
new file mode 100644
index 0000000000..36208deaf9
Binary files /dev/null and b/static/img/guides/cloud/branch-review/test-comparison.png differ