contexts icon indicating copy to clipboard operation
contexts copied to clipboard

The `httpCallResultPool` causes error when there is a javascript alert or confirm!

Open fchris82 opened this issue 10 years ago • 0 comments

     When I follow "Delete"
     Then I should see "Are you sure?" in popup
     When I confirm the popup

It causes an UnexpectedAlertOpen exception after the When I follow "Delete"! The patch of @madalinoprea is causes error ( https://github.com/sanpii/behatch-contexts/pull/94 ):

No alert is present (WARNING: The server did not provide any stacktrace information)

The whole httpCallResultPool concept seems wrong, the source call (get the content) to Selenium causes error some cases (like javascript alert or confirm)!

fchris82 avatar Dec 03 '14 10:12 fchris82