test(web-ui): update dashboard CTA link assertion after copy edit

This commit is contained in:
ZdenekSrotyr 2026-05-03 19:35:59 +02:00
parent 05f12b416d
commit 97e72c3f1c

View file

@ -240,7 +240,8 @@ class TestClaudeSetupPreview:
assert resp.status_code == 200
body = resp.text
assert "env-setup-cta" in body
assert "View what Claude Code will receive on /setup" in body
assert "Open the full setup page" in body
assert 'href="/setup"' in body
# inline <details> preview block must no longer appear
assert 'aria-label="Preview of the clipboard payload"' not in body