diff --git a/tests/cockroachdb.html b/tests/cockroachdb.html
index 7b860166..f42944a7 100644
--- a/tests/cockroachdb.html
+++ b/tests/cockroachdb.html
@@ -246,6 +246,16 @@
verifyTextPresent | Michael Jackson | |
+
+Search in tables |
+
+open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public | |
+type | name=query | Jackson |
+clickAndWait | name=search | |
+click | link=interprets | |
+verifyTextPresent | Michael Jackson | |
+
+
Update |
diff --git a/tests/mariadb.html b/tests/mariadb.html
index dc522623..285f771c 100644
--- a/tests/mariadb.html
+++ b/tests/mariadb.html
@@ -256,6 +256,16 @@
verifyTextPresent | Michael Jackson | |
+
+Search in tables |
+
+open | /adminer/?server=localhost:3307&username=ODBC&db=adminer_test | |
+type | name=query | Jackson |
+clickAndWait | name=search | |
+click | link=interprets | |
+verifyTextPresent | Michael Jackson | |
+
+
Update |
diff --git a/tests/mssql.html b/tests/mssql.html
index d859cbec..43e8e7d4 100644
--- a/tests/mssql.html
+++ b/tests/mssql.html
@@ -206,6 +206,16 @@
verifyTextPresent | Michael Jackson | |
+
+Search in tables |
+
+open | /adminer/?mssql=&username=ODBC&db=adminer_test&ns=dbo | |
+type | name=query | Jackson |
+clickAndWait | name=search | |
+click | link=interprets | |
+verifyTextPresent | Michael Jackson | |
+
+
Update |
diff --git a/tests/mysql.html b/tests/mysql.html
index 3cf9bd06..203c81e7 100644
--- a/tests/mysql.html
+++ b/tests/mysql.html
@@ -262,6 +262,16 @@
verifyTextPresent | Michael Jackson | |
+
+Search in tables |
+
+open | /adminer/?username=ODBC&db=adminer_test | |
+type | name=query | Jackson |
+clickAndWait | name=search | |
+click | link=interprets | |
+verifyTextPresent | Michael Jackson | |
+
+
Update |
diff --git a/tests/pgsql.html b/tests/pgsql.html
index 2a372b2a..596d18d7 100644
--- a/tests/pgsql.html
+++ b/tests/pgsql.html
@@ -242,6 +242,16 @@
verifyTextPresent | Michael Jackson | |
+
+Search in tables |
+
+open | /adminer/?pgsql=&username=ODBC&db=adminer_test&ns=public | |
+type | name=query | Jackson |
+clickAndWait | name=search | |
+click | link=interprets | |
+verifyTextPresent | Michael Jackson | |
+
+
Update |
diff --git a/tests/sqlite.html b/tests/sqlite.html
index f5291912..a2aa988a 100644
--- a/tests/sqlite.html
+++ b/tests/sqlite.html
@@ -216,6 +216,16 @@
verifyTextPresent | Michael Jackson | |
+
+Search in tables |
+
+open | /adminer/sqlite.php?sqlite=&username=ODBC&db=adminer_test.sqlite | |
+type | name=query | Jackson |
+clickAndWait | name=search | |
+click | link=interprets | |
+verifyTextPresent | Michael Jackson | |
+
+