Skip to content

Commit

Permalink
Removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Oct 31, 2024
1 parent 8d9e47f commit cbaeeb5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ class ViewFormPage(private val formName: String) : Page<ViewFormPage>() {
assertText(org.odk.collect.strings.R.string.exit)
return this
}

fun clickOnExit(): SendFinalizedFormPage {
clickOnString(org.odk.collect.strings.R.string.exit)
return SendFinalizedFormPage()
}
}

0 comments on commit cbaeeb5

Please sign in to comment.