diff --git a/tests/cocroachdb.html b/tests/cocroachdb.html
index e0874ca4..81a872c1 100644
--- a/tests/cocroachdb.html
+++ b/tests/cocroachdb.html
@@ -287,6 +287,15 @@
+SQL command |
+
+
+open | /adminer/?pgsql=localhost:26257&username=ODBC&sql=SELECT+122%2B1 | |
+clickAndWait | //input[@value='Execute'] | |
+verifyTextPresent | 123 | |
+
+
+
Logout |
diff --git a/tests/pgsql.html b/tests/pgsql.html
index dda04ccb..7a7ef953 100644
--- a/tests/pgsql.html
+++ b/tests/pgsql.html
@@ -289,6 +289,15 @@
+SQL command |
+
+
+open | /adminer/?pgsql=localhost:26257&username=ODBC&sql=SELECT+122%2B1 | |
+clickAndWait | //input[@value='Execute'] | |
+verifyTextPresent | 123 | |
+
+