Skip to content

Commit

Permalink
Re-open the settings panel
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Nov 3, 2022
1 parent e8c9c7e commit 9e4bc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cypress/integration/features/related-posts.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ describe('Related Posts Feature', () => {
* Check that the block's settings match the widget's.
*/
cy.get('@block').click();
cy.get('.edit-widgets-header__actions button[aria-label="Settings"]').click();
cy.get('input[type="number"][aria-label="Number of items"]').should('have.value', '2');
});
});

0 comments on commit 9e4bc87

Please sign in to comment.