Skip to content

Commit afab437

Browse files
committed
Continue chaining
1 parent de34eb0 commit afab437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extensions/IntegrationTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ protected function assertPageIs($uri, $message, $negate = false)
183183
*/
184184
protected function seePageIs($uri)
185185
{
186-
$this->assertPageIs(
186+
return $this->assertPageIs(
187187
$uri, "Expected to be on the page, {$uri}, but wasn't."
188188
);
189189
}

0 commit comments

Comments
 (0)