Skip to content

Commit

Permalink
revert the selector to be core heading block
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Dec 4, 2023
1 parent 41d5545 commit b3c9d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/pmk-block-patterns.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ describe('Check if Media Kit Block Pattern is available for use', () => {

cy.get('[aria-label="Publisher Media Kit - Cover"]').click();
cy.get('.edit-post-header-toolbar__inserter-toggle').click();
cy.get('.edit-post-visual-editor__post-title-wrapper .editor-post-title').should('contain.text', 'Media Kit');
cy.get('[data-type="core/heading"]').should('contain.text', 'Media Kit');
});
});

0 comments on commit b3c9d2e

Please sign in to comment.