Skip to content

Commit

Permalink
テストの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Nov 16, 2024
1 parent bcc1bd6 commit e3c3373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_util/widget_tester_extension.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ extension WidgetTestExtension on WidgetTester {
await tap(
find.descendant(
of: find.descendant(
of: find.byType(Center),
matching: find.byType(IconButton).hitTestable(),
of: find.byType(InkWell),
matching: find.byType(Container).hitTestable(),
),
matching: find.byIcon(Icons.keyboard_arrow_down),
),
Expand Down

0 comments on commit e3c3373

Please sign in to comment.