diff --git a/tests/mariadb.html b/tests/mariadb.html
index 2c320d5b..20874759 100644
--- a/tests/mariadb.html
+++ b/tests/mariadb.html
@@ -164,7 +164,7 @@
| clickAndWait | link=New item | |
| type | fields[interpret] | 0 |
| click | //input[@value='Save'] | |
-| verifyTextPresent | Check constraint 'albums_interpret_check' is violated. | |
+| verifyTextPresent | CONSTRAINT `albums_interpret_check` failed for `adminer_test`.`albums` | |
| open | /adminer/?server=localhost:3307&username=ODBC&db=adminer_test&check=albums&name=albums_interpret_check | |
| verifyTextPresent | `interpret` > 0 | |
| chooseOkOnNextConfirmation | Drop albums_interpret_check? | |
diff --git a/tests/mssql.html b/tests/mssql.html
index 39b57258..fe9e3bbb 100644
--- a/tests/mssql.html
+++ b/tests/mssql.html
@@ -230,7 +230,7 @@
| select | name=fields[1.1][generated] | label=VIRTUAL |
| type | name=fields[1.1][default] | normal + 100 |
| type | name=fields[1.11][field] | stored |
-| select | name=fields[1.11][generated] | label=STORED |
+| select | name=fields[1.11][generated] | label=PERSISTED |
| type | name=fields[1.11][default] | normal + 200 |
| clickAndWait | //input[@value='Save'] | |
| verifyTextPresent | [normal]+(100) | |
diff --git a/tests/mysql.html b/tests/mysql.html
index 3bdc31e9..9b6e031d 100644
--- a/tests/mysql.html
+++ b/tests/mysql.html
@@ -399,7 +399,7 @@
| Warnings |
| open | /adminer/?username=ODBC&db=adminer_test&select=albums | |
-| click | (//a[contains(text(),'=')])[1] | |
+| click | //th[@id='th[interpret]']/span/a[2] | |
| type | name=where[0][val] | 1.2.3 |
| submit | id=form | |
| click | link=Warnings | |
diff --git a/tests/pgsql.html b/tests/pgsql.html
index ca6ccf15..94707910 100644
--- a/tests/pgsql.html
+++ b/tests/pgsql.html
@@ -114,7 +114,7 @@
| clickAndWait | link=New item | |
| type | fields[interpret] | 0 |
| click | //input[@value='Save'] | |
-| verifyTextPresent | failed to satisfy CHECK constraint | |
+| verifyTextPresent | violates check constraint | |
| open | /adminer/?pgsql=&username=ODBC&db=adminer_test&ns=public&check=albums&name=albums_interpret_check | |
| verifyTextPresent | (interpret > 0) | |
| chooseOkOnNextConfirmation | Drop albums_interpret_check? | |
@@ -334,7 +334,7 @@
| SQL command |
-| open | /adminer/?pgsql=localhost:26257&username=ODBC&sql=SELECT+122%2B1 | |
+| open | /adminer/?pgsql=&username=ODBC&sql=SELECT+122%2B1 | |
| clickAndWait | //input[@value='Execute'] | |
| verifyTextPresent | 123 | |
diff --git a/tests/sqlite.html b/tests/sqlite.html
index ae37451d..8fbacf08 100644
--- a/tests/sqlite.html
+++ b/tests/sqlite.html
@@ -107,7 +107,7 @@
| open | /adminer/sqlite.php?sqlite=&username=ODBC&db=adminer_test.sqlite&trigger=albums | |
| select | Timing | label=AFTER |
-| runScript | document.querySelector('[name="Statement"]').value = 'BEGIN\nUPDATE interprets SET albums = albums + 1 WHERE id = NEW.interpret';\nEND | |
+| runScript | document.querySelector('[name="Statement"]').value = 'BEGIN\nUPDATE interprets SET albums = albums + 1 WHERE id = NEW.interpret;\nEND' | |
| clickAndWait | //input[@value='Save'] | |
| verifyTextPresent | Trigger has been created. | |