diff --git a/docs/guides/cloud/branch-review.mdx b/docs/guides/cloud/branch-review.mdx index ae425abac5..bc83d3d6e1 100644 --- a/docs/guides/cloud/branch-review.mdx +++ b/docs/guides/cloud/branch-review.mdx @@ -72,7 +72,7 @@ If you do not see PR # tags associated with a branch, you may need to [pass PR n #### Latest Runs -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 directs to the Branch Review. +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. not previously captured, but now is captured
(newly pending tests can imply an `it.skip()` was not removed) - _existing_ = the state was previously captured and now is still captured - - _resolved_ = the state was previously captured but now is no longer + - _resolved_ = the state was previously captured but now is no longer captured :::