We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9ce51 commit 92da125Copy full SHA for 92da125
content/api/commands/origin.md
@@ -6,9 +6,9 @@ Visit multiple domains of different
6
[origin](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy#definition_of_an_origin)
7
in a single test.
8
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.
+In normal use, a single Cypress test may only run commands in a single origin, a
+limitation determined by standard web security features of the browser. The
+`cy.origin()` command allows your tests to bypass this limitation.
12
13
<Alert type="warning">
14
0 commit comments