Skip to content

Commit

Permalink
fix the clssnames in cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishasoumya-02 authored Jan 15, 2025
1 parent fa50838 commit f515cf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/tests/block.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ context('Block Acceptance Tests', () => {
it('As editor I can add a Heading H3 block ', () => {
cy.visit('/document/edit');
cy.addNewBlock('heading');
cy.get('#field-tag > .react-select__control > .react-select__indicators >')
cy.get(
'#field-tag > .react-select__control > .react-select__indicators > .react-select__dropdown-indicator',
)
.trigger('click')
.findByText('h3')
.click();
Expand Down

0 comments on commit f515cf5

Please sign in to comment.