it("sets the issue tracker username", async () => {
    renderIssueTracker()
    await userEvent.type(screen.getByText(/Username/), "janedoe{Enter}")
    expect(report_api.set_report_issue_tracker_attribute).toHaveBeenLastCalledWith(
        "report_uuid",