Skip to content

Commit

Permalink
Removed redundant formsWithDate_ShouldSaveFormsWithSuccess
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Jul 26, 2024
1 parent 5a15248 commit 405ccf2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,6 @@ public class FillBlankFormTest {
public RuleChain copyFormChain = TestRuleChain.chain()
.around(rule);

@Test
public void formsWithDate_ShouldSaveFormsWithSuccess() {
//TestCase17
rule.startAtMainMenu()
.copyForm("1560_DateData.xml")
.startBlankForm("1560_DateData")
.assertText("Jan 01, 1900")
.swipeToEndScreen("01/01/00")
.clickFinalize()

.copyForm("1560_IntegerData.xml")
.startBlankForm("1560_IntegerData")
.assertText("5")
.swipeToEndScreen("5")
.clickFinalize()

.copyForm("1560_IntegerData_instanceID.xml")
.startBlankForm("1560_IntegerData_instanceID")
.assertText("5")
.swipeToEndScreen()
.clickFinalize();
}

@Test
public void answers_ShouldBeSuggestedInComplianceWithSelectedLetters() {
//TestCase41
Expand Down
25 changes: 0 additions & 25 deletions test-forms/src/main/resources/forms/1560_DateData.xml

This file was deleted.

25 changes: 0 additions & 25 deletions test-forms/src/main/resources/forms/1560_IntegerData.xml

This file was deleted.

This file was deleted.

0 comments on commit 405ccf2

Please sign in to comment.