Flaky test spec/features/issues/user_interacts_with_awards_spec.rb:221 # User interacts with awards User interacts with awards on an issue logged in removes award from issue

Summary

Job #3071603255 failed for d12eec51:

  1) User interacts with awards User interacts with awards on an issue logged in removes award from issue
     Got 1 failure and 1 other error:
     1.1) Failure/Error: expect(first('[data-testid="award-button"]')).to have_content '0'
            expected to find text "0" in "👍 2"
          # ./spec/features/issues/user_interacts_with_awards_spec.rb:225:in `block (4 levels) in <main>'
          # ./spec/spec_helper.rb:415:in `block (3 levels) in <top (required)>'
          # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
          # ./spec/spec_helper.rb:407:in `block (2 levels) in <top (required)>'
          # ./spec/spec_helper.rb:403:in `block (3 levels) in <top (required)>'
          # ./lib/gitlab/application_context.rb:58:in `with_raw_context'
          # ./spec/spec_helper.rb:403:in `block (2 levels) in <top (required)>'
          # ./spec/spec_helper.rb:240:in `block (2 levels) in <top (required)>'
          # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <main>'
          # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <main>'
          # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <main>'
          # ./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 <main>'
     1.2) Failure/Error: raise JSConsoleError, message
          JSConsoleError:
            Unexpected browser console output:
            security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
            webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."
            https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED
            webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."
            http://127.0.0.1:36731/api/v4/projects/132/issues/1/award_emoji/9007199254740990 - Failed to load resource: the server responded with a status of 404 (Not Found)
            https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED
          # ./spec/support/capybara.rb:206:in `block (2 levels) in <main>'
          # ./spec/spec_helper.rb:415:in `block (3 levels) in <top (required)>'
          # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
          # ./spec/spec_helper.rb:407:in `block (2 levels) in <top (required)>'
          # ./spec/spec_helper.rb:403:in `block (3 levels) in <top (required)>'
          # ./lib/gitlab/application_context.rb:58:in `with_raw_context'
          # ./spec/spec_helper.rb:403:in `block (2 levels) in <top (required)>'
          # ./spec/spec_helper.rb:240:in `block (2 levels) in <top (required)>'
          # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <main>'
          # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <main>'
          # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <main>'
          # ./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 <main>'
Finished in 2 minutes 31.1 seconds (files took 44.79 seconds to load)
1 example, 1 failure
Failed examples:
rspec ./spec/features/issues/user_interacts_with_awards_spec.rb:221 # User interacts with awards User interacts with awards on an issue logged in removes award from issue

Steps to reproduce

user_interacts_with_awards_user_interacts_with_awards_on_an_issue_logged_in_removes_award_from_issue.html

user_interacts_with_awards_user_interacts_with_awards_on_an_issue_logged_in_removes_award_from_issue

Proposed Resolution

Please refer to the Resolution guidance to learn more about resolution of broken master.

Edited by 🤖 GitLab Bot 🤖