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
fix(cypress): match VSB dc.title <textarea> in submission spec
The submission spec failed on `input#dc_title` even with a generous
timeout because it was never a timing problem: VSB configures dc.title
with input type "textarea" (upstream uses "onebox"), so the field renders
as <textarea id="dc_title">, which `input#dc_title` never matches. Use the
tag-agnostic id selector `#dc_title` instead. (admin-workflow, which was a
genuine slow-render case, is already green from the previous timeout bump.)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments