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

Unified Diff: chrome/test/data/webui/options.js

Issue 7501004: Add test to each OptionsPage to open that page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added separate file for each option test. Created 9 years, 5 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/webui/options.js
diff --git a/chrome/test/data/webui/options.js b/chrome/test/data/webui/options.js
index 40833331ee1347d936fd8f85ef9679be4e89173b..d8a50896356678748f1e29ea90a72c9e4a90f348 100644
--- a/chrome/test/data/webui/options.js
+++ b/chrome/test/data/webui/options.js
@@ -102,12 +102,3 @@ TEST_F('OptionsWebUITest', 'MAYBE_testRefreshStaysOnCurrentPage', function() {
assertEquals(expectedTitle, actualTitle);
assertEquals(pageInstance, topPage);
});
-
-// Test that there are no console errors after opening all registered pages.
-// crbug.com/90420
-TEST_F('OptionsWebUITest', 'FLAKY_testOpenAllOptionsPages', function() {
- expectTrue(!!OptionsPage.registeredPages);
- for (var name in OptionsPage.registeredPages) {
- OptionsPage.showPageByName(name, false);
- }
-});

Powered by Google App Engine
This is Rietveld 408576698