[Test] spec/features/projects/pipeline_schedules_spec.rb:196 # Pipeline Schedules logged in as a project maintainer when user creates a new pipeline schedule with variables user sees the new variable in edit window
Summary
Steps to reproduce
Please refer to Flaky tests documentation to learn more about how to reproduce them.
Proposed Resolution
Please refer to the Resolution guidance to learn more about resolution of broken master.
Once the flaky failure has been fixed on the default branch, open merge requests to cherry-pick the fix to the active stable branches.
Job #3954870730 failed for gitlab-foss@db30b31f:
Failures:
1) Pipeline Schedules logged in as a project maintainer when user creates a new pipeline schedule with variables user sees the new variable in edit window
Got 0 failures and 2 other errors:
1.1) Failure/Error: super
Selenium::WebDriver::Error::ElementClickInterceptedError:
element click intercepted: Element <button type="submit" class="gl-button btn btn-md btn-confirm ">...</button> is not clickable at point (362, 652). Other element would receive the click: <span class="gl-new-dropdown-item-text-wrapper">...</span>
(Session info: headless chrome=109.0.5414.119)
(Driver info: chromedriver=109.0.5414.74 (e7c5703604daa9cc128ccf5a5d3e993513758913-refs/branch-heads/5414@{#1172}),platform=Linux 5.4.109+ x86_64)
# ./spec/support/capybara_slow_finder.rb:18:in `synchronize'
# ./spec/features/projects/pipeline_schedules_spec.rb:326:in `save_pipeline_schedule'
# ./spec/features/projects/pipeline_schedules_spec.rb:193:in `block (4 levels) in <main>'
# ./spec/spec_helper.rb:489:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:18:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:481:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:477:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:59:in `with_raw_context'
# ./spec/spec_helper.rb:477: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/database/prevent_cross_joins.rb:108:in `block (3 levels) in <main>'
# ./spec/support/database/prevent_cross_joins.rb:62:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:108:in `block (2 levels) in <main>'
# ------------------
# --- Caused by: ---
# Selenium::WebDriver::Error::WebDriverError:
# element click intercepted: Element <button type="submit" class="gl-button btn btn-md btn-confirm ">...</button> is not clickable at point (362, 652). Other element would receive the click: <span class="gl-new-dropdown-item-text-wrapper">...</span>
# (Session info: headless chrome=109.0.5414.119)
# (Driver info: chromedriver=109.0.5414.74 (e7c5703604daa9cc128ccf5a5d3e993513758913-refs/branch-heads/5414@{#1172}),platform=Linux 5.4.109+ x86_64)
# ./spec/support/capybara_slow_finder.rb:18:in `synchronize'
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'.
https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED
security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
https://www.gravatar.com/avatar/3de3cc5a52553af613b6c457da6c219a?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET
https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED
security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
https://www.gravatar.com/avatar/3de3cc5a52553af613b6c457da6c219a?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED
https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED
security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
https://www.gravatar.com/avatar/3de3cc5a52553af613b6c457da6c219a?s=48&d=identicon - Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED
https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED
https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED
# ./spec/support/capybara.rb:221:in `block (2 levels) in <main>'
# ./spec/spec_helper.rb:489:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:18:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:481:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:477:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:59:in `with_raw_context'
# ./spec/spec_helper.rb:477: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/database/prevent_cross_joins.rb:108:in `block (3 levels) in <main>'
# ./spec/support/database/prevent_cross_joins.rb:62:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:108:in `block (2 levels) in <main>'
Finished in 1 minute 32.96 seconds (files took 38.99 seconds to load)
1 example, 1 failure
Failed examples:
rspec ./spec/features/projects/pipeline_schedules_spec.rb:196 # Pipeline Schedules logged in as a project maintainer when user creates a new pipeline schedule with variables user sees the new variable in edit window