From aad77f9a632f376c67c9d4ba9e1e47e8969abf68 Mon Sep 17 00:00:00 2001 From: Nilesh Date: Fri, 26 Aug 2022 10:50:38 +0530 Subject: [PATCH] Update e2e.js --- cypress/support/e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/e2e.js b/cypress/support/e2e.js index 9f56e52f..32395abb 100644 --- a/cypress/support/e2e.js +++ b/cypress/support/e2e.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 h1`); }; export const tearDownAfterEach = () => {