Skip to content

Commit 148283c

Browse files
committed
rebase with develop
1 parent 417f504 commit 148283c

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

-80.6 KB
Binary file not shown.

app/src/androidTest/java/org/dhis2/usescases/main/MainTest.kt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class MainTest : BaseTest() {
5050
homeRobot(composeTestRule) {
5151
checkViewIsNotEmpty(composeTestRule)
5252
// [ANDROAPP-4356] Visualizations - Location: the charts/analytics tab is present
53-
// in the bottom navigation bar and can be opened
5453
clickChartsTab()
5554
// [ANDROAPP-4605] Visualizations - Group name: the "Line listing" group tab is labelled
5655
checkChartGroupTabDisplayed("Line listing")
@@ -72,15 +71,13 @@ class MainTest : BaseTest() {
7271
clickReset()
7372
checkFilterBadgeGone(0)
7473

75-
// [ANDROAPP-4661] Visualizations - Type: Radar: open the Radar group; the radar
76-
// chart loads with its title and data points (no error)
74+
// [ANDROAPP-4661] Visualizations - Type: Radar
7775
clickChartGroup("Radar")
7876
checkChartName(0, "Android: ANC visits (radar)")
7977
checkChartTypeRendered(0, ChartType.RADAR)
8078
checkNoErrorIcon(0)
8179

82-
// [ANDROAPP-4662] Visualizations - Type: Pie: open the Pie chart group; the pie
83-
// chart loads with its title and data points (no error)
80+
// [ANDROAPP-4662] Visualizations - Type: Pie
8481
clickChartGroup("Pie chart")
8582
checkChartName(0, "Android: Malaria case count pie")
8683
checkChartTypeRendered(0, ChartType.PIE_CHART)

0 commit comments

Comments
 (0)