Skip to content

Commit

Permalink
Merge pull request #2851 from Adyen/chore/update_testcafe_version
Browse files Browse the repository at this point in the history
Upping testcafe version
  • Loading branch information
sponglord authored Sep 12, 2024
2 parents ae665f0 + a911c22 commit 5b7116c
Show file tree
Hide file tree
Showing 8 changed files with 340 additions and 372 deletions.
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"sass-loader": "^10.2.0",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",
"testcafe": "^2.2.0",
"testcafe": "^3.6.2",
"ts-loader": "^8.1.0",
"typescript": "^4.4.4",
"webpack": "5.94.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/tests/bacsDD/bacs.clientScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ window.dropinConfig = {
};

window.mainConfiguration = {
removePaymentMethods: ['paywithgoogle', 'applepay']
removePaymentMethods: ['paywithgoogle', 'applepay', 'clicktopay']
};
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ window.dropinConfig = {
};

window.mainConfiguration = {
removePaymentMethods: ['paywithgoogle', 'applepay']
removePaymentMethods: ['paywithgoogle', 'applepay', 'clicktopay']
};
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ window.dropinConfig = {
};

window.mainConfiguration = {
removePaymentMethods: ['paywithgoogle', 'applepay']
removePaymentMethods: ['paywithgoogle', 'applepay', 'clicktopay']
};
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ window.dropinConfig = {
*    at https://pay.google.com/gp/p/js/pay.js:237:404
*/
window.mainConfiguration = {
removePaymentMethods: ['paywithgoogle', 'applepay']
removePaymentMethods: ['paywithgoogle', 'applepay', 'clicktopay']
};
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ window.dropinConfig = {
*    at https://pay.google.com/gp/p/js/pay.js:237:404
*/
window.mainConfiguration = {
removePaymentMethods: ['paywithgoogle', 'applepay']
removePaymentMethods: ['paywithgoogle', 'applepay', 'clicktopay']
};
2 changes: 1 addition & 1 deletion packages/lib/src/components/components-name-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ComponentsNameMap = {

/** Direct debit */
[TxVariants.ach]: 'Ach',
[TxVariants.directdebit_GB]: 'BacsDD',
[TxVariants.directdebit_GB]: 'BacsDirectDebit',
[TxVariants.sepadirectdebit]: 'Sepa',
/** Direct debit */

Expand Down
698 changes: 333 additions & 365 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 5b7116c

Please sign in to comment.