Failure in browser_ui/2_plan/epic/roadmap_spec.rb | Plan Epics roadmap presents epic on roadmap

Full description

Plan Epics roadmap presents epic on roadmap

File path

./qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb

Stack trace

Failure/Error:
  EE::Resource::Epic.fabricate_via_api! do |epic|
    epic.title = 'Epic created via API to test roadmap'
    epic.start_date_is_fixed = true
    epic.start_date_fixed = current_date_yyyy_mm_dd
    epic.due_date_is_fixed = true
    epic.due_date_fixed = next_month_yyyy_mm_dd
  end

QA::Resource::Errors::ResourceFabricationFailedError:
  Fabrication of QA::EE::Resource::Epic using the API failed (403) with `{"message":"403 Forbidden"}`.
  Correlation Id: e538185de4e8e9d3609e1872008fdf54
  Sentry Url: https://sentry.gitlab.net/gitlab/pregitlabcom/?environment=pre&query=correlation_id%3A%22e538185de4e8e9d3609e1872008fdf54%22

First happened in https://ops.gitlab.net/gitlab-org/quality/preprod/-/jobs/7799192.

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