it('renders', () => {
    const { asFragment } = render(<FeatureFlagDialog />, {
      initialState
    })
    expect(asFragment()).toMatchSnapshot()