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>2021-03-03 02:30:03 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-03-03 02:30:39 +0300
commit24cb353595ac0bbe41b4a86195a2f77c191390f3 (patch)
tree4ac873c4dfd58a893ba6db4b95a5b332760bd2f0 /test/selenium
parent4440af58952929e365486b11567d1a85fadff656 (diff)
Fix CreateDropDatabaseTest Selenium test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/selenium')
-rw-r--r--test/selenium/CreateDropDatabaseTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/selenium/CreateDropDatabaseTest.php b/test/selenium/CreateDropDatabaseTest.php
index 114298e83f..c5d5d44f80 100644
--- a/test/selenium/CreateDropDatabaseTest.php
+++ b/test/selenium/CreateDropDatabaseTest.php
@@ -76,10 +76,10 @@ class CreateDropDatabaseTest extends TestBase
$this->scrollToElement($dbElement, 0, 20);
$dbElement->click();
- $multSubmit = $this->byCssSelector('button#bulkActionDropButton');
+ $multSubmit = $this->byCssSelector('#bulkActionDropButton');
$this->scrollToElement($multSubmit);
$multSubmit->click();
- $this->byCssSelector('button.submitOK')->click();
+ $this->byCssSelector('#dropDatabaseModalDropButton')->click();
$this->waitForElementNotPresent(
'cssSelector',