Commit b12d3f98 authored by Rémy Coutable's avatar Rémy Coutable

[QA] Fix the Codeowners QA test

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e8627751
...@@ -53,9 +53,7 @@ module QA ...@@ -53,9 +53,7 @@ module QA
push.files = files push.files = files
push.commit_message = 'Add CODEOWNERS and test files' push.commit_message = 'Add CODEOWNERS and test files'
end end
Page::Project::Show.perform do |project_page| @project.visit!
project_page.wait_for_push
end
# Check the files and code owners # Check the files and code owners
Page::Project::Show.perform do |project_page| Page::Project::Show.perform do |project_page|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment