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// 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' ])
118library ;
129
1310import 'package:flutter/foundation.dart' ;
1411import 'package:flutter/gestures.dart' ;
15- import 'package:material_ui/material_ui.dart' ;
1612import 'package:flutter/rendering.dart' ;
1713import 'package:flutter/scheduler.dart' ;
1814import 'package:flutter/services.dart' ;
1915import 'package:flutter_test/flutter_test.dart' ;
16+ import 'package:material_ui/material_ui.dart' ;
2017
21- import '../widgets/ feedback_tester.dart' ;
22- import '../test/ semantics_tester.dart' ;
18+ import 'feedback_tester.dart' ;
19+ import 'semantics_tester.dart' ;
2320
2421Finder findRenderChipElement () {
2522 return find.byElementPredicate ((Element e) => '${e .renderObject .runtimeType }' == '_RenderChip' );
You can’t perform that action at this time.
0 commit comments