Skip to content

Commit

Permalink
accomodate copy change in settings cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 5, 2023
1 parent 187b5e7 commit af322bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cypress/integration/settings.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ describe( 'Settings Page', function () {
.click(); // 10
cy.wait( 100 );
cy.get( '.wppbh-app-settings-comments' )
.contains( 'label', 'Display 10 comments per page.' )
.contains( 'label', 'Comments to display per page' )
.should( 'be.visible' );

cy.get( '[data-id="disable-comments-toggle"]' )
Expand Down Expand Up @@ -300,7 +300,7 @@ describe( 'Settings Page', function () {
.click(); // 100
cy.wait( 100 );
cy.get( '.wppbh-app-settings-comments' )
.contains( 'label', 'Close comments after 100 days.' )
.contains( 'label', 'Comments to display per page' )
.should( 'be.visible' );

cy.get( '[data-id="close-comments-days-select"]' ).click();
Expand Down

0 comments on commit af322bd

Please sign in to comment.