Commit 1b0f7adc authored by Viral Solani's avatar Viral Solani

Merge branch 'develop' of https://github.com/viralsolani/laravel-adminpanel into develop

parents 3e37af24 0ed83bb8
...@@ -45,7 +45,7 @@ class LoginTest extends BrowserKitTestCase ...@@ -45,7 +45,7 @@ class LoginTest extends BrowserKitTestCase
/** @test */ /** @test */
public function login_failure_with_wrong_inputs() public function login_failure_with_wrong_inputs()
{ {
$this->visit("/login") $this->visit('/login')
->type('wrongusername@wrongpassword.com', 'email') ->type('wrongusername@wrongpassword.com', 'email')
->type('wrongpassword', 'password') ->type('wrongpassword', 'password')
->press('Login') ->press('Login')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment