it('should go to best new album review after clicking it', async () => {
    const { component } = mountComponent();
    await waitFor(() => component.getByText(/Best new music/i).click());

    await waitFor(() => component.getByText(/test title 2/i).click());