Skip to content

Commit

Permalink
Fix dialog closed assertion before selecting disability
Browse files Browse the repository at this point in the history
  • Loading branch information
TSampley committed Sep 8, 2024
1 parent 9359fe6 commit 5e9085e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ class RiderProfileCreationUiTest {
Then:
- Dialog is closed and Mobility is added to list of disabilities
*/
onNodeWithText("Disability Picker")
.assertDoesNotExist()
onNodeWithText("Mobility")
.assertExists()
.performClick()
onNodeWithText("Disability Picker")
.assertDoesNotExist()

/*
When:
Expand Down

0 comments on commit 5e9085e

Please sign in to comment.