fix(e2e): fix themes_management test selectors for theme name inputs (#2728)
## Summary
- Fixed ambiguous `getByLabel("Theme Name")` selectors in themes
management E2E tests
- Used specific element IDs (`#manual-name`, `#ai-name`) for create
dialogs where multiple matching inputs exist
- Scoped edit dialog selectors to the dialog context to avoid matching
create form inputs
## Test plan
- Run the themes_management E2E tests: `npx playwright test
e2e-tests/themes_management.spec.ts`
- Verify all theme CRUD operations, chat input creation, and AI
generator flows pass
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- devin-review-badge-begin -->
---
<a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2728"
target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
</picture>
</a>
<!-- devin-review-badge-end -->
Co-authored-by:
Will Chen <willchen90@gmail.com>
Co-authored-by:
Claude Opus 4.5 <noreply@anthropic.com>
正在显示
请
注册
或者
登录
后发表评论