Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtiaowang committed Nov 28, 2024
1 parent 44ebe3f commit 995f0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/create_timepoint/test/create_timepointTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function testCreateTimepointBTN()
$this->safeFindElement(
WebDriverBy::cssSelector(
"#page-content-wrapper > div > div:nth-child(2) > ".
"div.col-xs-12.row > a:nth-child(2)";
"div.col-xs-12.row > a:nth-child(2)"
)
)->click();
$bodyText = $this->safeFindElement(
Expand Down

0 comments on commit 995f0b3

Please sign in to comment.