You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(validation): refactor toggleDetailsAriaLabel tests to it.each
Replace five individual 'it' blocks that each set up a wrapper and
assert the same computed property with a single it.each table.
Each row is self-describing via the 'description' field shown in the
test name ($description). The reactive toggle test is kept separate
because it involves sequential state changes.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
0 commit comments