fixed spec/features/admin/admin_groups_spec.rb
This commit is contained in:
parent
9d48177c8e
commit
7a090d59a3
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ feature 'Admin Groups' do
|
|||
expect(page).to have_content('Developer')
|
||||
end
|
||||
|
||||
find(:css, 'li', text: current_user.name).find(:css, 'a.btn-remove').click
|
||||
accept_confirm { find(:css, 'li', text: current_user.name).find(:css, 'a.btn-remove').click }
|
||||
|
||||
visit group_group_members_path(group)
|
||||
|
||||
|
|
Loading…
Reference in a new issue