Skip to content

Commit 3cf622c

Browse files
committed
Update 8-restart-onboarding.cy.js
1 parent 58a9bdf commit 3cf622c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ const {
77
describe('Restart Onboarding', function () {
88
before(() => {
99
// Create the option for Restarting Onboarding
10-
cy.exec(
11-
`npx wp-env run cli wp option set nfd_module_onboarding_can_restart true`
12-
);
10+
// cy.exec(
11+
// `npx wp-env run cli wp option set nfd_module_onboarding_can_restart true`
12+
// );
1313
cy.visit('wp-admin/themes.php');
1414
cy.wait(2000);
1515
});

0 commit comments

Comments
 (0)