Skip to content

Commit

Permalink
fix: blocks-listing-templates.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Aug 13, 2024
1 parent e54337a commit 6a36277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/tests/core/blocks/listing/blocks-listing-templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Folder Contents Tests', () => {
cy.getSlate().click();
cy.get('button.block-add-button').click();
cy.get(
'[style="transition: opacity 500ms ease 0ms;"] > :nth-child(2) > .ui',
'[style="transition: opacity 0.1s 0.2s;"] > :nth-child(2) > .ui',
).click();
cy.get('#field-variation').click().type('summary{enter}');
cy.get('#toolbar-save').click();
Expand Down Expand Up @@ -77,7 +77,7 @@ describe('Folder Contents Tests', () => {
cy.getSlate().click();
cy.get('button.block-add-button').click();
cy.get(
'[style="transition: opacity 500ms ease 0ms;"] > :nth-child(2) > .ui',
'[style="transition: opacity 0.1s 0.2s;"] > :nth-child(2) > .ui',
).click();
cy.get('#field-variation').click().type('summary{enter}');
cy.get('#toolbar-save').click();
Expand Down Expand Up @@ -119,7 +119,7 @@ describe('Folder Contents Tests', () => {
cy.getSlate().click();
cy.get('button.block-add-button').click();
cy.get(
'[style="transition: opacity 500ms ease 0ms;"] > :nth-child(2) > .ui',
'[style="transition: opacity 0.1s 0.2s;"] > :nth-child(2) > .ui',
).click();
cy.get('#field-variation').click().type('imageGallery{enter}');
cy.get('#toolbar-save').click();
Expand Down

0 comments on commit 6a36277

Please sign in to comment.