Skip to content

Commit

Permalink
Update libs/components/src/lib/tag/tag.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Yonatan Kra <yonatan.kra@vonage.com>
  • Loading branch information
rinaok and YonatanKra authored Apr 13, 2023
1 parent f895c7e commit 62af2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/src/lib/tag/tag.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ describe('vwc-tag', () => {
.toEqual(null);
await toggleRemovable(element, true);
expect(element.shadowRoot?.querySelector('.dismiss-button'))
.toBeInstanceOf(HTMLElement);
.toBeTruthy();
});

it('should remove tag on remove button click', async () => {
Expand Down

0 comments on commit 62af2c3

Please sign in to comment.