Skip to content

Commit f170200

Browse files
authored
[material_ui] Enable switch_list_tile_test (#12020)
Port over `switch_list_tile_test` from flutter/flutter#184279 Work towards flutter/flutter#182636 and flutter/flutter#188395 ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent c2d2c1c commit f170200

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
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
import 'package:cupertino_ui/cupertino_ui.dart';
96
import 'package:flutter/gestures.dart';
10-
import 'package:material_ui/material_ui.dart';
117
import 'package:flutter/rendering.dart';
128
import 'package:flutter_test/flutter_test.dart';
9+
import 'package:material_ui/material_ui.dart';
1310

14-
import '../widgets/feedback_tester.dart';
15-
import '../widgets/semantics_tester.dart';
11+
import 'feedback_tester.dart';
12+
import 'semantics_tester.dart';
1613

1714
Widget wrap({required Widget child}) {
1815
return MediaQuery(

0 commit comments

Comments
 (0)