contexts
contexts copied to clipboard
The `httpCallResultPool` causes error when there is a javascript alert or confirm!
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)!