mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-27 03:46:39 +08:00
7543340f39
The invitation error copy also renders as a transient sonner toast, so the plain text locator resolved to two elements and tripped Playwright strict mode while the toast was on screen. Tag the inline error region with data-testid="invitation-error" and assert against it, keeping the check deterministic under CI parallelism.