mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: workspace integration test (#5049)
This commit is contained in:
parent
c97ece5e81
commit
382ce827c1
@ -68,8 +68,9 @@ void main() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// open the newly created workspace
|
// open the newly created workspace
|
||||||
await tester.tapButton(items.last);
|
await tester.tapButton(items.last, milliseconds: 1000);
|
||||||
success = find.text(LocaleKeys.workspace_openSuccess.tr());
|
success = find.text(LocaleKeys.workspace_openSuccess.tr());
|
||||||
|
await tester.pumpUntilFound(success);
|
||||||
expect(success, findsOneWidget);
|
expect(success, findsOneWidget);
|
||||||
await tester.pumpUntilNotFound(success);
|
await tester.pumpUntilNotFound(success);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user