We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5614d9 commit 58a9bdfCopy full SHA for 58a9bdf
tests/cypress/integration/5-AI-SiteGen-onboarding-flow/8-restart-onboarding.cy.js
@@ -5,11 +5,11 @@ const {
5
} = require('../wp-module-support/single-events-track.cy');
6
7
describe('Restart Onboarding', function () {
8
- // Create the option for Restarting Onboarding
9
- cy.exec(
10
- `npx wp-env run cli wp option set nfd_module_onboarding_can_restart true`
11
- );
12
before(() => {
+ // Create the option for Restarting Onboarding
+ cy.exec(
+ `npx wp-env run cli wp option set nfd_module_onboarding_can_restart true`
+ );
13
cy.visit('wp-admin/themes.php');
14
cy.wait(2000);
15
});
0 commit comments