Broken FOSS: spec/features/labels_hierarchy_spec.rb

Job #736039591 failed for 0923a94d:

3 failures:

spec/features/labels_hierarchy_spec.rb[1:2:3:1:2] # Labels Hierarchy issuable sidebar on group board issue sidebar behaves like assigning labels from sidebar does not find child group labels on dropdown
spec/features/labels_hierarchy_spec.rb[1:3:4:1:1] # Labels Hierarchy issuable filtering on group boards filter behaves like filtering by ancestor labels for groups filters by ancestors and current group labels
spec/features/labels_hierarchy_spec.rb[1:3:4:1:2] # Labels Hierarchy issuable filtering on group boards filter behaves like filtering by ancestor labels for groups filters by descendant group labels

Trace 1:

Failures:
  1) Labels Hierarchy issuable sidebar on group board issue sidebar behaves like assigning labels from sidebar does not find child group labels on dropdown
     Got 0 failures and 2 other errors:
     Shared Example Group: "assigning labels from sidebar" called from ./spec/features/labels_hierarchy_spec.rb:212
     1.1) Failure/Error: find('.board-card').click
          Capybara::ElementNotFound:
            Unable to find css ".board-card"
          # ./vendor/ruby/2.6.0/gems/capybara-3.33.0/lib/capybara/node/finders.rb:302:in `block in synced_resolve'
          # ./vendor/ruby/2.6.0/gems/capybara-3.33.0/lib/capybara/node/base.rb:83:in `synchronize'
          # ./vendor/ruby/2.6.0/gems/capybara-3.33.0/lib/capybara/node/finders.rb:291:in `synced_resolve'
          # ./vendor/ruby/2.6.0/gems/capybara-3.33.0/lib/capybara/node/finders.rb:52:in `find'
          # ./vendor/ruby/2.6.0/gems/capybara-3.33.0/lib/capybara/session.rb:759:in `block (2 levels) in <class:Session>'
          # ./vendor/ruby/2.6.0/gems/capybara-3.33.0/lib/capybara/dsl.rb:58:in `block (2 levels) in <module:DSL>'
          # ./spec/features/labels_hierarchy_spec.rb:209:in `block (4 levels) in <top (required)>'

Trace 2:

  2) Labels Hierarchy issuable filtering on group boards filter behaves like filtering by ancestor labels for groups filters by ancestors and current group labels
     Got 1 failure and 1 other error:
     Shared Example Group: "filtering by ancestor labels for groups" called from ./spec/features/labels_hierarchy_spec.rb:267
     2.1) Failure/Error:
            expect(page).to have_selector('.board-card-title') do |card|
              expect(card).to have_selector('a', text: labeled_issue.title)
            end
            expected to find css ".board-card-title" but there were no matches
          # ./vendor/ruby/2.6.0/gems/rspec-support-3.9.2/lib/rspec/support.rb:97:in `block in <module:Support>'
          # ./vendor/ruby/2.6.0/gems/rspec-support-3.9.2/lib/rspec/support.rb:106:in `notify_failure'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/handler.rb:40:in `handle_failure'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/handler.rb:27:in `with_matcher'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/expectation_target.rb:65:in `to'
          # ./spec/features/labels_hierarchy_spec.rb:101:in `block (4 levels) in <top (required)>'
          # ./spec/features/labels_hierarchy_spec.rb:95:in `each'
          # ./spec/features/labels_hierarchy_spec.rb:95:in `block (3 levels) in <top (required)>'

Trace 3:

  3) Labels Hierarchy issuable filtering on group boards filter behaves like filtering by ancestor labels for groups filters by descendant group labels
     Got 1 failure and 1 other error:
     Shared Example Group: "filtering by ancestor labels for groups" called from ./spec/features/labels_hierarchy_spec.rb:267
     3.1) Failure/Error:
            expect(page).to have_selector('.board-card-title') do |card|
              expect(card).not_to have_selector('a', text: labeled_issue_2.title)
            end
            expected to find css ".board-card-title" but there were no matches
          # ./vendor/ruby/2.6.0/gems/rspec-support-3.9.2/lib/rspec/support.rb:97:in `block in <module:Support>'
          # ./vendor/ruby/2.6.0/gems/rspec-support-3.9.2/lib/rspec/support.rb:106:in `notify_failure'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/handler.rb:40:in `handle_failure'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/handler.rb:27:in `with_matcher'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
          # ./vendor/ruby/2.6.0/gems/rspec-expectations-3.9.1/lib/rspec/expectations/expectation_target.rb:65:in `to'
          # ./spec/features/labels_hierarchy_spec.rb:123:in `block (3 levels) in <top (required)>'