Skip to content

Commit a45e497

Browse files
committed
Update tests for Generate audio update
1 parent 5da87a1 commit a45e497

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

tests/cypress/e2e/block-editor/add-post.cy.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ context( 'Block Editor: Add Post', () => {
5959

6060
cy.publishWithConfirmation();
6161

62-
cy.getLabel( 'Generate audio' ).should( 'not.exist' );
63-
6462
// "View post"
6563
cy.viewPostViaSnackbar();
6664

@@ -97,8 +95,6 @@ context( 'Block Editor: Add Post', () => {
9795

9896
cy.hasPlayerInstances( 0 );
9997

100-
cy.getLabel( 'Generate audio' ).should( 'not.exist' );
101-
10298
// "Generate Audio" is replaced by "Pending" message'
10399
cy.get( 'input#beyondwords_generate_audio' ).should(
104100
'not.exist'

tests/cypress/e2e/block-editor/display-player.cy.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ context( 'Block Editor: Display Player', () => {
2929

3030
cy.publishWithConfirmation();
3131

32-
cy.getLabel( 'Generate audio' ).should( 'not.exist' );
33-
3432
// "View post"
3533
cy.viewPostViaSnackbar();
3634

tests/cypress/e2e/plugins/amp.cy.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ context( 'Plugins: AMP', () => {
3636

3737
cy.publishWithConfirmation();
3838

39-
cy.getLabel( 'Generate audio' ).should( 'not.exist' );
40-
4139
cy.hasPlayerInstances( 1 );
4240

4341
// "View post"

0 commit comments

Comments
 (0)