add accept_confirm around "delete tag" button
This commit is contained in:
parent
34f7e82563
commit
03fbdde7cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue