From d9845c45f413ab02e165ba6857681afad9c41b4e Mon Sep 17 00:00:00 2001 From: Ben M Date: Mon, 7 Nov 2022 10:11:33 -0500 Subject: [PATCH] Update cross-origin-testing.md fixing an unintentional double negative --- packages/driver/cross-origin-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/driver/cross-origin-testing.md b/packages/driver/cross-origin-testing.md index 982d2e06e47b..0d54267d31f2 100644 --- a/packages/driver/cross-origin-testing.md +++ b/packages/driver/cross-origin-testing.md @@ -201,7 +201,7 @@ Certain APIs are currently not supported in the **cy.origin()** callback. Depend ### cy.origin() -Nesting **cy.origin()** inside the callback is not currently not supported, but support will likely be added in the future. In most use-cases, the desired functionality of nesting it can be achieved calling **cy.origin()** back-to-back at the top level of the test. +Nesting **cy.origin()** inside the callback is not currently supported, but support will likely be added in the future. In most use-cases, the desired functionality of nesting it can be achieved calling **cy.origin()** back-to-back at the top level of the test. ### cy.session() / Cypress.session.*