Skip to content

Commit

Permalink
test: shouldSuccessfullyScheduleAnEvent fix (#3900)
Browse files Browse the repository at this point in the history
Signed-off-by: andresmr <[email protected]>
  • Loading branch information
andresmr authored Nov 26, 2024
1 parent 2ec595a commit 0be47dd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ class TeiDashboardTest : BaseTest() {
}
}

@Ignore("Due Date Appears instead of next event")
@Test
fun shouldSuccessfullyScheduleAnEvent() {
val currentDate = LocalDate.now()
Expand All @@ -180,7 +179,7 @@ class TeiDashboardTest : BaseTest() {
clickOnTimelineEvents()
clickOnFab()
clickOnScheduleNew()
typeOnInputDateField(formattedCurrentDate, "Next event")
typeOnInputDateField(formattedCurrentDate, "Due date")
clickOnSchedule()
waitToDebounce(1000)
checkEventWasScheduled(LAB_MONITORING, 0)
Expand Down

0 comments on commit 0be47dd

Please sign in to comment.