it("shows errored sources", () => {
    renderSources()
    expect(screen.getAllByText(/Connection error/).length).toBe(1)
})