test: prune low-value coverage

This commit is contained in:
edde746
2026-08-06 05:33:18 +02:00
parent 094be1fa3e
commit db4f7a643b
27 changed files with 5 additions and 418 deletions
@@ -93,14 +93,6 @@ void main() {
);
});
test('does not exit while the initial adjacency load is unresolved', () {
// VideoPlayerScreen initializes adjacency status to failed until its
// fire-and-forget first load commits a resolved status.
expect(
completionNavigationAction(hasNext: false, adjacentStatus: QueueNavigationStatus.failed),
CompletionNavigationAction.retryAdjacent,
);
});
test('exits a standalone movie after adjacency resolves unavailable', () {
expect(
@@ -27,10 +27,6 @@ void main() {
TvDetectionService.debugSetAppleTVOverride(null);
});
test('a television opens the player with its chrome down', () {
expect(playerChromeStartsVisible(isTv: true), isFalse);
expect(playerChromeStartsVisible(isTv: false), isTrue);
});
testWidgets('the TV player route opens with the chrome down and unpresented', (tester) async {
TvDetectionService.debugSetAppleTVOverride(true);