mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-03-01 10:59:05 +00:00
(test for old input on failed login)
This commit is contained in:
@@ -42,6 +42,7 @@ class PromoterLoginTest extends DuskTestCase
|
||||
->type('password', 'wrong-password')
|
||||
->press('Log in')
|
||||
->assertPathIs('/login')
|
||||
->assertInputValue('email', 'jane@example.com')
|
||||
->assertSee('credentials do not match');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user