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(trust,dock): tighten the new e2e guards against vacuous passes
Assertions that can be satisfied by the starting state prove nothing. Each of
the three now pins the "before" as well as the "after": the delete-confirmation
helper asserts the heading is absent before waiting for it, and the trust-radio
test asserts the Trust option starts unselected before claiming the click
selected it. Button hits also match the rendered `[ Delete ]` / `[ OK ]` rather
than the bare word, so a click can't land on an unrelated row that happens to
contain it.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015UhcWWiiLz3uEQfxVp5aYk
0 commit comments