Skip to content

Commit

Permalink
fix(PL): Update PL to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip committed Jun 10, 2024
1 parent b64eec0 commit 324c888
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
2 changes: 1 addition & 1 deletion cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Cypress.Commands.add("installwc82", () => {
cy.get(".components-button.woocommerce-profiler-setup-store__button.is-primary").click();
cy.wait(1000);
cy.get(".components-button.woocommerce-profiler-button.is-primary").click();
cy.wait(1000);
cy.wait(2000);
cy.get("#woocommerce-select-control-0__control-input").click();
cy.wait(200);
cy.get("#woocommerce-select-control__option-0-electronics_and_computers").click({ force: true });
Expand Down
28 changes: 6 additions & 22 deletions 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 @@ -70,6 +70,6 @@
"dependencies": {
"@ideal-postcodes/address-finder": "~4.5.3",
"@ideal-postcodes/jsutil": "~7.1.0",
"@ideal-postcodes/postcode-lookup": "~1.11.1"
"@ideal-postcodes/postcode-lookup": "~2.0.0"
}
}

0 comments on commit 324c888

Please sign in to comment.