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 jobs tab test: wait for active class instead of networkidle
The navigateToTab() test was hanging because waitForLoadState('networkidle')
never fired after previous tests left the page in an "idle" state.
Add wait for tab to have border-primary class before waiting
for content visibility.
0 commit comments