Hello All!
I'm trying to use WebTest with pop-up alert/confirm messages via ExpectDialog:
<expectDialog description="Expected dialog for record duplicating"
dialogType="confirm"/>
<clickElement xpath="//ul[@class='dataProcessing']/li/input[@alt='Duplicate
record']" description="Duplicate first 10 records"/>
<verifyText text="Total records: 110" />
But nothing happens: there is one warning "window.alert("Please select rows") no
alert handler installed".
BTW no scence in presence of <expectDialog> step in the testsuite.
So, what should I do/install/remove/modify to force WebTest to click on such
dialogs?
WebTest 2.5 was used.
Thanks in advance, and sorry for disturbing