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

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

Issue 2788283002: Fix PrintPreviewDestinationSearchTest.Select (Closed)
Patch Set: Created 3 years, 9 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/print_preview_destination_search_test.js
diff --git a/chrome/test/data/webui/print_preview_destination_search_test.js b/chrome/test/data/webui/print_preview_destination_search_test.js
index e63db9d7c56e5214df5340d17e90c9fc5e3ab8d9..559c89bdf450ff883a10b1ba907fe2cba2be5046 100644
--- a/chrome/test/data/webui/print_preview_destination_search_test.js
+++ b/chrome/test/data/webui/print_preview_destination_search_test.js
@@ -27,7 +27,7 @@ PrintPreviewDestinationSearchTest.prototype = {
extraLibraries: PolymerTest.getLibraries(ROOT_PATH),
};
-TEST_F('PrintPreviewDestinationSearchTest', 'DISABLED_Select', function() {
+TEST_F('PrintPreviewDestinationSearchTest', 'Select', function() {
var self = this;
suite('DestinationSearchTest', function() {

Powered by Google App Engine
This is Rietveld 408576698