Skip to content

Commit

Permalink
chore: update dependency @taiga-ui/design-tokens to v0.159.0 (#10047)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Dec 23, 2024
1 parent 8dc3d67 commit 2c14206
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"@taiga-ui/browserslist-config": "0.238.0",
"@taiga-ui/commitlint-config": "0.238.0",
"@taiga-ui/cspell-config": "0.238.0",
"@taiga-ui/design-tokens": "0.158.0",
"@taiga-ui/design-tokens": "0.159.0",
"@taiga-ui/eslint-plugin-experience": "0.238.0",
"@taiga-ui/event-plugins": "4.3.1",
"@taiga-ui/jest-config": "0.238.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ test.describe('MultiSelect', () => {

await multiSelect.arrow.click();
await documentationPage.waitStableState();
await page.locator('tui-dropdown [tuiOption]').first().hover();
await page.waitForTimeout(300);
await page.mouse.move(0, 0); // clear focus

await expect(multiSelect.dropdown).toHaveScreenshot(
'02-with-data-list-with-label.png',
Expand All @@ -55,8 +54,7 @@ test.describe('MultiSelect', () => {

await multiSelect.arrow.click();
await documentationPage.waitStableState();
await page.locator('tui-dropdown [tuiOption]').first().hover();
await page.waitForTimeout(300);
await page.mouse.move(0, 0); // clear focus

await expect(multiSelect.dropdown).toHaveScreenshot(
'03-with-data-list-without-label.png',
Expand Down

0 comments on commit 2c14206

Please sign in to comment.