Update test name.

This commit is contained in:
Steven Orvell
2020-01-29 17:57:58 -08:00
parent eaca195467
commit dfd0e64183

View File

@@ -117,7 +117,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
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;