Skip to content

Commit

Permalink
fix basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
jnptk committed Jan 12, 2024
1 parent c7bb15b commit 2b8dba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acceptance/cypress/tests/basic.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ context('Basic Acceptance Tests', () => {

cy.get('[aria-multiline="false"] > p').click();
cy.get('.text-slate-editor-inner > .ui > .icon').click();
cy.get('[aria-label="Unfold Text blocks"]').click();
cy.get(
'[style="transition: opacity 500ms ease 0ms;"] > :nth-child(6) > .ui > .icon'
'[style="transition: opacity 500ms ease 0ms;"] > :nth-child(3) > .ui > .icon'
).click();
// slide 0
cy.get('#field-testimonial-0-slides-0')
Expand Down

0 comments on commit 2b8dba3

Please sign in to comment.