提交 2864aca4 编写于 作者: D Dmitriy Zaporozhets

Fix admin:groups test

上级 f47ba909
......@@ -83,7 +83,7 @@
Users from #{@group.name} Group
%small
(#{@group.users_groups.count})
%ul.well-list
%ul.well-list.group-users-list
- @group.users_groups.order('group_access DESC').each do |member|
- user = member.user
%li{class: dom_class(user)}
......
......@@ -43,13 +43,16 @@ class AdminGroups < Spinach::FeatureSteps
user = User.find_by_name("John")
select2(user.id, from: "#user_ids", multiple: true)
within "#new_team_member" do
select "Reporter", from: "project_access"
select "Reporter", from: "group_access"
end
click_button "Add users into group"
end
Then 'I should see "John" in team list in every project as "Reporter"' do
user = User.find_by_name("John")
within ".group-users-list" do
page.should have_content "John"
page.should have_content "Reporter"
end
end
protected
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册