Skip to content

Commit 92da125

Browse files
committed
Revert to the original summary
1 parent eb9ce51 commit 92da125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/api/commands/origin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Visit multiple domains of different
66
[origin](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy#definition_of_an_origin)
77
in a single test.
88

9-
In normal use, a single Cypress test may only run commands in domains of the
10-
same origin, a limitation determined by standard web security features of the
11-
browser. The `cy.origin()` command allows your tests to bypass this limitation.
9+
In normal use, a single Cypress test may only run commands in a single origin, a
10+
limitation determined by standard web security features of the browser. The
11+
`cy.origin()` command allows your tests to bypass this limitation.
1212

1313
<Alert type="warning">
1414

0 commit comments

Comments
 (0)