diff --git a/test/selenium/Table/BrowseTest.php b/test/selenium/Table/BrowseTest.php index 1431b7afeb..4e4edf6216 100644 --- a/test/selenium/Table/BrowseTest.php +++ b/test/selenium/Table/BrowseTest.php @@ -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();