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

Unified Diff: chrome/test/data/android/webvr_instrumentation/html/test_screen_taps_not_registered_on_daydream.html

Issue 2768583002: Make VR screen tap tests more stable (Closed)
Patch Set: Move VR test library behind flag 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/test/data/android/webvr_instrumentation/html/test_screen_taps_not_registered_on_daydream.html
diff --git a/chrome/test/data/android/webvr_instrumentation/html/test_screen_taps_not_registered_on_daydream.html b/chrome/test/data/android/webvr_instrumentation/html/test_screen_taps_not_registered_on_daydream.html
index 582e06be6e0a8a57ffe59cc6c82aba127192bd95..120c868b7c2a90321c93f6f6f4119c9df4e7f511 100644
--- a/chrome/test/data/android/webvr_instrumentation/html/test_screen_taps_not_registered_on_daydream.html
+++ b/chrome/test/data/android/webvr_instrumentation/html/test_screen_taps_not_registered_on_daydream.html
@@ -30,7 +30,7 @@ Daydream View
t.step_func_done( () => {
// We expect 1 tap from entering VR
assert_equals(numTaps, 1,
- "Only tap one tap registered after two taps given");
+ "Only one tap registered after two taps given");
})();
}

Powered by Google App Engine
This is Rietveld 408576698