Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Mar 14, 2024
1 parent 9542f6e commit 57c660f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ describe( '[Language Processing] Text to Speech (Microsoft Azure) Tests', () =>
cy.visit(
'/wp-admin/tools.php?page=classifai&tab=language_processing&feature=feature_text_to_speech_generation'
);
cy.get( '#provider' ).select( 'ms_azure_text_to_speech' );
cy.get(
'#classifai_feature_text_to_speech_generation_post_types_post'
).check( 'post' );
Expand Down

0 comments on commit 57c660f

Please sign in to comment.