Index: lib/src/paper-button/test/paper-button.html |
diff --git a/lib/src/paper-button/test/paper-button.html b/lib/src/paper-button/test/paper-button.html |
index a4acd90cec5e995d2f177afa854f899f06b3ede3..2fce0e4a63b6c6374fb8143469717258bfcadbc6 100644 |
--- a/lib/src/paper-button/test/paper-button.html |
+++ b/lib/src/paper-button/test/paper-button.html |
@@ -46,7 +46,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
Polymer.Base.async(function() { |
try { |
- expect(button._elevation).to.be.eql(1); |
+ expect(button.elevation).to.be.eql(1); |
done(); |
} catch (e) { |
done(e); |