Skip to content

Remove old wait method

Mark Lapierre requested to merge ml-remove-old-wait-code into master

What does this MR do?

  • Renames wait to wait_until and updates parameters (the code was refactored in !21804 (merged))
  • Simplifies a few cases where wait was unnecessary because it had reload: false and therefore was no different than using Capybara's built in wait: parameter.

Part of gitlab-qa#282 (closed) and #39208 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mark Lapierre

Merge request reports