Skip to content

Commit

Permalink
Add wp in front of WP-CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
donnapep committed Jun 12, 2024
1 parent 16e2898 commit da263a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e-playwright/helpers/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export const cleanAll = (): Buffer => {
*/
export const configureSite = (): void => {
[
`rewrite structure /%postname%/`,
`rewrite flush`,
`theme activate course`,
`wp rewrite structure /%postname%/`,
`wp rewrite flush`,
`wp theme activate course`,
].forEach( cli );
};

Expand Down

0 comments on commit da263a5

Please sign in to comment.