Skip to content

Commit

Permalink
Added a new test
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Oct 26, 2024
1 parent 6cceed3 commit cc46949
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,14 @@ class EntityFormTest {
.assertTextInDialog(R.string.unrecognized_entity_version, "2020.1.0")
.clickOKOnDialog(MainMenuPage())
}

@Test
fun closingEntityForm_releasesTheLockAndLetsOtherEntityFormsToBeStarted() {
rule.startAtFirstLaunch()
.clickTryCollect()
.copyForm("one-question-entity-registration.xml")
.startBlankForm("One Question Entity Registration")
.pressBackAndDiscardForm()
.startBlankForm("One Question Entity Registration")
}
}

0 comments on commit cc46949

Please sign in to comment.