Skip to content

Commit 5b7116c

Browse files
authored
Merge pull request #2851 from Adyen/chore/update_testcafe_version
Upping testcafe version
2 parents ae665f0 + a911c22 commit 5b7116c

8 files changed

+340
-372
lines changed

packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"sass-loader": "^10.2.0",
3333
"source-map-loader": "^1.1.3",
3434
"style-loader": "^2.0.0",
35-
"testcafe": "^2.2.0",
35+
"testcafe": "^3.6.2",
3636
"ts-loader": "^8.1.0",
3737
"typescript": "^4.4.4",
3838
"webpack": "5.94.0",

packages/e2e/tests/bacsDD/bacs.clientScripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ window.dropinConfig = {
88
};
99

1010
window.mainConfiguration = {
11-
removePaymentMethods: ['paywithgoogle', 'applepay']
11+
removePaymentMethods: ['paywithgoogle', 'applepay', 'clicktopay']
1212
};

packages/e2e/tests/cards/dualBranding/binLookup.branding.reset.clientScripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ window.dropinConfig = {
1414
};
1515

1616
window.mainConfiguration = {
17-
removePaymentMethods: ['paywithgoogle', 'applepay']
17+
removePaymentMethods: ['paywithgoogle', 'applepay', 'clicktopay']
1818
};

packages/e2e/tests/cards/dualBranding/dualBranding.clientScripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ window.dropinConfig = {
1414
};
1515

1616
window.mainConfiguration = {
17-
removePaymentMethods: ['paywithgoogle', 'applepay']
17+
removePaymentMethods: ['paywithgoogle', 'applepay', 'clicktopay']
1818
};

packages/e2e/tests/cards/threeDS2/threeDS2.clientScripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ window.dropinConfig = {
1616
*    at https://pay.google.com/gp/p/js/pay.js:237:404
1717
*/
1818
window.mainConfiguration = {
19-
removePaymentMethods: ['paywithgoogle', 'applepay']
19+
removePaymentMethods: ['paywithgoogle', 'applepay', 'clicktopay']
2020
};

packages/e2e/tests/cards/threeDS2/threeDS2.handleAction.clientScripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ window.dropinConfig = {
1616
*    at https://pay.google.com/gp/p/js/pay.js:237:404
1717
*/
1818
window.mainConfiguration = {
19-
removePaymentMethods: ['paywithgoogle', 'applepay']
19+
removePaymentMethods: ['paywithgoogle', 'applepay', 'clicktopay']
2020
};

packages/lib/src/components/components-name-map.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ComponentsNameMap = {
2424

2525
/** Direct debit */
2626
[TxVariants.ach]: 'Ach',
27-
[TxVariants.directdebit_GB]: 'BacsDD',
27+
[TxVariants.directdebit_GB]: 'BacsDirectDebit',
2828
[TxVariants.sepadirectdebit]: 'Sepa',
2929
/** Direct debit */
3030

yarn.lock

+333-365
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)