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 1fa5362 commit a5614d9Copy full SHA for a5614d9
tests/cypress/integration/5-AI-SiteGen-onboarding-flow/8-restart-onboarding.cy.js
@@ -5,6 +5,10 @@ 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(() => {
13
cy.visit('wp-admin/themes.php');
14
cy.wait(2000);
0 commit comments