Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit c12c31e

Browse files
stefanullrichmpociot
authored andcommitted
fix: wrong parent call in assertDontSeeIn (#41)
1 parent aa68b15 commit c12c31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dusk/Concerns/MakesAssertions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function assertDontSeeIn($selector, $text)
8989
{
9090
$this->actionCollector->collect(__FUNCTION__, func_get_args(), $this);
9191

92-
return parent::assertDontSeeLink($selector, $text);
92+
return parent::assertDontSeeIn($selector, $text);
9393
}
9494

9595
/** {@inheritdoc} */

0 commit comments

Comments
 (0)