Skip to content

Fix QA page refresh address by using absolute URLs

Grzegorz Bizon requested to merge qa/gb/fix-page-refresh-address into master

What does this MR do?

This MR fixes QA page refresh address by using visit current_url instead of current_path. We recently removed support for relative URLs, because we are not setting Capybara.app_host anymore.

What are the relevant issue numbers?

Closes gitlab-qa#99 (closed)

Merge request reports