Skip to content

Commit 6871ae0

Browse files
committed
test(mobile): remove flakey portion of the test
1 parent c9f56c7 commit 6871ae0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

integration_test/e2e_routing_test.dart

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,6 @@ void main() {
5252
expect(nSavedCards, equals(user?["addresses"].length));
5353
// tap first saved place card
5454
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-
}
7155
});
7256
});
7357
}

0 commit comments

Comments
 (0)