From 8af148003a23effe1feb9d3a7e54e926e354b33b Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Wed, 29 Nov 2017 13:56:23 -0800 Subject: [PATCH] FIx typo --- test/unit/polymer.properties-element.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/polymer.properties-element.html b/test/unit/polymer.properties-element.html index ccabb72ea9..71588723cd 100644 --- a/test/unit/polymer.properties-element.html +++ b/test/unit/polymer.properties-element.html @@ -262,7 +262,7 @@ // old browsers with broken native properties on instances // cannot pass this test. if (el.hasOwnProperty('id')) { - test.skip(); + this.skip(); } el.setAttribute('id', 'yo'); assert.equal(el.id, 'yo');