summaryrefslogtreecommitdiff
path: root/qa/qa/page/registration/welcome.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/registration/welcome.rb')
-rw-r--r--qa/qa/page/registration/welcome.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/registration/welcome.rb b/qa/qa/page/registration/welcome.rb
index 394e94b6414..ff22e62b63e 100644
--- a/qa/qa/page/registration/welcome.rb
+++ b/qa/qa/page/registration/welcome.rb
@@ -21,4 +21,4 @@ module QA
end
end
-QA::Page::Registration::Welcome.prepend_if_ee('QA::EE::Page::Registration::Welcome')
+QA::Page::Registration::Welcome.prepend_mod_with('Page::Registration::Welcome', namespace: QA)