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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationUIManagerTest.java

Issue 1082273003: Fix NotificationUIManagerTest::testShowAndCloseMultipleNotifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-db-Integrate
Patch Set: Created 5 years, 8 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 | chrome/test/data/notifications/notification_test_utils.js » ('j') | 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/notifications/NotificationUIManagerTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationUIManagerTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationUIManagerTest.java
index 7b142dc17b050b77c5258cd9fae0ee52c9976ade..39b2634cd1209709d685f1fd9320cbd659d0add8 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationUIManagerTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationUIManagerTest.java
@@ -13,7 +13,6 @@ import android.test.suitebuilder.annotation.SmallTest;
import org.chromium.base.ThreadUtils;
import org.chromium.base.annotations.SuppressFBWarnings;
-import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.chrome.browser.preferences.website.ContentSetting;
@@ -292,12 +291,8 @@ public class NotificationUIManagerTest extends ChromeShellTestBase {
* Verifies that multiple notifications without a tag can be opened and closed without
* affecting eachother.
*/
- /*
- @MediumTest
+ @LargeTest
@Feature({"Browser", "Notifications"})
- crbug.com/472926
- */
- @DisabledTest
public void testShowAndCloseMultipleNotifications() throws Exception {
setNotificationContentSettingForCurrentOrigin(ContentSetting.ALLOW);
« no previous file with comments | « no previous file | chrome/test/data/notifications/notification_test_utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698