diff --git a/.github/workflows/brand-plugin-test.yml b/.github/workflows/brand-plugin-test.yml index 4d93a0a0c..024e1e6e8 100644 --- a/.github/workflows/brand-plugin-test.yml +++ b/.github/workflows/brand-plugin-test.yml @@ -29,7 +29,6 @@ jobs: needs: setup uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main with: - plugin-branch: 'release/3.9.0' module-repo: ${{ github.repository }} module-branch: ${{ needs.setup.outputs.branch }} plugin-repo: "bluehost/bluehost-wordpress-plugin" @@ -40,7 +39,6 @@ jobs: needs: setup uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main with: - plugin-branch: 'release/2.7.0' module-repo: ${{ github.repository }} module-branch: ${{ needs.setup.outputs.branch }} plugin-repo: "newfold-labs/wp-plugin-hostgator" diff --git a/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js b/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js index 9a5396feb..1d08db935 100644 --- a/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js +++ b/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js @@ -10,7 +10,7 @@ describe( 'SiteGen Fork Step', function () { cy.visit( 'wp-admin/?page=nfd-onboarding#/wp-setup/step/fork' ); - cy.wait(60000); + cy.timeout(60000); cy.wait(5000); } ); diff --git a/tests/cypress/integration/wp-module-support/siteGen.cy.js b/tests/cypress/integration/wp-module-support/siteGen.cy.js index b8ea9b8ac..1ec6e2068 100644 --- a/tests/cypress/integration/wp-module-support/siteGen.cy.js +++ b/tests/cypress/integration/wp-module-support/siteGen.cy.js @@ -1,7 +1,7 @@ // export const AdminBarCheck = () => { - cy.get( '.nfd-onboarding-header__admin-bar', {timeout:15000} ).should('be.visible'); + cy.get( '.nfd-onboarding-header__admin-bar', {timeout:60000} ).should('be.visible'); }; export const DarkBGCheck = () => {