Skip to content

Commit

Permalink
Remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jun 27, 2023
1 parent 6a4f913 commit 7cda3e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/tag-list/test/tag-list.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ describe('d2l-tag-list-item', () => {
const child = elem.children[1];
expect(child._labelText).to.be.equal('Another Tag');
});

it('should be set when provided', async() => {
const elem = await fixture(basicFixture);
await waitUntil(() => elem._items, 'List items did not become ready');

const child = elem.children[3];
expect(child._labelText).to.be.equal('Tag');
});
});

describe('clearable items', () => {
Expand Down

0 comments on commit 7cda3e5

Please sign in to comment.