summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-30 21:16:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-30 21:16:42 +0000
commit6e124379237d8122a8b4454e1e8f63f239c6958d (patch)
treea4726f023554142209ef4463729a4b5d75f8f6d8 /qa
parentb48bbc842d4baf2ba16bd8c4db9a924324b7f13a (diff)
downloadgitlab-ce-6e124379237d8122a8b4454e1e8f63f239c6958d.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/issue/new.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/page/project/issue/new.rb b/qa/qa/page/project/issue/new.rb
index c90a09dce2e..7f52cda7c15 100644
--- a/qa/qa/page/project/issue/new.rb
+++ b/qa/qa/page/project/issue/new.rb
@@ -17,3 +17,5 @@ module QA
end
end
end
+
+QA::Page::Project::Issue::New.prepend_mod_with('Page::Project::Issue::New', namespace: QA)