Broken master on ee/spec/features/groups/group_roadmap_spec.rb:303
Example at #2278711749 failed for 7d6547ce:
Failures:
1) group epic roadmap when epics exist for the group roadmap page with sort order applied renders the epics in expected order
Failure/Error:
expect(epic_titles).to eq([
closed_epic.title,
epic_with_critical.title,
parent_epic1.title,
parent_epic2.title,
epic_with_bug.title
])
expected: ["My title 24", "My title 23", "Parent Epic 1", "Parent Epic 2", "My title 22"]
got: ["My title 24", "My title 23", "Child Epic 1", "Parent Epic 2", "My title 22"]
(compared using ==)
# ./ee/spec/features/groups/group_roadmap_spec.rb:308:in `block (5 levels) in <top (required)>'
# ./ee/spec/features/groups/group_roadmap_spec.rb:304:in `block (4 levels) in <top (required)>'
# ./spec/spec_helper.rb:417:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:408:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:404:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:48:in `with_raw_context'
# ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:266:in `block (2 levels) in <top (required)>'
# ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'
# ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'
Finished in 48.74 seconds (files took 1 minute 7.82 seconds to load)
1 example, 1 failure
Failed examples:
rspec ./ee/spec/features/groups/group_roadmap_spec.rb:303 # group epic roadmap when epics exist for the group roadmap page with sort order applied renders the epics in expected order