mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 20:16:08 +10:00
UserTeam spinach fixed
This commit is contained in:
@@ -184,7 +184,7 @@ class Userteams < Spinach::FeatureSteps
|
||||
And 'I select user "John" from list with role "Reporter"' do
|
||||
user = User.find_by_name("John")
|
||||
within "#team_members" do
|
||||
select "#{user.name} (#{user.email})", from: "user_ids"
|
||||
select "#{user.name} (#{user.username})", from: "user_ids"
|
||||
select "Reporter", from: "default_project_access"
|
||||
end
|
||||
click_button "Add"
|
||||
|
||||
Reference in New Issue
Block a user