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:
Sean McGivern 2018-10-30 12:07:45 +00:00
commit 317554609e

View file

@ -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')