chore: fix flutter test (#5572)

This commit is contained in:
Nathan.fooo
2024-06-19 13:26:18 +08:00
committed by GitHub
parent a2b32585a1
commit d75eb05707

View File

@ -29,6 +29,7 @@ void main() {
},
);
await tester.tapButtonWithName(LocaleKeys.button_delete.tr());
await tester.tapOKButton();
expect(find.text(name), findsNothing);
});