File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -52,22 +52,6 @@ void main() {
52
52
expect (nSavedCards, equals (user? ["addresses" ].length));
53
53
// tap first saved place card
54
54
await homeRobot.tapSavedPlace (0 );
55
-
56
- // transition: home screen -> congestion rating screen
57
- final congestionRobot = CongestionRatingRobot (tester: tester);
58
- // check at least one congestion point is listed
59
- final nCongestionPoints =
60
- await congestionRobot.countPrefixed (WidgetKeys .congestionPointPrefix);
61
- // check congestion markers are drawn for every congestion point
62
- // check at least one route step is shown
63
- final nRouteSteps =
64
- await congestionRobot.countPrefixed (WidgetKeys .routeStepPrefix);
65
- expect (nRouteSteps, greaterThan (0 ));
66
-
67
- // tap congestion point to reveal visuals (graph, camera image view) for point
68
- if (nCongestionPoints > 0 ) {
69
- await congestionRobot.tapCongestionPoint (0 );
70
- }
71
55
});
72
56
});
73
57
}
You can’t perform that action at this time.
0 commit comments