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
This commit addresses a potential exception when clicking the back button in the UI tests by adding a try-catch block.
- If clicking the back button via `backButton.click()` fails, it falls back to using `device.pressBack()`.
- Increased the wait time for idle state from 1000ms to 7000ms to ensure the UI has settled after navigating back.
0 commit comments