Skip to content

Commit

Permalink
Fix flaky account history mockapi test
Browse files Browse the repository at this point in the history
Add some extra time to for the login page to show to
improve stability of the test.
  • Loading branch information
Pururun committed Feb 7, 2024
1 parent 20d9c98 commit 5c0d66b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class AccountHistoryMockApiTest : MockApiTest() {
app.ensureLoggedIn()
app.clickAccountCog()
app.clickActionButtonByText("Log out")
app.waitForLoginPrompt()
device.findObjectWithTimeout(By.res(LOGIN_INPUT_TEST_TAG)).click()

// Assert
Expand Down

0 comments on commit 5c0d66b

Please sign in to comment.