diff --git a/browser/components/payments/res/paymentRequest.xhtml b/browser/components/payments/res/paymentRequest.xhtml index dd25d5989960..38e8c56363ff 100644 --- a/browser/components/payments/res/paymentRequest.xhtml +++ b/browser/components/payments/res/paymentRequest.xhtml @@ -10,6 +10,8 @@ + + @@ -83,17 +85,15 @@

-
+
&header.payTo;
-
+
-

&paymentSummaryTitle;

-
diff --git a/browser/components/payments/test/mochitest/test_payment_dialog.html b/browser/components/payments/test/mochitest/test_payment_dialog.html index b96b96dee65a..17e791d5edce 100644 --- a/browser/components/payments/test/mochitest/test_payment_dialog.html +++ b/browser/components/payments/test/mochitest/test_payment_dialog.html @@ -8,6 +8,7 @@ Test the payment-dialog custom element Test the payment-dialog element + @@ -93,6 +94,7 @@ add_task(async function test_viewAllButtonVisibility() { let button = el1._viewAllButton; ok(button.hidden, "Button is initially hidden when there are no items to show"); + ok(isHidden(button), "Button should be visibly hidden since bug 1469464") // Add a display item. let request = deepClone(el1.requestStore.getState().request);