it("sets the issue tracker url", async () => {
    renderIssueTracker()
    await userEvent.type(screen.getByText(/URL/), "https://jira{Enter}")
    expect(report_api.set_report_issue_tracker_attribute).toHaveBeenLastCalledWith(
        "report_uuid",