Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
JS Dialog not seen ? #46
Comments
|
This code only works when I derive from the starndard, when I derive from the package this breaks with unexpected alert
|
I get this error when running my test
Facebook\WebDriver\Exception\UnexpectedAlertOpenException: unexpected alert open: {Alert text :However when I derive my DuskTestCase from the original one
use Laravel\Dusk\TestCase as BaseTestCase;I do not get this error...
My testscript expects the alert open, and uses
$browser->acceptDialog();to close it