add accept_confirm around "delete tag" button

This commit is contained in:
Mike Greiling 2017-10-24 17:55:30 +03:00
parent 34f7e82563
commit 03fbdde7cd
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -64,7 +64,7 @@ feature 'Master deletes tag' do
def delete_first_tag
page.within('.content') do
first('.btn-remove').click
accept_confirm { first('.btn-remove').click }
end
end
end