Is your feature request related to a problem? Please describe.
The current test coverage for this frontend component is lower than desired. This increases the risk of regressions and makes future changes harder to validate.
Describe the solution you'd like
Add or improve unit tests to raise the overall coverage. Tests should verify rendering, interactions, state/prop behavior, and any edge cases relevant to the component.
Is your feature request related to a problem? Please describe.
The current test coverage for this frontend component is lower than desired. This increases the risk of regressions and makes future changes harder to validate.
Describe the solution you'd like
Add or improve unit tests to raise the overall coverage. Tests should verify rendering, interactions, state/prop behavior, and any edge cases relevant to the component.