Commit 1a5b5c3e authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview Componentization: remove commented out line in test

Was accidentally introduced in https://crrev.com/c/1055657.

Bug: 773928
Change-Id: I1167284e1d03cd89154310041c1d1f64021f7725
Reviewed-on: https://chromium-review.googlesource.com/1062503Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#559297}
parent d23f3ef7
...@@ -389,7 +389,6 @@ cr.define('settings_sections_tests', function() { ...@@ -389,7 +389,6 @@ cr.define('settings_sections_tests', function() {
let capabilities = let capabilities =
print_preview_test_utils.getCddTemplate('FooPrinter').capabilities; print_preview_test_utils.getCddTemplate('FooPrinter').capabilities;
page.set('destination_.capabilities', capabilities); page.set('destination_.capabilities', capabilities);
// assertTrue(optionsElement.hidden);
// Expanding more settings will show the section. // Expanding more settings will show the section.
toggleMoreSettings(); toggleMoreSettings();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment