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(7553): use actual readonly-URL selector in Playwright spec
The previous test looked up (capital-I) and called
inputValue() on it. The real element is (lowercase)
and it's a toggle checkbox, not a URL field. The readonly URL itself
is in `#linkinput`, updated live when the readonly checkbox is
checked. Wire the test to that flow.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments