We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
skip:true
1 parent 1db5d88 commit 00f008dCopy full SHA for 00f008d
test/widgets/intro_message_test.dart
@@ -32,5 +32,5 @@ void main() {
32
expect(find.byIcon(Icons.star), findsOneWidget);
33
expect(find.text('Star on GitHub'), findsOneWidget);
34
await tester.tap(find.byIcon(Icons.star));
35
- }, skip: true);
+ });
36
}
0 commit comments