Skip to content

Commit

Permalink
fix acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
danalvrz committed Jun 5, 2024
1 parent ebee3c5 commit cda2910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/block.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ context('Block Acceptance Tests', () => {
cy.visit('/document/edit');
cy.addNewBlock('heading');
cy.get('#field-tag > .react-select__control').click();
cy.get('#react-select-38-option-1').click();
cy.get('.react-select__option:contains(h3)').click();
cy.get('.editable').click().type('Heading h3');
cy.get('#toolbar-save').click();
cy.visit('/document');
Expand Down

0 comments on commit cda2910

Please sign in to comment.