Skip to content

Commit

Permalink
fix: dropdown test
Browse files Browse the repository at this point in the history
  • Loading branch information
goxiaoy committed May 13, 2023
1 parent a35afd5 commit 2632664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/questions/dropdown_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ void main() {
await tester.pump();
await tester.idle();

expect(find.text(otherText), findsOneWidget);
expect(find.text(otherText), findsNothing);
expect(find.byType(ReactiveTextField), findsNothing);
expect(find.text(existingAnswer), findsOneWidget);
});
Expand Down

0 comments on commit 2632664

Please sign in to comment.