Skip to content

Commit

Permalink
Delete secondary argument (default some)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 3, 2024
1 parent a91de0e commit e4bd296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Browser/LoginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ public function testLogout(): void
$browser
->visitRoute('platform.profile')
->clickLink($user->name)
->waitForText('Sign out', 5)
->waitForText('Sign out')
->press('Sign out')
->waitForText('404', 5);
->waitForText('404');

//Redirect to login
$browser
Expand Down

0 comments on commit e4bd296

Please sign in to comment.