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 58a9bdf commit 3cf622cCopy full SHA for 3cf622c
tests/cypress/integration/5-AI-SiteGen-onboarding-flow/8-restart-onboarding.cy.js
@@ -7,9 +7,9 @@ const {
7
describe('Restart Onboarding', function () {
8
before(() => {
9
// 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
- );
+ // 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