Update enterprise_groups_spec to work with Selenium

This commit is contained in:
Rob Harrington
2018-05-31 20:54:57 +10:00
committed by luisramos0
parent e97f5e36a6
commit 7dc792b6fe

View File

@@ -97,7 +97,9 @@ feature %q{
eg = create(:enterprise_group, name: 'EGEGEG')
click_link 'Groups'
first("a.delete-resource").click
accept_alert do
first("a.delete-resource").click
end
page.should have_no_content 'EGEGEG'