Commit 03fbdde7 authored by Mike Greiling's avatar Mike Greiling

add accept_confirm around "delete tag" button

parent 34f7e825
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment