Skip to content

Move wait_for_gitlab_to_respond to QA::Page::Base

Mark Lapierre requested to merge ml-move-wait-method into master

What does this MR do and why?

Moves wait_for_gitlab_to_respond to QA::Page::Base

After the last change the method couldn't be used as a class method, which is expected of all methods where module_function is used (see !125262 (comment 1458143295)).

This moves the method to QA::Page::Base where it will still be available to all page objects. At the moment it's only used in QA::Page::Main::Login.

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 Mark Lapierre

Merge request reports