Upstream tests use clickAndReadStyle(evaluate, sel, prop) to click-and-read before asserting toHaveCSS(sel, prop, val). Emit just the click — downstream toHaveCSS checks then test the post-click state. Net: transition 6→13.
Upstream tests use clickAndReadStyle(evaluate, sel, prop) to click-and-read before asserting toHaveCSS(sel, prop, val). Emit just the click — downstream toHaveCSS checks then test the post-click state. Net: transition 6→13.