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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenTest.java

Issue 2412553003: Mark @RetryOnFailure the remaining of WebappSplashScreenTest (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenTest.java
index 1d2271e8ecf5ba03fb46c440cdb51815c68b381c..dc7f8945e06e1b3cfd280f5106f607cfceda778e 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenTest.java
@@ -129,6 +129,7 @@ public void run() {
@SmallTest
@Feature({"Webapps"})
+ @RetryOnFailure
public void testHidesAfterLoadFails() throws Exception {
startWebappActivity();
assertTrue(getActivity().isSplashScreenVisibleForTests());
@@ -286,6 +287,7 @@ public void testSmallSplashScreenAppears() throws Exception {
@SmallTest
@Feature({"Webapps"})
+ @RetryOnFailure
public void testSplashScreenWithoutImageAppears() throws Exception {
// Register an image that's too small for the splash screen.
Context context = getInstrumentation().getTargetContext();
@@ -318,6 +320,7 @@ public void testSplashScreenWithoutImageAppears() throws Exception {
@SmallTest
@Feature({"Webapps"})
+ @RetryOnFailure
public void testSplashScreenAppearsWithoutRegisteredSplashImage() throws Exception {
// Don't register anything for the web app, which represents apps that were added to the
// home screen before splash screen images were downloaded.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698