From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../retry-shows-error-member-manual.https.html | 50 +++++++++++++++++ .../retry-shows-payer-member-manual.https.html | 65 ++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-error-member-manual.https.html create mode 100644 testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-payer-member-manual.https.html (limited to 'testing/web-platform/tests/payment-request/PaymentValidationErrors') diff --git a/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-error-member-manual.https.html b/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-error-member-manual.https.html new file mode 100644 index 0000000000..9135520cd7 --- /dev/null +++ b/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-error-member-manual.https.html @@ -0,0 +1,50 @@ + + + + + PaymentValidationErrors' `error` member + + + + + +

+ Manual Test for PaymentValidationErrors's `error` member - Please run in order! +

+

+ Click on each button in sequence from top to bottom without refreshing the page. + Each button will bring up the Payment Request UI window. +

+

+ When presented with the payment sheet, use any card and select to "Pay". + You will be asked to retry the payment and an error should be shown somewhere + in the UI. The expected error string is described in each individual test. + If you see the error, hit "Pay" again. If you don't see the error, + abort the payment request by hitting "esc" - which means that particular test + has failed. +

+
    +
  1. + +
  2. +
  3. + +
  4. +
+ + If you find a buggy test, please file a bug + and tag one of the owners. + diff --git a/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-payer-member-manual.https.html b/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-payer-member-manual.https.html new file mode 100644 index 0000000000..f8115e69ec --- /dev/null +++ b/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-payer-member-manual.https.html @@ -0,0 +1,65 @@ + + + + + PaymentValidationErrors' `payer` member + + + + + +

+ Manual Test for PaymentValidationErrors' `payer` member - Please run in order! +

+

+ Click on each button in sequence from top to bottom without refreshing the page. + Each button will bring up the Payment Request UI window. +

+

+ When presented with the payment sheet, use any card and select to "Pay". + You will be asked to retry the payment and an error should be shown somewhere + in the UI. The expected error string is described in each individual test. + If you see the error, hit "Pay" again. If you don't see the error, + abort the payment request by hitting "esc" - which means that particular test + has failed. +

+
    +
  1. + +
  2. +
  3. + +
  4. +
  5. + +
  6. +
  7. + +
  8. +
+ + If you find a buggy test, please file a bug + and tag one of the owners. + -- cgit v1.2.3