Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtiaowang committed Nov 5, 2024
1 parent 29b5e4b commit b2e16a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/battery_manager/test/BatteryManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function testEditform()

$bodyText = $this->webDriver->executeScript("
setTimeout(() => {
const element = document.querySelector('$selector');
const element = document.querySelector('#swal2-title');
if (element) {
return element;
}
Expand Down

0 comments on commit b2e16a0

Please sign in to comment.