Skip to content

Commit 2cd2a3d

Browse files
committed
Enable dropdown_test
1 parent 656ccaa commit 2cd2a3d

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

packages/material_ui/temporarily_disabled_tests/dropdown_test.dart renamed to packages/material_ui/test/dropdown_test.dart

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
@Skip(
6-
'This file is skipped due to a cross-import that needs to be fixed. Tracked in https://github.com/flutter/flutter/issues/177028.',
7-
)
85
// no-shuffle:
96
// //TODO(gspencergoog): Remove this tag once this test's state leaks/test
107
// dependencies have been fixed.
@@ -21,13 +18,13 @@ import 'dart:ui';
2118

2219
import 'package:cupertino_ui/cupertino_ui.dart';
2320
import 'package:flutter/foundation.dart';
24-
import 'package:material_ui/material_ui.dart';
2521
import 'package:flutter/rendering.dart';
2622
import 'package:flutter/services.dart';
2723
import 'package:flutter_test/flutter_test.dart';
24+
import 'package:material_ui/material_ui.dart';
2825

29-
import '../widgets/feedback_tester.dart';
30-
import '../widgets/semantics_tester.dart';
26+
import 'feedback_tester.dart';
27+
import 'semantics_tester.dart';
3128

3229
const List<String> menuItems = <String>['one', 'two', 'three', 'four'];
3330

0 commit comments

Comments
 (0)