- $this->asAdmin()->get($book->getUrl())
- ->assertElementNotContains('.book-contents', 'New Page');
- $this->get($chapter->getUrl())
- ->assertElementNotContains('.book-contents', 'New Page');
+ $resp = $this->asAdmin()->get($book->getUrl());
+ $this->withHtml($resp)->assertElementNotContains('.book-contents', 'New Page');
+ $resp = $this->get($chapter->getUrl());
+ $this->withHtml($resp)->assertElementNotContains('.book-contents', 'New Page');