diff --git a/tests/e2e-playwright/helpers/database.ts b/tests/e2e-playwright/helpers/database.ts index 3f81919ea0..a6c5cff176 100644 --- a/tests/e2e-playwright/helpers/database.ts +++ b/tests/e2e-playwright/helpers/database.ts @@ -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 ); };