Cleaned tests

This commit is contained in:
Prashant Singh 2019-07-10 13:44:33 +05:30
parent 4a4690d479
commit ade06ac9f1
1 changed files with 1 additions and 1 deletions

View File

@ -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');