Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Oct 3, 2022
1 parent e4b89d8 commit 9e0da3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/cypress/integration/wp-cli.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,9 @@ describe('WP-CLI Commands', () => {
.should('contain', 'Adding post mapping')
.should('contain', 'Mapping sent');

cy.activatePlugin('elasticpress', 'wpCli', 'network');

cy.wpCli('wp elasticpress put-mapping --network-wide')
.its('stdout')
.should('contain', 'Adding post mapping for site')
.should('contain', 'Adding post mapping')
.should('contain', 'Mapping sent');
});

Expand Down

0 comments on commit 9e0da3d

Please sign in to comment.