| Index: content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
|
| diff --git a/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java b/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
|
| index af1502647921eaa8476d4fe14258563d98269480..899dda3c2474a301bff489aa1836abf83064785c 100644
|
| --- a/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
|
| +++ b/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
|
| @@ -30,6 +30,7 @@
|
| public void testInternationalNumberIntents() throws Throwable {
|
| startActivityWithTestUrl(
|
| "content/test/data/android/content_detection/phone_international.html");
|
| + assertWaitForPageScaleFactorMatch(1.0f);
|
|
|
| // US: +1 650-253-0000.
|
| String intentUrl = scrollAndTapExpectingIntent("US");
|
| @@ -146,6 +147,7 @@
|
| public void testLocalUSNumbers() throws Throwable {
|
| startActivityWithTestUrl(
|
| "content/test/data/android/content_detection/phone_local.html");
|
| + assertWaitForPageScaleFactorMatch(1.0f);
|
|
|
| // US_1: 1-888-433-5788.
|
| String intentUrl = scrollAndTapExpectingIntent("US_1");
|
| @@ -170,6 +172,7 @@
|
| public void testLocalUKNumbers() throws Throwable {
|
| startActivityWithTestUrl(
|
| "content/test/data/android/content_detection/phone_local.html");
|
| + assertWaitForPageScaleFactorMatch(1.0f);
|
|
|
| // GB_1: (0) 20 7323 8299.
|
| String intentUrl = scrollAndTapExpectingIntent("GB_1");
|
| @@ -194,6 +197,7 @@
|
| public void testLocalFRNumbers() throws Throwable {
|
| startActivityWithTestUrl(
|
| "content/test/data/android/content_detection/phone_local.html");
|
| + assertWaitForPageScaleFactorMatch(1.0f);
|
|
|
| // FR_1: 01 40 20 50 50.
|
| String intentUrl = scrollAndTapExpectingIntent("FR_1");
|
|
|