Merge branch 'qa-fix-qa-project-show-page-object' into 'master'

Add EE methods to Project Show page object

See merge request gitlab-org/gitlab-ce!32489
This commit is contained in:
Stan Hu 2019-08-31 11:36:34 +00:00
commit dc86492724
1 changed files with 1 additions and 1 deletions

View File

@ -132,4 +132,4 @@ module QA
end
end
QA::Page::Project.prepend_if_ee('QA::EE::Page::Project::Show')
QA::Page::Project::Show.prepend_if_ee('QA::EE::Page::Project::Show')