summaryrefslogtreecommitdiff
path: root/qa/qa/page/main/entry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/main/entry.rb')
-rw-r--r--qa/qa/page/main/entry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/main/entry.rb b/qa/qa/page/main/entry.rb
index a9810beeb29..fa1cad62741 100644
--- a/qa/qa/page/main/entry.rb
+++ b/qa/qa/page/main/entry.rb
@@ -3,7 +3,7 @@ module QA
module Main
class Entry < Page::Base
def initialize
- visit('/')
+ visit(Runtime::Scenario.gitlab_address)
# This resolves cold boot / background tasks problems
#