expect(merge_request).tohave_content('This improves the README file a bit.')
source_branch: 'improve-readme',
labels: %w[bug documentation],
# Comments
description: <<~DSC.strip
expect(merge_request).tohave_content('[PR comment by @sliaquat] Nice work!')
*Created by: gitlab-qa-github*\n\nThis improves the README file a bit.\r\n\r\nTODO:\r\n\r\n\r\n\r\n- [ ] Do foo\r\n- [ ] Make bar\r\n - [ ] Think about baz
DSC
# Diff comments
)
expect(merge_request).tohave_content('[Single diff comment] Good riddance')