Skip to content

Commit a477dec

Browse files
committed
Fix method name
1 parent 8a26bf8 commit a477dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collect_app/src/androidTest/java/org/odk/collect/android/feature/formentry/FieldListUpdateTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class FieldListUpdateTest {
244244
rule.setUpProjectAndCopyForm("fieldlist-updates.xml")
245245
.fillNewForm("fieldlist-updates.xml", "fieldlist-updates")
246246
.clickOptionsIcon()
247-
.clickGeneralSettings()
247+
.clickProjectSettings()
248248
.clickFormManagement()
249249
.openShowGuidanceForQuestions()
250250
.clickOnString(org.odk.collect.strings.R.string.guidance_yes)

0 commit comments

Comments
 (0)