File tree Expand file tree Collapse file tree
java/org/dhis2/usescases/main Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments