Skip to content

Commit

Permalink
Merge branch 'develop' into improvement/sfi-891-dependencies-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
amihajlovski committed Oct 7, 2024
2 parents 563181c + 22056e1 commit 77c27c2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/adyen-retail-react-app/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
"add_to_cart_modal.recommended_products.title.might_also_like": {
"defaultMessage": "Vous aimerez peut-être aussi"
},
"auth_modal.button.close.assistive_msg": {
"defaultMessage": "Fermer"
},
"auth_modal.description.now_signed_in": {
"defaultMessage": "Vous êtes bien connecté."
},
Expand Down Expand Up @@ -555,6 +558,9 @@
"global.link.added_to_wishlist.view_wishlist": {
"defaultMessage": "Afficher"
},
"header.button.assistive_msg.my_cart_with_num_items": {
"defaultMessage": ""
},
"header.button.assistive_msg.logo": {
"defaultMessage": "Logo"
},
Expand Down
1 change: 1 addition & 0 deletions packages/adyen-salesforce-pwa/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const serverConfig = {
}

const webConfig = {
devtool: 'source-map',
target: 'web',
entry: './lib/index.js',
resolve: {
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-tests/data/localeData.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class LocaleData {
heading: 'Account Details'
},
productDetailPage: {
productColor: 'Zinc Heather',
productColor: 'Black',
addToCartButtonCaption: 'Add to Cart',
proceedToCheckoutButtonCaption: 'Proceed to Checkout'
},
Expand All @@ -26,7 +26,7 @@ export class LocaleData {
heading: 'Détails du compte'
},
productDetailPage: {
productColor: 'Vif-argent',
productColor: 'Noir',
addToCartButtonCaption: 'Ajouter au panier',
proceedToCheckoutButtonCaption: 'Passer au checkout'
},
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/helpers/ScenarioHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class ScenarioHelper {
this.productColorRadioButton = this.page.getByLabel(
`${locale.productDetailPage.productColor}`
)
this.productSizeRadioButton = this.page.getByLabel('4')
this.productSizeRadioButton = this.page.getByLabel('16')
this.addToCartButton = this.page.getByRole('button', {
name: `${locale.productDetailPage.addToCartButtonCaption}`
})
Expand Down

0 comments on commit 77c27c2

Please sign in to comment.