Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4961)

Unified Diff: chrome/browser/ui/views/payments/payment_request_browsertest_base.h

Issue 2733953003: [Payments] Return a basic card response (Closed)
Patch Set: addressed comments from anthony Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/payments/payment_request_browsertest_base.h
diff --git a/chrome/browser/ui/views/payments/payment_request_browsertest_base.h b/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
index 718e8b314b8df210062f64271e1140696b6095aa..9ef9c9f7e0f08ecc04a82d307f2229f867482848 100644
--- a/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
+++ b/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
@@ -87,6 +87,9 @@ class PaymentRequestBrowserTestBase
// it's open.
void InvokePaymentRequestUI();
+ // Will expect that all strings in |expected_strings| are present in output.
+ void ExpectBodyContains(const std::vector<base::string16>& expected_strings);
+
// Utility functions that will click on Dialog views and wait for the
// associated action to happen.
void OpenOrderSummaryScreen();

Powered by Google App Engine
This is Rietveld 408576698