Skip to content

Commit

Permalink
Merge branch 'main' into LYNX-722
Browse files Browse the repository at this point in the history
  • Loading branch information
svera authored Feb 10, 2025
2 parents ccdd525 + e8ae318 commit 09cf3f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions blocks/targeted-block/targeted-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function decorate(block) {

events.on('cart/initialized', () => {
updateTargetedBlocksVisibility();
});
}, { eager: true });
events.on('cart/updated', () => {
updateTargetedBlocksVisibility();
});
}, { eager: true });
2 changes: 1 addition & 1 deletion cypress/src/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const setPaymentMethod = (paymentMethod) => {
cy.get(fields.paymentMethods).contains(paymentMethod.name).click();
if (paymentMethod.name === 'Credit Card') {
const {cc_number, cc_exp, cc_cid} = paymentMethod.params;
cy.wait(2000);
cy.wait(5000);
cy.getIFrameField(
fields.creditCardNumberIFrame,
fields.creditCardNumber
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@
"@dropins/storefront-account": "~1.0.3",
"@dropins/storefront-auth": "~1.0.3",
"@dropins/storefront-cart": "~1.0.2",
"@dropins/storefront-checkout": "~1.0.0",
"@dropins/storefront-order": "~1.0.4",
"@dropins/storefront-checkout": "~1.1.0",
"@dropins/storefront-order": "~1.0.4",
"@dropins/storefront-payment-services": "~1.0.1",
"@dropins/storefront-pdp": "~1.0.0",
"@dropins/tools": "^0.40.0"
Expand Down

0 comments on commit 09cf3f3

Please sign in to comment.