Fix spec
This commit is contained in:
parent
22285b1d39
commit
b716e45de1
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
|
|||
end
|
||||
|
||||
step 'I should see new target branch changes' do
|
||||
expect(page).to have_content 'From fix into feature'
|
||||
expect(page).to have_content 'Request to merge fix into feature'
|
||||
expect(page).to have_content 'Target branch changed from master to feature'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue