mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fix flutter test (#5572)
This commit is contained in:
parent
a2b32585a1
commit
d75eb05707
@ -29,6 +29,7 @@ void main() {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
await tester.tapButtonWithName(LocaleKeys.button_delete.tr());
|
await tester.tapButtonWithName(LocaleKeys.button_delete.tr());
|
||||||
|
await tester.tapOKButton();
|
||||||
expect(find.text(name), findsNothing);
|
expect(find.text(name), findsNothing);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user