Skip to content

Add regression-test requirements to stabilization bug fixes #12

Description

@alx-so

Problem

The known stabilization bugs should not be fixed without regression coverage. Each fix should either add a focused test in the same PR or explicitly document why the behavior cannot be covered with the current test harness.

This issue is the testing gate for the existing stabilization bug issues.

Related bug issues

Acceptance criteria

  • Each bug-fix PR for Search results use stale item data after items prop changes #3 through Wire or remove declared public props that are currently no-op #8 includes regression coverage where practical.
  • Tests are added before or alongside the production fix, not after release.
  • If a regression test would currently fail before the fix, it is introduced in the same PR as the fix so CI remains green.
  • Any bug that cannot be covered by the current harness links to a follow-up testing task with a clear reason.
  • The final stabilization milestone has meaningful coverage for search, controlled state, multi-select tags, and public prop behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: controlled-stateControlled and uncontrolled component statearea: inputInput and TextInput behaviorarea: multiselectMultiple selection and tag behaviorarea: searchSearch and autocomplete behaviorarea: testsAutomated test coverage and test configurationenhancementNew feature or requestpriority: highHigh impact issue for the next releasetype: testingTest infrastructure and coverage work

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions