mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 14:55:43 +00:00
test: await most-played cover wake effect
This commit is contained in:
@@ -167,7 +167,9 @@ describe('MostPlayed owner-scoped artwork and actions', () => {
|
||||
serverScope: expectedScope,
|
||||
}),
|
||||
}));
|
||||
expect(mocks.wakeMissingMetadata).toHaveBeenCalledWith(ownerServer.id);
|
||||
await waitFor(() => {
|
||||
expect(mocks.wakeMissingMetadata).toHaveBeenCalledWith(ownerServer.id);
|
||||
});
|
||||
expect(mocks.useAlbumCoverRef).not.toHaveBeenCalledWith(
|
||||
expect.anything(),
|
||||
expect.anything(),
|
||||
|
||||
Reference in New Issue
Block a user