diff --git a/tests/cocroachdb.html b/tests/cocroachdb.html
index f88193c6..85e5e2e9 100644
--- a/tests/cocroachdb.html
+++ b/tests/cocroachdb.html
@@ -174,7 +174,7 @@
Enum |
-open | http://localhost:8080/adminer.php?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public | |
+open | /adminer.php?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public | |
click | link=Create type | |
type | name=name | alive |
runScript | document.querySelector('[name="as"]').value = "AS ENUM('alive', 'deceased')" | |
@@ -191,7 +191,7 @@
chooseOkOnNextConfirmation | Drop alive? | |
clickAndWait | //input[@value='Drop'] | |
verifyTextPresent | cannot drop type | |
-open | http://localhost:8080/adminer.php?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&edit=interprets&where%5Bid%5D=1 | |
+open | /adminer.php?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&edit=interprets&where%5Bid%5D=1 | |
click | //input[@value='deceased'] | |
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | deceased | |
diff --git a/tests/pgsql.html b/tests/pgsql.html
index 757457f1..dcb3d408 100644
--- a/tests/pgsql.html
+++ b/tests/pgsql.html
@@ -171,7 +171,7 @@
Enum |
-open | http://localhost:8080/adminer.php?pgsql=&username=ODBC&db=adminer_test&ns=public | |
+open | /adminer.php?pgsql=&username=ODBC&db=adminer_test&ns=public | |
click | link=Create type | |
type | name=name | alive |
runScript | document.querySelector('[name="as"]').value = "AS ENUM('alive', 'deceased')" | |
@@ -188,7 +188,7 @@
chooseOkOnNextConfirmation | Drop alive? | |
clickAndWait | //input[@value='Drop'] | |
verifyTextPresent | cannot drop type | |
-open | http://localhost:8080/adminer.php?pgsql=&username=ODBC&db=adminer_test&ns=public&edit=interprets&where%5Bid%5D=1 | |
+open | /adminer.php?pgsql=&username=ODBC&db=adminer_test&ns=public&edit=interprets&where%5Bid%5D=1 | |
click | //input[@value='deceased'] | |
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | deceased | |