Skip to content

Commit

Permalink
Try another fix for our tests
Browse files Browse the repository at this point in the history
  • Loading branch information
10upbot on GitHub committed Dec 18, 2023
1 parent 493e4c0 commit e2bbc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/admin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('Admin can login and make sure plugin is activated', () => {

// Restore default pagination.
cy.get( '#show-settings-link' ).click();
cy.get( '#edit_page_per_page' ).type( '{selectAll}{del}10' );
cy.get( '#edit_page_per_page' ).type( '{selectAll}{del}60' );
cy.get( '#screen-options-apply' ).click();
});
});

0 comments on commit e2bbc8d

Please sign in to comment.