Commit 36214a5a authored by Sanad Liaquat's avatar Sanad Liaquat

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

Optionally match "Is using seat"

See merge request gitlab-org/gitlab!46764
parents 1073f51a 2d1fbb41
......@@ -17,7 +17,7 @@ module QA
members.add_member(user.username)
end
expect(page).to have_content(/@#{user.username}(\n| )?Given access/)
expect(page).to have_content(/@#{user.username}( Is using seat)?(\n| )?Given 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