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

Unified Diff: test/paper_button_test.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 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 | « test/paper_button_behavior_test.dart ('k') | test/paper_checkbox_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/paper_button_test.dart
diff --git a/test/paper_button_test.dart b/test/paper_button_test.dart
index bf11b38daa472d5b22f329435e5611747032392a..89a77e704a5044cb5f7c2fca28b3a104880a9517 100644
--- a/test/paper_button_test.dart
+++ b/test/paper_button_test.dart
@@ -25,7 +25,7 @@ main() async {
expect(button.getAttribute('raised'), isNotNull);
wait(1).then((_) {
try {
- expect(button.jsElement['_elevation'], equals(1));
+ expect(button.elevation, equals(1));
done.complete();
} catch (e) {
done.complete(e);
« no previous file with comments | « test/paper_button_behavior_test.dart ('k') | test/paper_checkbox_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698