Fix add project member spec

This commit is contained in:
Sanad Liaquat 2019-08-19 20:03:13 +05:00
parent 4d4e88df01
commit b759b4a62e
1 changed files with 1 additions and 1 deletions

View File

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