Skip to content

Commit

Permalink
convert UI tests of Form's programrules to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdyrod committed May 22, 2024
1 parent d589c1a commit b8b33da
Show file tree
Hide file tree
Showing 6 changed files with 541 additions and 424 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package org.dhis2.usescases
import org.dhis2.usescases.flow.searchFlow.SearchFlowTest
import org.dhis2.usescases.flow.syncFlow.SyncFlowTest
import org.dhis2.usescases.flow.teiFlow.TeiFlowTest
import org.dhis2.usescases.form.FormTest
import org.junit.runner.RunWith
import org.junit.runners.Suite

Expand All @@ -12,6 +11,5 @@ import org.junit.runners.Suite
SearchFlowTest::class,
SyncFlowTest::class,
TeiFlowTest::class,
FormTest::class
)
class FlowTestsSuite
20 changes: 0 additions & 20 deletions app/src/androidTest/java/org/dhis2/usescases/form/FormIntents.kt

This file was deleted.

156 changes: 0 additions & 156 deletions app/src/androidTest/java/org/dhis2/usescases/form/FormRobot.kt

This file was deleted.

Loading

0 comments on commit b8b33da

Please sign in to comment.