-
Notifications
You must be signed in to change notification settings - Fork 13
fix(select): Angular tests #4903
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
|
|
🔭🐙🐈 Test this branch here: https://db-ux-design-system.github.io/core-web/review/fix-select-angular-tests |
* Revert "fix(select): Angular tests (#4903)" This reverts commit 683861f. * refactor: corrected those snapshots * auto update snapshots (#4905) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- 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 Angular tests are currently failing because of how Angular is handling the first
optionHTML element of a set ofoptionHTML elements out of which none is having theselectedHTML attribute at the very beginning.Types of changes
Further comments