test: prune low-value coverage
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user