Skip to content

Commit

Permalink
Test Fixes :)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattsAttack committed Nov 22, 2024
1 parent 872cdfd commit 75671e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import '../../../../../helpers/accessibility.dart';
import '../../../../../helpers/pump_app.dart';

void main() {
group('SampleItemListPage', () {
group('MapInfoPage', () {
testWidgets('should display information for a single page', (tester) async {
const widget = MapInfoPage();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void main() {
await tester.tap(find.byType(DropdownMenu<ThemeMode>));
await tester.pumpAndSettle();

await tester.tap(find.byIcon(Icons.brightness_3));
await tester.tap(find.textContaining('Dark'));
await tester.pumpAndSettle();

check(find.text('Dark Theme')).findsOne();
Expand Down

0 comments on commit 75671e4

Please sign in to comment.