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

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

Issue 2180823004: Migrate <cr-dialog> from PaperDialogBehavior to native <dialog>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge conflicts with Tommy's CL. Created 4 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/easy_unlock_browsertest_chromeos.js
diff --git a/chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js b/chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js
index 4afa4250c2d16e820d24c040a73e102e05f98653..d621471250da348745be981b032e24ec0a8e7a6f 100644
--- a/chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js
+++ b/chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js
@@ -209,7 +209,7 @@ TEST_F('SettingsEasyUnlockBrowserTest', 'MAYBE_EasyUnlock', function() {
return browserProxy.whenCalled('cancelTurnOffFlow');
}).then(function() {
Polymer.dom.flush();
- expectFalse(turnOffDialog.$.dialog.opened);
+ expectFalse(turnOffDialog.$.dialog.open);
});
});
});
« no previous file with comments | « chrome/test/data/webui/settings/device_page_tests.js ('k') | chrome/test/data/webui/settings/fake_bluetooth.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698