Closed stefanullrich closed 5 years ago
Probably just a typo in file src/Dusk/Concerns/MakesAssertions.php:
src/Dusk/Concerns/MakesAssertions.php
/** {@inheritdoc} */ public function assertDontSeeIn($selector, $text) { $this->actionCollector->collect(__FUNCTION__, func_get_args(), $this); return parent::assertDontSeeLink($selector, $text); }
needs to return
return parent::assertDontSeeIn($selector, $text);
Will create a pull request.
Probably just a typo in file
src/Dusk/Concerns/MakesAssertions.php
:needs to return
Will create a pull request.