Skip to content

Commit

Permalink
update to latest coming soon module with working test
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Sep 6, 2023
1 parent ed30db1 commit f533cd7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 143 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"require": {
"doctrine/inflector": "1.2.0 as 1.3.1",
"newfold-labs/wp-module-coming-soon": "^1.1.8",
"newfold-labs/wp-module-coming-soon": "^1.1.9",
"newfold-labs/wp-module-data": "^2.4.3",
"newfold-labs/wp-module-ecommerce": "^1.2.1",
"newfold-labs/wp-module-loader": "^1.0.10",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ module.exports = defineConfig({
],
supportFile: 'tests/cypress/support/index.js',
testIsolation: false,
excludeSpecPattern: [
'vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.{js,jsx,ts,tsx}', // omit until coming soon components and tests support multi-brand
],
excludeSpecPattern: [],
},
})
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@wordpress/compose": "^6.18.0",
"@wordpress/dom-ready": "^3.39.0",
"@wordpress/element": "^5.18.0",
"@wordpress/i18n": "^4.35.0",
"@wordpress/i18n": "^4.41.0",
"@wordpress/icons": "^9.30.0",
"classnames": "^2.3.2",
"jquery": "^3.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import WelcomeSection from './welcomeSection';

const Home = () => {
return (
<Page title="Settings" className={"hgwp-app-home-page"}>
<Page title="Settings" className={"hgwp-app-home-page hgwp-home"}>
<WelcomeSection />
<FreePluginsSection />
<SectionContainer className={'hgwp-app-home-container'}>
Expand Down
129 changes: 0 additions & 129 deletions tests/cypress/integration/coming-soon.cy.js

This file was deleted.

0 comments on commit f533cd7

Please sign in to comment.