From 9f8615dfb43278cdd63dc4fea5594de659675073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 18 Feb 2014 15:08:06 +0100 Subject: [PATCH] Revert "Follow only sql link here" This reverts commit 79758700eb7f0a58b2087f948bfb3a9083488588. --- test/selenium/PmaSeleniumTableOperationsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");