diff --git a/tests/phpunit/va_gov_form_builder/functional/content-pages/HomeTest.php b/tests/phpunit/va_gov_form_builder/functional/content-pages/HomeTest.php index 58c0ceb93a..e76f45384f 100644 --- a/tests/phpunit/va_gov_form_builder/functional/content-pages/HomeTest.php +++ b/tests/phpunit/va_gov_form_builder/functional/content-pages/HomeTest.php @@ -76,6 +76,9 @@ public function testRecentFormsList() { // Refresh page. $this->drupalGet($this->getPageUrl()); + $content = $this->getSession()->getPage()->getContent(); + print_r($content); + // Ensure a link to the form appears on the page // (in the list of recent forms). // Ensure the link text is formatted as expected.