it("shows a source", () => {
    renderSources()
    expect(screen.getAllByPlaceholderText(/Source type 1/).length).toBe(1)
})