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

Unified Diff: chrome/test/data/webui/settings/site_data_details_subpage_tests.js

Issue 2957153003: MD Settings: remove unsupported routes from guest-mode. (Closed)
Patch Set: fix tests Created 3 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/settings/site_data_details_subpage_tests.js
diff --git a/chrome/test/data/webui/settings/site_data_details_subpage_tests.js b/chrome/test/data/webui/settings/site_data_details_subpage_tests.js
index 43b50513871587bdb51df6e762e3abfb79cd388b..a48b65c6911f06b942c34d399e409c4f52169afc 100644
--- a/chrome/test/data/webui/settings/site_data_details_subpage_tests.js
+++ b/chrome/test/data/webui/settings/site_data_details_subpage_tests.js
@@ -41,7 +41,7 @@ suite('SiteDataDetailsSubpage', function() {
PolymerTest.clearBody();
page = document.createElement('site-data-details-subpage');
settings.navigateTo(
- settings.Route.SITE_SETTINGS_DATA_DETAILS,
+ settings.routes.SITE_SETTINGS_DATA_DETAILS,
new URLSearchParams('site=' + site));
document.body.appendChild(page);

Powered by Google App Engine
This is Rietveld 408576698