Revert "Follow only sql link here"

This reverts commit 79758700eb.
This commit is contained in:
Michal Čihař 2014-02-18 15:08:06 +01:00
parent 79758700eb
commit 9f8615dfb4

View File

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