mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
chore: fix flutter test (#5572)
This commit is contained in:
parent
a2b32585a1
commit
d75eb05707
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ void main() {
|
|||
},
|
||||
);
|
||||
await tester.tapButtonWithName(LocaleKeys.button_delete.tr());
|
||||
await tester.tapOKButton();
|
||||
expect(find.text(name), findsNothing);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue