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
fix(e2e): fix flaky settings screenshots by waiting for tooltips to dismiss (#3276)
* fix(e2e): fix flaky settings screenshots by waiting for tooltips to dismiss
Add waitForTooltipsToDismiss helper function to ensure tooltips are fully dismissed before taking screenshots, preventing inconsistent visual states in settings tests.
* 'chore: WIP'
* fix(e2e): increase wait timeout to fix flaky chat test
Increase the page wait timeout from 1000ms to 3000ms in the chat E2E test to reduce flakiness and improve test reliability.
0 commit comments