Skip to content

Commit 195aa07

Browse files
committed
Delete secondary argument (default some)
1 parent 23e98bb commit 195aa07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Browser/LoginTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ public function testLogout(): void
4242
$browser
4343
->visitRoute('platform.profile')
4444
->clickLink($user->name)
45-
->waitForText('Sign out', 5)
45+
->waitForText('Sign out')
4646
->press('Sign out')
47-
->waitForText('404', 5);
47+
->waitForText('404');
4848

4949
//Redirect to login
5050
$browser

0 commit comments

Comments
 (0)