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

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

Issue 7792085: Print Preview: Handling pending print to pdf requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing more comments Created 9 years, 3 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.js
diff --git a/chrome/test/data/webui/print_preview.js b/chrome/test/data/webui/print_preview.js
index dacefd0563fc1d7a626a87ba508f3b66d34069dd..4a59db9350efc21687c6608b3595036009616333 100644
--- a/chrome/test/data/webui/print_preview.js
+++ b/chrome/test/data/webui/print_preview.js
@@ -395,7 +395,7 @@ TEST_F('PrintPreviewNoPDFWebUITest', 'TestErrorMessage', function() {
var errorButton = $('error-button');
assertNotEquals(null, errorButton);
expectFalse(errorButton.disabled);
- var errorText = $('error-text');
+ var errorText = $('custom-message');
assertNotEquals(null, errorText);
expectFalse(errorText.classList.contains('hidden'));
});

Powered by Google App Engine
This is Rietveld 408576698