Failure in browser_ui/11_fulfillment/license/cloud_activation_spec.rb | Fulfillment Cloud activation code activates instance with correct subscription details
Full description
Fulfillment Cloud activation code activates instance with correct subscription details
File path
./qa/specs/features/ee/browser_ui/11_fulfillment/license/cloud_activation_spec.rb
Stack trace
1) Fulfillment Cloud activation code activates instance with correct subscription details
Got 1 failure and 1 other error from failure aggregation block.
# ./qa/specs/features/ee/browser_ui/11_fulfillment/license/cloud_activation_spec.rb:24:in `block (4 levels) in <module:QA>'
# /usr/local/bundle/gems/chemlab-0.9.2/lib/chemlab/component.rb:22:in `perform'
# ./qa/specs/features/ee/browser_ui/11_fulfillment/license/cloud_activation_spec.rb:19:in `block (3 levels) in <module:QA>'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:123:in `block in run'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `loop'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `run'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
# ./spec/spec_helper.rb:111:in `block (2 levels) in <top (required)>'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:123:in `block in run'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `loop'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `run'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:37:in `block (2 levels) in setup'
# ./qa/specs/runner.rb:80:in `perform'
# ./qa/scenario/template.rb:10:in `block in perform'
# ./qa/scenario/template.rb:8:in `tap'
# ./qa/scenario/template.rb:8:in `perform'
# ./qa/scenario/template.rb:50:in `perform'
# ./qa/scenario/template.rb:10:in `block in perform'
# ./qa/scenario/template.rb:8:in `tap'
# ./qa/scenario/template.rb:8:in `perform'
# ./qa/scenario/bootable.rb:51:in `launch!'
1.1) Failure/Error: expect { subscription.subscription_details?}.to eventually_be_truthy.within(max_duration: 60)
Wait failed after 60 seconds:
expected to eventually be_truthy: []
last attempt was: false
Diff:
@@ -1,2 +1,2 @@
-[]
+false
# ./qa/specs/features/ee/browser_ui/11_fulfillment/license/cloud_activation_spec.rb:25:in `block (5 levels) in <module:QA>'
1.2) Failure/Error: expect(subscription.name).to eq(user)
Watir::Exception::UnknownObjectException:
timed out after 30 seconds, waiting for #<Watir::Paragraph: located: false; {:css=>"[data-qa-selector=\"name\"]", :tag_name=>"p"}> to be located
# /usr/local/bundle/gems/watir-6.19.1/lib/watir/elements/element.rb:813:in `rescue in element_call'
# /usr/local/bundle/gems/watir-6.19.1/lib/watir/elements/element.rb:805:in `element_call'
# /usr/local/bundle/gems/watir-6.19.1/lib/watir/elements/element.rb:806:in `rescue in element_call'
# /usr/local/bundle/gems/watir-6.19.1/lib/watir/elements/element.rb:805:in `element_call'
# /usr/local/bundle/gems/watir-6.19.1/lib/watir/elements/element.rb:121:in `text'
# /usr/local/bundle/gems/chemlab-0.9.2/lib/chemlab/component.rb:66:in `block (3 levels) in singleton class'
# ./qa/specs/features/ee/browser_ui/11_fulfillment/license/cloud_activation_spec.rb:26:in `block (5 levels) in <module:QA>'
# ------------------
# --- Caused by: ---
# Watir::Exception::UnknownObjectException:
# unable to locate element: #<Watir::Paragraph: located: false; {:css=>"[data-qa-selector=\"name\"]", :tag_name=>"p"}>
# /usr/local/bundle/gems/watir-6.19.1/lib/watir/elements/element.rb:730:in `assert_exists'
First happened in https://gitlab.com/gitlab-org/gitlab-qa-mirror/-/jobs/2002570636.
Edited by Grant Young