- $resp->assertElementContains('a', 'New Book');
- $resp->assertElementContains('a', 'Edit');
- $resp->assertElementContains('a', 'Permissions');
- $resp->assertElementContains('a', 'Delete');
+ $this->withHtml($resp)->assertElementContains('a', 'New Book');
+ $this->withHtml($resp)->assertElementContains('a', 'Edit');
+ $this->withHtml($resp)->assertElementContains('a', 'Permissions');
+ $this->withHtml($resp)->assertElementContains('a', 'Delete');