Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-02-16 20:21:23 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-02-16 20:21:23 +0300
commitb40dc49d71026f42fc7044eefa9f79a304cb6ad7 (patch)
treec0c8556989243f23e8b42125059873a91715bba6 /test/selenium
parent20f16560503c3f33b47799ca146233a19acd9ef7 (diff)
parentad13f5ad6029bed2f9edbd4797d2397a7c2864e4 (diff)
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/selenium')
-rw-r--r--test/selenium/Table/OperationsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/selenium/Table/OperationsTest.php b/test/selenium/Table/OperationsTest.php
index e1d1547fc2..5088e65669 100644
--- a/test/selenium/Table/OperationsTest.php
+++ b/test/selenium/Table/OperationsTest.php
@@ -155,7 +155,7 @@ class OperationsTest extends TestBase
$this->waitUntilElementIsVisible('cssSelector', 'form#copyTable', 30);
$this->byCssSelector("form#copyTable input[name='new_name']")->sendKeys('2');
$this->byCssSelector('label[for="whatRadio2"]')->click();
- $this->byCssSelector("form#copyTable input[type='submit']")->click();
+ $this->waitForElement('cssSelector', 'form#copyTable input[type=\'submit\']')->click();
$this->waitAjax();
$this->waitForElement(