diff --git a/test/unit/legacy-data.html b/test/unit/legacy-data.html index b77a76510b..1cd5a06189 100644 --- a/test/unit/legacy-data.html +++ b/test/unit/legacy-data.html @@ -450,12 +450,12 @@ assertEffects({computeMulti: 1}); assert.equal(el.$$('#ifChild').computedMulti, '[b,c]'); }); - test.only('one wildcard argument defined', () => { + test('one wildcard argument defined', () => { el = fixture('declarative-wildcard-one'); flush(); assertEffects({warn: 1}); }); - test.only('all wildcard arguments defined', () => { + test('all wildcard arguments defined', () => { el = fixture('declarative-wildcard-all'); flush(); assertEffects({wildcardObserver: 1});