diff --git a/templates/database/operations/index.twig b/templates/database/operations/index.twig index 1b15e494eb..6451391b57 100644 --- a/templates/database/operations/index.twig +++ b/templates/database/operations/index.twig @@ -1,4 +1,5 @@ -
+
+

{{ 'Database operations'|trans }}

{{ message|raw }} diff --git a/templates/table/operations/index.twig b/templates/table/operations/index.twig index 8a4260ca47..b57777ab8d 100644 --- a/templates/table/operations/index.twig +++ b/templates/table/operations/index.twig @@ -1,4 +1,5 @@ -
+
+

{{ 'Table operations'|trans }}

{% if not hide_order_table %}
diff --git a/test/selenium/Database/OperationsTest.php b/test/selenium/Database/OperationsTest.php index 251af2aef9..8ef70a889b 100644 --- a/test/selenium/Database/OperationsTest.php +++ b/test/selenium/Database/OperationsTest.php @@ -70,8 +70,6 @@ class OperationsTest extends TestBase $this->waitForElement('id', 'functionConfirmOkButton')->click(); - $this->waitForElement('xpath', "//a[contains(text(),'Database: ') and contains(text(),'" . $newDbName . "')]"); - $this->dbQuery( 'SHOW DATABASES LIKE \'' . $newDbName . '\'', function () use ($newDbName): void {