it("switches tabs to the share tab", async () => {
    await renderMetricDetails()
    expect(screen.getAllByText(/Metric name/).length).toBe(1)
    fireEvent.click(screen.getByText(/Share/))
    expect(screen.getAllByText(/Metric permanent link/).length).toBe(1)