Fix add project member spec
This commit is contained in:
parent
4d4e88df01
commit
b759b4a62e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module QA
|
|||
page.add_member(user.username)
|
||||
end
|
||||
|
||||
expect(page).to have_content(/#{user.name} (. )?@#{user.username} Given access/)
|
||||
expect(page).to have_content(/@#{user.username}\nGiven access/)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue