Skip to content

Commit

Permalink
click a link
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtiaowang committed Oct 18, 2024
1 parent d62a269 commit 03f1367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/brainbrowser/test/brainbrowserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function testBrainbrowserDoespageLoadwithData()
$bodyText = $this->safeFindElement(
WebDriverBy::cssSelector("body")
)->getText();
print_r($bodyText);
$this->assertStringContainsString("Intensity Value", $bodyText);

}
Expand Down

0 comments on commit 03f1367

Please sign in to comment.