Skip to content

Commit

Permalink
Fix selenium test testSearchRecords after migration to bootstrap cards
Browse files Browse the repository at this point in the history
Ref: 0403c7f

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jun 1, 2021
1 parent 3765aeb commit cd5727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/selenium/Table/BrowseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public function testSearchRecords(): void
);

$this->scrollToBottom();
$elem = $this->waitForElement('cssSelector', '.tblFooters input[name=submit]');
$elem = $this->waitForElement('cssSelector', '.card-footer input[name=submit]');
$this->moveto($elem);
$elem->click();

Expand Down

0 comments on commit cd5727b

Please sign in to comment.