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

Unified Diff: chrome/test/data/webui/net_internals/chromeos_view.js

Issue 887393002: Re-enable and fix test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/test/data/webui/net_internals/chromeos_view.js
diff --git a/chrome/test/data/webui/net_internals/chromeos_view.js b/chrome/test/data/webui/net_internals/chromeos_view.js
index 4420225736ba201957e433b8468949c61d29e045..35454b122eb24d094dd501351e805938ced67f92 100644
--- a/chrome/test/data/webui/net_internals/chromeos_view.js
+++ b/chrome/test/data/webui/net_internals/chromeos_view.js
@@ -47,10 +47,13 @@ ResultChecker.prototype = {
};
TEST_F('NetInternalsTest',
- 'DISABLED_netInternalsChromeOSViewStoreDebugLogs',
+ 'netInternalsChromeOSViewStoreDebugLogs',
function() {
- if (!cr.isChromeOS)
+ if (!cr.isChromeOS) {
testDone();
+ return;
+ }
+
// #chromeos-view-import-onc fails accessibility check.
this.runAccessibilityChecks = false;
NetInternalsTest.switchToView('chromeos');
« 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