Merge branch 'ml-qa-squash-fix' into 'master'
Wait for push before checking for new commit Closes gitlab-org/quality/staging#14 See merge request gitlab-org/gitlab-ce!22633
This commit is contained in:
commit
317554609e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ module QA
|
|||
push.file_content = "Test with unicode characters ❤✓€❄"
|
||||
end
|
||||
|
||||
Page::Project::Show.perform(&:wait_for_push)
|
||||
merge_request.visit!
|
||||
|
||||
expect(page).to have_text('to be squashed')
|
||||
|
|
Loading…
Reference in a new issue