From dfd0e6418309ad35d3a21016d358f9c9ae7ef799 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Wed, 29 Jan 2020 17:57:58 -0800 Subject: [PATCH] Update test name. --- test/unit/legacy-noattributes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/legacy-noattributes.html b/test/unit/legacy-noattributes.html index 56bf947a12..a05d0206ce 100644 --- a/test/unit/legacy-noattributes.html +++ b/test/unit/legacy-noattributes.html @@ -117,7 +117,7 @@ assert.ok(def); }); - test('native property observeable via `attributeChanged` and reflected to property when `_forceObservedAttributes` is used', () => { + test('native properties observeable when `_legacyForceObservedAttributes` set', () => { el = document.createElement('x-native-attrs-force'); document.body.appendChild(el); el.tabIndex = 5;