Skip to content

Commit 3941e92

Browse files
quebrando test
1 parent 2324a62 commit 3941e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Browser/IndexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testLoginLogout()
4343
// Login com usuário admin
4444
$browser->visit('/loginlocal')
4545
->typeSlowly('email', $this->adminUser->email)
46-
->typeSlowly('password', 'password')
46+
->typeSlowly('password', 'password1')
4747
->press('Entrar')
4848
->pause(2000)
4949
->assertSee('Administração')

0 commit comments

Comments
 (0)