QA failure in qa/specs/features/ee/browser_ui/2_plan/iterations/create_group_iteration_spec.rb in Update job
Summary
Staging Orchestrated Update job fails in qa/specs/features/ee/browser_ui/2_plan/iterations/create_group_iteration_spec.rb
with issue that was fixed in #347082 (closed).
The same test passes in ee:instance-parallel 2/5
job in the same pipeline:
Need to investigate why spec fails in Test::Omnibus::Update
scenario.
Stack trace
1) Plan Group Iterations creates a group iteration
Failure/Error:
EE::Resource::GroupIteration.fabricate_via_browser_ui! do |iteration|
iteration.title = title
iteration.description = description
iteration.due_date = due_date
iteration.start_date = start_date
iteration.group = iteration_group
end
QA::Page::Validatable::PageValidationError:
iteration_issues_container did not appear on QA::EE::Page::Group::Iteration::Show as expected
# ./qa/page/validatable.rb:15:in `block in validate_elements_present!'
# ./qa/page/validatable.rb:13:in `each'
# ./qa/page/validatable.rb:13:in `validate_elements_present!'
Screenshot / HTML page
Possible fixes
Needs further investigation why specifically in Test::Omnibus::Update
scenario create_group_iteration_spec
still fails.