mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: database sync indicator (#5005)
* feat: database sync indicator * fix: sync state error * fix: ios ci
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user