Skip to content

Commit

Permalink
test: remove commented code
Browse files Browse the repository at this point in the history
Signed-off-by: andresmr <[email protected]>
  • Loading branch information
andresmr committed Oct 28, 2024
1 parent fa71a0d commit 3d1ec88
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class SearchTETest : BaseTest() {
}

@Test
fun ºshouldSuccessfullyFilterByEnrollmentStatusCompleted() {
fun shouldSuccessfullyFilterByEnrollmentStatusCompleted() {
val enrollmentStatusFilter = context.getString(R.string.filters_title_enrollment_status)
.format(
context.resources.getQuantityString(R.plurals.enrollment, 1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ class TeiDashboardTest : BaseTest() {
prepareTeiOpenedForReferralProgrammeAndLaunchActivity(rule)

teiDashboardRobot(composeTestRule) {
/*clickOnMenuMoreOptions()
clickOnReopen()*/ //TODO (open a bug)
clickOnMenuMoreOptions()
clickOnTimelineEvents()
clickOnFab()
Expand Down Expand Up @@ -270,7 +268,6 @@ class TeiDashboardTest : BaseTest() {

eventRobot(composeTestRule) {
waitToDebounce(600)
// fillRadioButtonForm(4)
clickOnFormFabButton()
clickOnCompleteButton()
waitToDebounce(600)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ package org.dhis2.usescases.teidashboard.entity
data class EnrollmentUIModel(
val enrollmentDate: String,
val birthday: String,
// val orgUnit: String,
// val latitude: String,
// val longitude: String,
val name: String,
val lastName: String,
val sex: String
Expand Down

0 comments on commit 3d1ec88

Please sign in to comment.