add e2e test of accepting the new account automatically
This commit is contained in:
parent
3f8497d4f7
commit
bc7e801063
2 changed files with 26 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ export class UserFollowingService implements OnModuleInit {
|
|||
followerId: oldAccount.id,
|
||||
},
|
||||
});
|
||||
if (autoAccept) break;
|
||||
} catch {
|
||||
/* skip if any error happens */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue