File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
frontend/appflowy_flutter
lib/mobile/presentation/setting/workspace Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ extension AppFlowyAuthTest on WidgetTester {
2828
2929 await tapButton (find.byType (AccountSignInOutButton ));
3030
31- expectToSeeText (LocaleKeys .button_ok .tr ());
32- await tapButtonWithName (LocaleKeys .button_ok .tr ());
31+ expectToSeeText (LocaleKeys .button_yes .tr ());
32+ await tapButtonWithName (LocaleKeys .button_yes .tr ());
3333 }
3434
3535 Future <void > tapSignInAsGuest () async {
Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ class _InviteMemberPageState extends State<_InviteMemberPage> {
223223 setState (() {
224224 exceededLimit = f.code == ErrorCode .WorkspaceMemberLimitExceeded ;
225225 });
226+
226227 showToastNotification (
227228 type: ToastificationType .error,
228229 message: message,
You can’t perform that action at this time.
0 commit comments