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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java

Issue 2914503002: align shipping option name to left and shipping cost to right on bottom sheet (Closed)
Patch Set: address comments Created 3 years, 7 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/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java
index 19865e63f6b5931928ecefd05d02b6d05a8def5a..b7ed960f5672d38dec8dca0323a3f1804ad58409 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java
@@ -274,6 +274,13 @@ public class PaymentRequestTestRule extends ChromeActivityTestRule<ChromeTabbedA
return mTestCommon.getShippingOptionSummary();
}
+ /**
+ * Returns the cost text of the shipping option section.
+ */
+ protected String getShippingOptionCostSummaryLabel() throws ExecutionException {
gogerald1 2017/06/02 15:05:11 getShippingOptionCostSummaryLabelOnBottomSheet? an
wuandy1 2017/06/02 19:53:13 Done.
+ return mTestCommon.getShippingOptionCostSummary();
+ }
+
/** Returns the focused view in the card editor view. */
protected View getCardEditorFocusedView() {
return mTestCommon.getCardEditorFocusedView();

Powered by Google App Engine
This is Rietveld 408576698