Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: ensure chip min-width custom CSS property to be set #7862

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

web-padawan
Copy link
Member

Description

Added an assertion to the test since current it is unreliable - after removing the following line, it still passes:

--_chip-min-width: var(--vaadin-multi-select-combo-box-chip-min-width, 50px);

This is because when custom property is not set, max-width isn't set either and the equality check returns true.

Type of change

  • Test

Copy link

sonarcloud bot commented Sep 25, 2024

@web-padawan web-padawan merged commit 64d8a01 into main Sep 25, 2024
9 checks passed
@web-padawan web-padawan deleted the test/mscb-chip-min-width branch September 25, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants