module-webdriver
module-webdriver copied to clipboard
Problem with dontSeeInPopup
I try use in test: $I->dontSeeInPopup('Some my text');
And in html report i have this: no alert open
This is not good. Yes, popup window isnt show, but test must continous as if in popup is different text then: Some my text.
Tested in 2.3.7
so you actually want dontSeePopup method.