Fix spec
This commit is contained in:
parent
42cbc7f813
commit
f3a74556b1
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ feature 'Project', feature: true do
|
|||
|
||||
remove_with_confirm('Remove fork relationship', project.path)
|
||||
|
||||
expect(page).to have_content 'Fork relationship has been removed.'
|
||||
expect(page).to have_content 'The fork relationship has been removed.'
|
||||
expect(project.forked?).to be_falsey
|
||||
expect(page).not_to have_content 'Remove fork relationship'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue