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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs

Issue 2103053006: Fix tests flakes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Not for review: testing on try bots; disable notifications Created 4 years, 6 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/browser/resources/chromeos/chromevox/cvox2/background/notifications.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
index 1797d56caaf1ab036adc9ae7faf331e7ae91f134..847f58a2b3e0656ddd6153665193ac649cae7e02 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -25,6 +25,9 @@ BackgroundTest.prototype = {
ChromeVoxState.instance.toggleNext(true);
window.RoleType = chrome.automation.RoleType;
window.doCmd = this.doCmd;
+
+ // Reset notifications so only explicit mode changes can cause them to trigger.
+ Notifications.reset();
},
/**
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698