Failure in api/2_plan/epics_milestone_dates_spec.rb | Plan Epics milestone dates API updates epic dates when removing issue

Full description

Plan Epics milestone dates API updates epic dates when removing issue

File path

./qa/specs/features/ee/api/2_plan/epics_milestone_dates_spec.rb

Stack trace

Failure/Error:
  EE::Resource::Epic.fabricate_via_api! do |epic|
    epic.group = group
    epic.title = 'My New Epic'
    epic.due_date_fixed = fixed_due_date
    epic.start_date_fixed = fixed_start_date
    epic.start_date_is_fixed = true
    epic.due_date_is_fixed = true
  end

QA::Resource::Errors::ResourceFabricationFailedError:
  Fabrication of QA::EE::Resource::Epic using the API failed (404) with `{"message":"404 Group Not Found"}`.
  Correlation Id: e49b10613c0de2c434051bb157fe04c5
  Sentry Url: https://sentry.gitlab.net/gitlab/gitlabcom/?environment=gprd&query=correlation_id%3A%22e49b10613c0de2c434051bb157fe04c5%22
  Kibana - Discover Url: https://log.gprd.gitlab.net/app/discover#/?_a=%28index:%277092c4e2-4eb5-46f2-8305-a7da2edad090%27%2Cquery%3A%28language%3Akuery%2Cquery%3A%27json.correlation_id%20%3A%20e49b10613c0de2c434051bb157fe04c5%27%29%29&_g=%28time%3A%28from%3A%272023-02-05T15:46:14.409Z%27%2Cto%3A%272023-02-06T15:46:14.409Z%27%29%29
  Kibana - Dashboard Url: https://log.gprd.gitlab.net/app/dashboards#/view/5e6d3440-7597-11ed-9f43-e3784d7fe3ca?_g=%28time%3A%28from:%272023-02-05T15:46:14.409Z%27%2Cto%3A%272023-02-06T15:46:14.409Z%27%29%29&_a=%28filters%3A%21%28%28query%3A%28match_phrase%3A%28json.correlation_id%3A%27e49b10613c0de2c434051bb157fe04c5%27%29%29%29%29%29

First happened in https://ops.gitlab.net/gitlab-org/quality/canary/-/jobs/9185960.

Related test case: https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347957.