mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: anon user save (#4185)
* feat: anon user save * chore: add missing files * chore: remove error
This commit is contained in:
@ -63,14 +63,14 @@ void main() {
|
||||
);
|
||||
await tester.tapGoogleLoginInButton();
|
||||
tester.expectToSeeHomePage();
|
||||
await tester.pumpAndSettle();
|
||||
await tester.pumpAndSettle(const Duration(seconds: 2));
|
||||
|
||||
// The document will be synced from the server
|
||||
await tester.openPage(
|
||||
pageName,
|
||||
);
|
||||
|
||||
await tester.pumpAndSettle();
|
||||
await tester.pumpAndSettle(const Duration(seconds: 2));
|
||||
expect(find.text('hello world', findRichText: true), findsOneWidget);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user