File tree Expand file tree Collapse file tree
packages/material_ui/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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@TestOn ('!chrome' )
96library ;
107
118import 'dart:math' as math;
129
1310import 'package:flutter/foundation.dart' show kIsWeb;
1411import 'package:flutter/gestures.dart' ;
15- import 'package:material_ui/material_ui.dart' ;
1612import 'package:flutter/rendering.dart' ;
1713import 'package:flutter_test/flutter_test.dart' ;
14+ import 'package:material_ui/material_ui.dart' ;
1815import 'package:vector_math/vector_math_64.dart' show Matrix3;
1916
20- import '../widgets/semantics_tester.dart' ;
2117import 'data_table_test_utils.dart' ;
18+ import 'semantics_tester.dart' ;
2219
2320void main () {
2421 testWidgets ('DataTable control test' , (WidgetTester tester) async {
Original file line number Diff line number Diff line change 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// This file is run as part of a reduced test set in CI on Mac and Windows
96// machines.
107@Tags (< String > ['reduced-test-set' ])
@@ -16,12 +13,12 @@ import 'dart:ui' as ui;
1613import 'package:cupertino_ui/cupertino_ui.dart' ;
1714import 'package:flutter/foundation.dart' ;
1815import 'package:flutter/gestures.dart' ;
19- import 'package:material_ui/material_ui.dart' ;
2016import 'package:flutter/rendering.dart' ;
2117import 'package:flutter/services.dart' ;
2218import 'package:flutter_test/flutter_test.dart' ;
19+ import 'package:material_ui/material_ui.dart' ;
2320
24- import '../widgets/ semantics_tester.dart' ;
21+ import 'semantics_tester.dart' ;
2522
2623void main () {
2724 final theme = ThemeData ();
Original file line number Diff line number Diff line change 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- )
85import 'package:flutter/gestures.dart' ;
9- import 'package:material_ui/material_ui.dart' ;
106import 'package:flutter/rendering.dart' ;
117import 'package:flutter/services.dart' ;
128import 'package:flutter_test/flutter_test.dart' ;
13- import '../widgets/semantics_tester.dart' ;
9+ import 'package:material_ui/material_ui.dart' ;
10+
11+ import 'semantics_tester.dart' ;
1412
1513const String tooltipText = 'TIP' ;
1614const double _customPaddingValue = 10.0 ;
You can’t perform that action at this time.
0 commit comments