mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-26 19:36:35 +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.