Tuncay
Results
1
comments of
Tuncay
I have the same issue. ``` it('may not login', function () { $page = visit('http://localhost/login'); $page->assertUrlIs('http://localhost/login') ->assertSee('Connexion') ->fill('username', 'user.name') ->fill('password', 'PasWord123!') ->press('Se connecter') ->assertSee('Invalid credentials'); }); ``` And I got...