You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/e2e-playwright/tests/ui/customCard/expiryDate/customCard.regular.expiryDatePolicies.hidden.spec.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,9 @@ test.describe('Test how Custom Card Component with regular date field handles hi
73
73
awaitexpect(cardValid).toEqual(true);
74
74
});
75
75
// flaky
76
-
test.fixme('#3 date field in error does not stop card becoming valid',async({ page, customCard })=>{
76
+
test('#3 date field in error does not stop card becoming valid',async({ browserName, page, customCard })=>{
77
+
test.skip(browserName==='webkit','Skipping tests for WebKit');
Copy file name to clipboardExpand all lines: packages/e2e-playwright/tests/utils/constants.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
exportconstBIN_LOOKUP_VERSION='v3';
2
2
3
3
exportconstREGULAR_TEST_CARD='5500000000000004';
4
+
exportconstVISA_CARD='4111111111111111';
4
5
exportconstAMEX_CARD='370000000000002';
5
6
exportconstKOREAN_TEST_CARD='9490220006611406';// 9490220006611406 works against Test. For localhost:8080 use: 5067589608564358 + hack in triggerBinLookup
0 commit comments