diff --git a/tests/integration/Capsules/CapsulesTest.php b/tests/integration/Capsules/CapsulesTest.php index 5830b6ea3..cb6420d72 100644 --- a/tests/integration/Capsules/CapsulesTest.php +++ b/tests/integration/Capsules/CapsulesTest.php @@ -224,7 +224,7 @@ public function testCanSeeModelInListing() $this->assertSee('Title'); - $this->assertSee($model->title); + $this->assertSee(htmlspecialchars($model->title, ENT_QUOTES, 'UTF-8')); } public function testCanPublishModel()