test(web-ui): update dashboard CTA link assertion after copy edit
This commit is contained in:
parent
05f12b416d
commit
97e72c3f1c
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue