add e2e test of accepting the new account automatically

This commit is contained in:
Namekuji 2023-04-17 11:44:54 -04:00
parent 3f8497d4f7
commit bc7e801063
2 changed files with 26 additions and 0 deletions

View file

@ -160,6 +160,7 @@ export class UserFollowingService implements OnModuleInit {
followerId: oldAccount.id,
},
});
if (autoAccept) break;
} catch {
/* skip if any error happens */
}