Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 committed Dec 20, 2024
1 parent 15dd5cc commit 06ca789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class DataCollectionFragmentTest : BaseHiltTest() {
runner()
.inputText(TASK_1_RESPONSE)
.clickNextButton()
.assertOptionSelected(TASK_2_OPTION_LABEL)
.selectOption(TASK_2_OPTION_LABEL)
.clickPreviousButton()

assertDraftSaved(listOf(TASK_1_VALUE_DELTA, TASK_2_VALUE_DELTA), currentTaskId = TASK_ID_1)
Expand Down

0 comments on commit 06ca789

Please sign in to comment.