Skip to content

Commit c471685

Browse files
committed
Merge branch 'v1/dev' of https://github.com/umbraco/Umbraco.UI into v1/dev
2 parents 3ce4605 + 58b27ae commit c471685

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/uui-tag/lib/uui-tag.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ describe('UuiTag', () => {
1818
});
1919

2020
describe('properties', () => {
21-
it('has a look property', () => {
22-
expect(element).to.have.property('look');
21+
it('has a color property', () => {
22+
expect(element).to.have.property('color');
2323
});
2424
});
2525

packages/uui-toast-notification/lib/uui-toast-notification.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ describe('UUIToastNotificationElement', () => {
3838
});
3939

4040
describe('properties', () => {
41-
it('look', () => {
42-
expect(element).to.have.property('look');
41+
it('color', () => {
42+
expect(element).to.have.property('color');
4343
});
4444
it('autoClose', () => {
4545
expect(element).to.have.property('autoClose');

0 commit comments

Comments
 (0)