Skip to content

Commit

Permalink
try fix for trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Jun 26, 2024
1 parent b918701 commit e29a7ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/cypress/e2e/block.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ describe( 'Admin can publish posts with winamp block', () => {
}
} );
// select mp3
cy.get(
'.wp-block-tenup-winamp-block .components-button.is-tertiary'
).click();
cy.get('.wp-block-tenup-winamp-block').contains('button', 'Media Library').click();
cy.get('#menu-item-browse').click();
cy.contains( '.filename div', 'example.mp3' )
.closest( '.thumbnail' )
Expand Down

0 comments on commit e29a7ad

Please sign in to comment.