Skip to content

Commit a5614d9

Browse files
committed
Update 8-restart-onboarding.cy.js
1 parent 1fa5362 commit a5614d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/cypress/integration/5-AI-SiteGen-onboarding-flow/8-restart-onboarding.cy.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ const {
55
} = require('../wp-module-support/single-events-track.cy');
66

77
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+
);
812
before(() => {
913
cy.visit('wp-admin/themes.php');
1014
cy.wait(2000);

0 commit comments

Comments
 (0)