magic_test icon indicating copy to clipboard operation
magic_test copied to clipboard

Buttons clicks on confirmation dialogs aren't automatically captured.

Open andrewculver opened this issue 5 years ago • 1 comments

andrewculver avatar Jun 16 '20 22:06 andrewculver

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

andrewculver avatar Jun 17 '20 00:06 andrewculver