You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Mohammod Al Amin Ashik
committed
fix: scope toast-container locators to main content area in e2e tests
SpaceSwitcher in the sidebar also renders a ToastContainer, causing
Playwright strict mode violations when getByTestId('toast-container')
resolves to 2 elements. Scoped all toast locators to
page.getByRole('main') to target only the main content area.
0 commit comments