diff --git a/test/selenium/PmaSeleniumTableOperationsTest.php b/test/selenium/PmaSeleniumTableOperationsTest.php index f6d263364b..258f0ed124 100644 --- a/test/selenium/PmaSeleniumTableOperationsTest.php +++ b/test/selenium/PmaSeleniumTableOperationsTest.php @@ -49,7 +49,7 @@ class PMA_SeleniumTableOperationsTest extends PMA_SeleniumBase $this->waitForElement( "byXPath", - "//a[contains(., 'test_table') and contains(., 'sql.php')]" + "//a[contains(., 'test_table')]" )->click(); $this->waitForElement("byId", "table_results");