We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3941e92 commit 87f5508Copy full SHA for 87f5508
1 file changed
tests/Browser/IndexTest.php
@@ -43,7 +43,7 @@ public function testLoginLogout()
43
// Login com usuário admin
44
$browser->visit('/loginlocal')
45
->typeSlowly('email', $this->adminUser->email)
46
- ->typeSlowly('password', 'password1')
+ ->typeSlowly('password', 'password')
47
->press('Entrar')
48
->pause(2000)
49
->assertSee('Administração')
0 commit comments