summaryrefslogtreecommitdiff
path: root/qa/qa/page/dashboard/welcome.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/dashboard/welcome.rb')
-rw-r--r--qa/qa/page/dashboard/welcome.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa/page/dashboard/welcome.rb b/qa/qa/page/dashboard/welcome.rb
index b54205780d9..6f645e168c7 100644
--- a/qa/qa/page/dashboard/welcome.rb
+++ b/qa/qa/page/dashboard/welcome.rb
@@ -11,6 +11,10 @@ module QA
def has_welcome_title?(text)
has_element?(:welcome_title_content, text: text)
end
+
+ def self.path
+ '/'
+ end
end
end
end