Skip to content
Snippets Groups Projects
Commit a08a882f authored by Sanad Liaquat's avatar Sanad Liaquat
Browse files

Merge branch 'qa-staging-67-fix-add-project-member-spec' into 'master'

Fix add project member spec

Closes gitlab-org/quality/staging#67

See merge request gitlab-org/gitlab-ce!31974
parents 2ab663c4 179955e8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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}(\n| )?Given access/)
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment