magic_test
magic_test copied to clipboard
Buttons clicks on confirmation dialogs aren't automatically captured.
I'm not sure there is anything we can actually do about this one, but the code that the user needs to write in order to automate these is:
accept_confirm do
click_link 'Destroy'
end