Fix selenium test testSearchRecords after migration to bootstrap cards

Ref: 0403c7f8d3

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-06-01 12:50:37 +02:00
parent 3765aeb221
commit cd5727ba65
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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();