diff --git a/tests/Browser/ExampleTest.php b/tests/Browser/ExampleTest.php index d03a523f1..a6ea53903 100644 --- a/tests/Browser/ExampleTest.php +++ b/tests/Browser/ExampleTest.php @@ -17,7 +17,7 @@ class ExampleTest extends DuskTestCase { $this->browse(function (Browser $browser) { $browser->visit('/customer/login') - ->type('email', 'prashant@webkul.com') + ->type('email', 'john@doe.net') ->type('password', '12345678') ->click('input[type="submit"]') ->screenshot('error');