From 995f0b3a082cdad3d25b3b25e907fa0739198951 Mon Sep 17 00:00:00 2001 From: Shen Date: Thu, 28 Nov 2024 09:41:00 -0500 Subject: [PATCH] fix --- modules/create_timepoint/test/create_timepointTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/create_timepoint/test/create_timepointTest.php b/modules/create_timepoint/test/create_timepointTest.php index 372b0399b84..2b2bfb7b30e 100644 --- a/modules/create_timepoint/test/create_timepointTest.php +++ b/modules/create_timepoint/test/create_timepointTest.php @@ -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(