it("shows the header", () => {
    renderSourceTypeHeader()
    expect(screen.getAllByText("Source type").length).toBe(1)
})