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.
1 parent cc11ad6 commit 862b48aCopy full SHA for 862b48a
test/widgets/profile_test.dart
@@ -29,6 +29,7 @@ import '../stdlib_checks.dart';
29
import '../test_images.dart';
30
import '../test_navigation.dart';
31
import 'checks.dart';
32
+import 'finders.dart';
33
import 'test_app.dart';
34
35
late PerAccountStore store;
@@ -391,7 +392,7 @@ void main() {
391
392
check(statusEmojiFinder).findsOne();
393
check(tester.widget<UserStatusEmoji>(statusEmojiFinder)
394
.neverAnimate).isFalse();
- check(find.text('Busy')).findsOne();
395
+ check(findText(includePlaceholders: false, 'Busy')).findsOne();
396
});
397
398
0 commit comments