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

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

Issue 2421653002: Remove unnecessary, left over Polymer.dom.flush() from appearance tests (Closed)
Patch Set: Created 4 years, 2 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/settings/appearance_page_test.js
diff --git a/chrome/test/data/webui/settings/appearance_page_test.js b/chrome/test/data/webui/settings/appearance_page_test.js
index 4d62dbe9231a01ac16c418570bfcc6ac5ec86e83..4ade4fc2f9c366a241d3c4dff5e9d28d25dc3771 100644
--- a/chrome/test/data/webui/settings/appearance_page_test.js
+++ b/chrome/test/data/webui/settings/appearance_page_test.js
@@ -143,8 +143,6 @@ cr.define('settings_appearance', function() {
if (cr.isLinux && !cr.isChromeOS) {
test('useSystemTheme', function() {
- Polymer.dom.flush();
-
var button = appearancePage.$$('#useSystem');
assertTrue(!!button);
MockInteractions.tap(button);
« 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