| OLD | NEW |
| 1 CONSOLE WARNING: line 160: Duplicate shipping option identifier 'express' is tre
ated as an invalid address indicator. |
| 1 CONSOLE WARNING: line 248: Cannot yet distinguish credit, debit, and prepaid car
ds. | 2 CONSOLE WARNING: line 248: Cannot yet distinguish credit, debit, and prepaid car
ds. |
| 2 CONSOLE WARNING: line 252: Cannot yet distinguish credit, debit, and prepaid car
ds. | 3 CONSOLE WARNING: line 252: Cannot yet distinguish credit, debit, and prepaid car
ds. |
| 3 This is a testharness.js-based test. | 4 This is a testharness.js-based test. |
| 4 Harness Error. harness_status.status = 1 , harness_status.message = 17 duplicate
test names: "Duplicate supported payment method identifiers should not throw.",
"Duplicate supported payment method identifiers in modifiers should not throw."
, "Undefined currency code should throw", "Invalid amount "-" should throw", "In
valid amount "notdigits" should throw", "Invalid amount "ALSONOTDIGITS" should t
hrow", "Invalid amount "10." should throw", "Invalid amount ".99" should throw",
"Invalid amount "-10." should throw", "Invalid amount "-.99" should throw", "In
valid amount "10-" should throw", "Invalid amount "1-0" should throw", "Invalid
amount "1.0.0" should throw", "Invalid amount "1/3" should throw", "Empty amount
should throw", "Null amount should throw", "Undefined amount should throw" | 5 Harness Error. harness_status.status = 1 , harness_status.message = 17 duplicate
test names: "Duplicate supported payment method identifiers should not throw.",
"Duplicate supported payment method identifiers in modifiers should not throw."
, "Undefined currency code should throw", "Invalid amount "-" should throw", "In
valid amount "notdigits" should throw", "Invalid amount "ALSONOTDIGITS" should t
hrow", "Invalid amount "10." should throw", "Invalid amount ".99" should throw",
"Invalid amount "-10." should throw", "Invalid amount "-.99" should throw", "In
valid amount "10-" should throw", "Invalid amount "1-0" should throw", "Invalid
amount "1.0.0" should throw", "Invalid amount "1/3" should throw", "Empty amount
should throw", "Null amount should throw", "Undefined amount should throw" |
| 5 PASS Creating a PaymentRequest with empty parameters should not throw or crash. | 6 PASS Creating a PaymentRequest with empty parameters should not throw or crash. |
| 6 PASS Creating a PaymentRequest with extra parameters should not throw or crash. | 7 PASS Creating a PaymentRequest with extra parameters should not throw or crash. |
| 7 PASS Creating a PaymentRequest with omitted optional parameters should not throw
or crash. | 8 PASS Creating a PaymentRequest with omitted optional parameters should not throw
or crash. |
| 8 PASS Creating a PaymentRequest with undefined optional parameters should not thr
ow or crash. | 9 PASS Creating a PaymentRequest with undefined optional parameters should not thr
ow or crash. |
| 9 PASS Creating a PaymentRequest with null optional parameters should not throw or
crash. | 10 PASS Creating a PaymentRequest with null optional parameters should not throw or
crash. |
| 10 PASS PaymentRequest should have readonly shippingAddress and shippingOption prop
erties. | 11 PASS PaymentRequest should have readonly shippingAddress and shippingOption prop
erties. |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 PASS Invalid amount "-.99" should throw | 146 PASS Invalid amount "-.99" should throw |
| 146 PASS Invalid amount "10-" should throw | 147 PASS Invalid amount "10-" should throw |
| 147 PASS Invalid amount "1-0" should throw | 148 PASS Invalid amount "1-0" should throw |
| 148 PASS Invalid amount "1.0.0" should throw | 149 PASS Invalid amount "1.0.0" should throw |
| 149 PASS Invalid amount "1/3" should throw | 150 PASS Invalid amount "1/3" should throw |
| 150 PASS Empty amount should throw | 151 PASS Empty amount should throw |
| 151 PASS Null amount should throw | 152 PASS Null amount should throw |
| 152 PASS Undefined amount should throw | 153 PASS Undefined amount should throw |
| 153 Harness: the test ran to completion. | 154 Harness: the test ran to completion. |
| 154 | 155 |
| OLD | NEW |