Skip to content

Reduce wait on onboarding page check to avoid long wait

John McDonnell requested to merge jmd/speed-up-get-started-button into master

What does this MR do and why?

In some flows we have to onboard a newly created users, in other flows we do not.

In the cases where we do not, our use of has_element? leads to a 10sec wait before returning false.
Let's add the ability to specific a custom wait length here to avoid unnecessary waiting

How to set up and validate locally

    cd /path/to/gdk/gitlab/qa
    bundle exec rspec qa/specs/features/ee/browser_ui/11_fulfillment/purchase/user_registration_billing_spec.rb

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by John McDonnell

Merge request reports

Loading