Skip to content

Commit

Permalink
Update e2e.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 authored Aug 26, 2022
1 parent ab8bfa5 commit aad77f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit aad77f9

Please sign in to comment.