mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-13 15:26:40 +09:00
fix e2e test
This commit is contained in:
parent
a78db27a3c
commit
e40846c46b
@ -732,7 +732,7 @@ describe('ユーザー', () => {
|
||||
});
|
||||
test.each([
|
||||
{ label: '「見つけやすくする」がOFFのユーザーが含まれる', user: () => userNotExplorable },
|
||||
{ label: 'ミュートユーザーが含まれる', user: () => userMutedByAlice },
|
||||
{ label: 'ミュートユーザーが含まれない', user: () => userMutedByAlice, excluded: true },
|
||||
{ label: 'ブロックされているユーザーが含まれる', user: () => userBlockedByAlice },
|
||||
{ label: 'ブロックしてきているユーザーが含まれる', user: () => userBlockingAlice },
|
||||
{ label: '承認制ユーザーが含まれる', user: () => userLocking },
|
||||
|
Loading…
Reference in New Issue
Block a user