Skip to content

Commit

Permalink
Remove wait command as it didn't help
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Sep 25, 2024
1 parent 40df6e3 commit 00b7b02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ Cypress.Commands.add( 'createTweetOEmbedPost', ( tweetUrl ) => {
title: postTitle,
beforeSave: () => {
cy.insertBlock( 'core/embed/twitter', 'Twitter' ).then( ( id ) => {
cy.wait( 1000 );
cy.getBlockEditor()
.find( `#${ id } input[aria-label="Twitter URL"]` )
.click()
Expand Down

0 comments on commit 00b7b02

Please sign in to comment.