Skip to content

Commit

Permalink
Delete test that duplicates coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Mar 27, 2024
1 parent 3968839 commit 6a33b9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,27 +140,4 @@ class EntityFormTest {
.assertText("Romulus Roy")
.assertTextDoesNotExist("Ro-Ro Roy")
}

@Test
fun fillingEntityUpdateForm_whenFormDoesNotUpdateLabel_updatesEntityForFollowUpForms() {
testDependencies.server.addForm(
"one-question-entity-update-no-label.xml",
listOf("people.csv")
)

rule.withMatchExactlyProject(testDependencies.server.url)
.enableLocalEntitiesInForms()

.startBlankForm("One Question Entity Update")
.assertQuestion("Select person")
.clickOnText("Roman Roy")
.swipeToNextQuestion("Name")
.answerQuestion("Name", "Romulus Roy")
.swipeToEndScreen()
.clickFinalize()

.startBlankForm("One Question Entity Update")
.assertText("Roman Roy")
.assertTextDoesNotExist("Romulus Roy")
}
}

This file was deleted.

0 comments on commit 6a33b9e

Please sign in to comment.