Skip to content

Commit

Permalink
remove self:intrument, it will not locate the select option.
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtiaowang authored Nov 5, 2024
1 parent b2c0a20 commit d6d0dcb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/battery_manager/test/BatteryManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,6 @@ function testEditform()
"#dynamictable > tbody > tr > td:nth-child(14) > button"
)
);
$this->safeClick(
WebDriverBy::cssSelector(
"#lorisworkspace > ".self::$instrument." > option:nth-child(2)"
)
);

$this->safeClick(
WebDriverBy::cssSelector(
"#lorisworkspace > div:nth-child(1) > div:nth-child(2) > ".
Expand Down

0 comments on commit d6d0dcb

Please sign in to comment.