Merge branch 'qa/gb/fix-page-refresh-address' into 'master'
Fix QA page refresh address by using absolute URLs Closes gitlab-qa#99 See merge request gitlab-org/gitlab-ce!15338
This commit is contained in:
commit
d180affa21
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module QA
|
|||
include Scenario::Actable
|
||||
|
||||
def refresh
|
||||
visit current_path
|
||||
visit current_url
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue