diff --git a/packages/playground/website/cypress/e2e/blueprints.cy.ts b/packages/playground/website/cypress/e2e/blueprints.cy.ts index 294458ae2c..259cd6b003 100644 --- a/packages/playground/website/cypress/e2e/blueprints.cy.ts +++ b/packages/playground/website/cypress/e2e/blueprints.cy.ts @@ -15,8 +15,8 @@ describe('Blueprints', () => { }, { step: 'runPHP', - code: `flush_rules(); `, }, @@ -81,4 +81,21 @@ describe('Blueprints', () => { .find('[aria-label="“Test post” (Edit)"]') .should('exist'); }); + + it('PHP Shutdown should work', () => { + const blueprint: Blueprint = { + landingPage: '/wp-admin/', + features: { networking: true }, + steps: [ + { step: 'login' }, + { + step: 'writeFile', + path: '/wordpress/wp-content/mu-plugins/rewrite.php', + data: "