Skip to content

Commit

Permalink
chore: restored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Aug 13, 2024
1 parent 6a36277 commit 631a80a
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 0.1s 0.2s;"] > :nth-child(2) > .ui',
'[style="transition: opacity 500ms ease 0ms;"] > :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 0.1s 0.2s;"] > :nth-child(2) > .ui',
'[style="transition: opacity 500ms ease 0ms;"] > :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 0.1s 0.2s;"] > :nth-child(2) > .ui',
'[style="transition: opacity 500ms ease 0ms;"] > :nth-child(2) > .ui',
).click();
cy.get('#field-variation').click().type('imageGallery{enter}');
cy.get('#toolbar-save').click();
Expand Down

0 comments on commit 631a80a

Please sign in to comment.