Skip to content

Remove accidental leading spaces in test markup expectations#79

Merged
albx merged 2 commits intofeature/38-select-componentfrom
copilot/sub-pr-78
Feb 9, 2026
Merged

Remove accidental leading spaces in test markup expectations#79
albx merged 2 commits intofeature/38-select-componentfrom
copilot/sub-pr-78

Conversation

Copy link
Contributor

Copilot AI commented Feb 9, 2026

Test expectations contained leading spaces in "value 2" option text ( value 2 instead of value 2), making them inconsistent with other options and brittle to whitespace changes in component rendering.

Changes:

  • Removed leading space from 9 instances of <option value="value 2"> value 2</option> across 6 test cases in BitSelectFieldTest.Rendering.razor
  • Tests now expect <option value="value 2">value 2</option> consistently with "value 1", "value 3", and "value 4" options

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: albx <5121303+albx@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove leading space in select component based on feedback Remove accidental leading spaces in test markup expectations Feb 9, 2026
Copilot AI requested a review from albx February 9, 2026 12:54
@albx albx marked this pull request as ready for review February 9, 2026 15:21
@albx albx merged commit 7eaf82e into feature/38-select-component Feb 9, 2026
1 check passed
@albx albx deleted the copilot/sub-pr-78 branch February 11, 2026 07:13
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