-
Notifications
You must be signed in to change notification settings - Fork 13
fix(select): stencil tests #4904
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
Conversation
This reverts commit 683861f.
|
|
🔭🐙🐈 Test this branch here: https://db-ux-design-system.github.io/core-web/review/fix-select-stencil-tests |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix(tests): preventing test failure slipthrougs to main The [checks for a PR](https://github.com/db-ux-design-system/core-web/actions/runs/17416146706/job/49445191771?pr=4904) run through smoothly, but it's results would lead to a [fail on `main` branch](https://github.com/db-ux-design-system/core-web/actions/runs/17421313490/job/49460006681). We need to prevent this to happen. * Revert "fix(select): stencil tests (#4904)" This reverts commit ca0393e. * Revert "fix(select): Angular tests (#4903)" This reverts commit 683861f. * Update 02-e2e-showcases.yml * refactor: let's give this a try * Revert "refactor: let's give this a try" This reverts commit 8ff0b44. * Update select.lite.tsx * Update select.lite.tsx * Fix placeholder option value in select component * Modify ngAfterViewInit to handle floating variant * Update components.ts * Refactor ngAfterViewInit to simplify value assignment * Update components.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Proposed changes
The StencilJS tests were incorrectly reporting the first item as selected, whereas it should be the second one.
Types of changes
Further comments