From adc8832a076f1d420bd62a401a526f31b940d815 Mon Sep 17 00:00:00 2001 From: andreiggr Date: Fri, 29 Jul 2022 17:13:34 +0300 Subject: [PATCH] Update tests --- cypress/support/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/index.js b/cypress/support/index.js index 1f8db70..dd25bd8 100644 --- a/cypress/support/index.js +++ b/cypress/support/index.js @@ -44,7 +44,7 @@ export const setupBeforeEach = () => { cy.waitForResourceToLoad('@types'); cy.waitForResourceToLoad('my-page'); cy.navigate('/cypress/my-page/edit'); - cy.get(`.block.title [data-contents]`); + // cy.get(`.block.title [data-contents]`); }; export const tearDownAfterEach = () => {