Fix selenium test testSearchRecords after migration to bootstrap cards
Ref: 0403c7f8d3
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
3765aeb221
commit
cd5727ba65
@ -292,7 +292,7 @@ class BrowseTest extends TestBase
|
||||
);
|
||||
|
||||
$this->scrollToBottom();
|
||||
$elem = $this->waitForElement('cssSelector', '.tblFooters input[name=submit]');
|
||||
$elem = $this->waitForElement('cssSelector', '.card-footer input[name=submit]');
|
||||
$this->moveto($elem);
|
||||
$elem->click();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user