teampoltergeist / poltergeist

A PhantomJS driver for Capybara
MIT License
2.5k stars 415 forks source link

Fix accept_confirm in another window #912

Closed shunichi closed 7 years ago

shunichi commented 7 years ago

Fixed issue:

  1. Open another window
  2. Switch to the window
  3. Confirm modal can not be accepted
twalpole commented 7 years ago

Looks good - Thanks!