Skip to content

Commit

Permalink
Adds debugging statement to test case that is failing CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyk committed Jan 17, 2025
1 parent 0b24bed commit 1a40d6f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a40d6f

Please sign in to comment.