feat: database sync indicator (#5005)

* feat: database sync indicator

* fix: sync state error

* fix: ios ci
This commit is contained in:
Lucas.Xu
2024-03-29 17:37:02 +08:00
committed by GitHub
parent 3f4a409364
commit dc8f632e3e
19 changed files with 380 additions and 90 deletions

View File

@ -28,9 +28,7 @@ void main() {
group('anonymous sign in on mobile', () {
testWidgets('anon user and then sign in', (tester) async {
await tester.initializeAppFlowy(
cloudType: AuthenticatorType.local,
);
await tester.initializeAppFlowy();
// click the anonymousSignInButton
final anonymousSignInButton = find.byType(SignInAnonymousButton);