Skip to content

Improve waiter for Usage quotas page

What does this MR do and why?

Improve waiter for Usage quotas page since when the page is opened (or refreshed for assertions) it always briefly opens Seats quota tab even though the url links to another tab (which is opened immediately after), but this brief moment is enough to mess with the assertion and it can go for a longer refresh-loop cycle before successfully validating the item.

  • Adds a wait_for_requests when checking for an element on the page.
  • Rubocop clean up
Edited by Edgars Bralitis

Merge request reports