Skip to content

Commit

Permalink
Merge pull request #38 from newfold-labs/update/failing-test
Browse files Browse the repository at this point in the history
Update/failing test
  • Loading branch information
circlecube authored Jun 19, 2024
2 parents 05112a5 + e08b3a2 commit 36da719
Show file tree
Hide file tree
Showing 8 changed files with 334 additions and 281 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
return;
}

define( 'NFD_COMING_SOON_MODULE_VERSION', '1.2.3' );
define( 'NFD_COMING_SOON_MODULE_VERSION', '1.2.5' );

require __DIR__ . '/includes/functions.php';

Expand Down
1 change: 1 addition & 0 deletions build/1.2.5/coming-soon-rtl.css

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

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '8462ecc8721aefc27ddd');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '524851519375394dc45b');
File renamed without changes.
File renamed without changes.
605 changes: 328 additions & 277 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.3",
"version": "1.2.5",
"description": "Coming Soon",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down
3 changes: 2 additions & 1 deletion tests/cypress/integration/coming-soon.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ describe( 'Coming Soon', function () {
cy.get( '#wrap' ).contains( 'Coming Soon' ).should( 'exist' );
} );

it( 'Launching launches site', () => {
// this test is already in the ecommerce module, once the component is moved into this module this test can be used
it.skip( 'Launching launches site', () => {
cy.login( Cypress.env( 'wpUsername' ), Cypress.env( 'wpPassword' ) );
cy.visit(
'/wp-admin/admin.php?page=' +
Expand Down

0 comments on commit 36da719

Please sign in to comment.