Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtiaowang committed Dec 15, 2023
1 parent 584c954 commit 604335e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/schedule_module/test/scheduleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class ScheduleTest extends LorisIntegrationTest
" div > div.swal2-actions > button.swal2-confirm.swal2-styled";
static $addBtn = "#default-panel > div > div > div.table-header".
" > div > div > div:nth-child(2) > button:nth-child(1)";
static $edit = "#dynamictable > tbody > tr > td:nth-child(9) > button";
static $delete = "#dynamictable > tbody > tr > td:nth-child(10) > button";
static $edit = "#dynamictable >tbody>tr:nth-child(1)>td:nth-child(10)>button";
static $delete = "#dynamictable >tbody>tr:nth-child(1)>td:nth-child(11)>button";
static $msg = "body > div.swal2-container.swal2-center.swal2-shown > ".
"div > div.swal2-actions > button.swal2-confirm.swal2-styled";
static $create = "#addScheduleForm > div > div:nth-child(7) ".
Expand Down

0 comments on commit 604335e

Please # to comment.