Skip to content

Commit 6e1da24

Browse files
- update tests selector;
- update snapshots;
1 parent 6a9ecd4 commit 6e1da24

13 files changed

+2
-2
lines changed

core/src/components/avatar/test/basic/avatar.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ configs({ directions: ['ltr'] }).forEach(({ config, screenshot, title }) => {
1414
const avatarChip = page.locator('#avatar-chip');
1515
const avatarItemStart = page.locator('#avatar-item-start');
1616
const avatarItemEnd = page.locator('#avatar-item-end');
17-
const avatarCharactersDisabled = page.locator('avatar-characters-disabled');
18-
const avatarDisabled = page.locator('avatar-disabled');
17+
const avatarCharactersDisabled = page.locator('#avatar-characters-disabled');
18+
const avatarDisabled = page.locator('#avatar-disabled');
1919

2020
await expect(avatar).toHaveScreenshot(screenshot(`avatar-diff`));
2121
await expect(avatarChip).toHaveScreenshot(screenshot(`avatar-chip-diff`));
713 Bytes
Loading
1.17 KB
Loading
895 Bytes
Loading
779 Bytes
Loading
1.31 KB
Loading
949 Bytes
Loading
1.15 KB
Loading
1.67 KB
Loading
1.23 KB
Loading

0 commit comments

Comments
 (0)