summaryrefslogtreecommitdiff
path: root/qa/qa/ce/strategy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/ce/strategy.rb')
-rw-r--r--qa/qa/ce/strategy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/ce/strategy.rb b/qa/qa/ce/strategy.rb
index 71c538c20a0..bf08f887c7d 100644
--- a/qa/qa/ce/strategy.rb
+++ b/qa/qa/ce/strategy.rb
@@ -8,6 +8,7 @@ module QA
def perform_before_hooks
# The login page could take some time to load the first time it is visited.
# We visit the login page and wait for it to properly load only once before the tests.
+ QA::Runtime::Logger.info("Performing sanity check for environment!")
QA::Support::Retrier.retry_on_exception do
QA::Runtime::Browser.visit(:gitlab, QA::Page::Main::Login)
end