Commit b759b4a6 authored by Sanad Liaquat's avatar Sanad Liaquat

Fix add project member spec

parent 4d4e88df
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment