diff --git a/tests/cocroachdb.html b/tests/cocroachdb.html
index 1093c6b8..528d5f49 100644
--- a/tests/cocroachdb.html
+++ b/tests/cocroachdb.html
@@ -6,10 +6,9 @@
Katalon CockroachDB
+
-
-Login |
-
+Login |
open | /adminer/ | |
select | name=lang | label=English |
@@ -21,10 +20,9 @@
clickAndWait | xpath=//input[@value='Login'] | |
verifyTextPresent | CockroachDB | |
+
-
-Create table |
-
+Create table |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public | |
clickAndWait | link=Create table | |
@@ -42,10 +40,9 @@
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | Table has been created. | |
+
-
-Create index |
-
+Create index |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&table=interprets | |
clickAndWait | link=Alter indexes | |
@@ -58,10 +55,9 @@
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | Indexes have been altered. | |
+
-
-Create table 2 |
-
+Create table 2 |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&table=interprets | |
clickAndWait | link=Create table | |
@@ -79,10 +75,9 @@
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | Table has been created. | |
+
-
-Foreign key |
-
+Foreign key |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&table=albums | |
clickAndWait | link=Add foreign key | |
@@ -91,10 +86,9 @@
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | Foreign key has been created. | |
+
-
-Alter table |
-
+Alter table |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&table=interprets | |
clickAndWait | link=Alter table | |
@@ -108,10 +102,9 @@
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | Table has been altered. | |
+
-
-Check constraints |
-
+Check constraints |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&table=albums | |
click | link=Create check | |
@@ -125,10 +118,9 @@
click | name=drop | |
verifyTextPresent | Check has been dropped. | |
+
-
-Create view |
-
+Create view |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&view= | |
runScript | document.querySelector('[name="select"]').value = 'SELECT albums.id, albums.title, interprets.name FROM albums LEFT JOIN interprets ON albums.interpret = interprets.id' | |
@@ -136,10 +128,9 @@
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | View has been created. | |
+
-
-Insert |
-
+Insert |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&edit=interprets | |
type | fields[id] | 1 |
@@ -152,10 +143,9 @@
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | Item has been inserted. | |
+
-
-Clone |
-
+Clone |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&select=albums | |
click | check[] | |
@@ -165,10 +155,9 @@
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | 1 item has been affected. | |
+
-
-Explain |
-
+Explain |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&select=albums | |
clickAndWait | link=Edit | |
@@ -176,29 +165,26 @@
click | link=Explain | |
verifyTextPresent | LIMITED SCAN | |
+
-
-Reference |
-
+Reference |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&select=albums | |
clickAndWait | link=1 | |
verifyTextPresent | Michael Jackson | |
+
-
-Update |
-
+Update |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&edit=albums&where%5Bid%5D=2 | |
type | fields[title] | Black or White |
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | Item has been updated. | |
+
-
-Delete |
-
+Delete |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&select=albums | |
click | //input[@name='check[]' and @value='where%5Bid%5D=2'] | |
@@ -207,10 +193,9 @@
click | delete | |
verifyTextPresent | 1 item has been affected. | |
+
-
-Truncate |
-
+Truncate |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&select=albums | |
click | all | |
@@ -219,10 +204,9 @@
click | delete | |
verifyTextPresent | No rows. | |
+
-
-Export |
-
+Export |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&dump= | |
click | output | |
@@ -234,10 +218,9 @@
verifyTextPresent | INSERT INTO "interprets" | |
verifyTextPresent | VIEW "albums_interprets" | |
+
-
-Procedures |
-
+Procedures |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&procedure= | |
clickAndWait | add[0] | |
@@ -265,10 +248,9 @@
open | /adminer/?pgsql=localhost%3A26257&username=ODBC&db=adminer_test&ns=public&sql=DROP+PROCEDURE+%22insert_album%22 | |
clickAndWait | //input[@value='Execute'] | |
+
-
-Generated columns |
-
+Generated columns |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&create= | |
type | name=name | generated |
@@ -288,10 +270,9 @@
click | xpath=//input[@value='Save'] | |
verifyTextPresent | 220 | |
+
-
-Drop |
-
+Drop |
open | /adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public | |
click | id=check-all | |
@@ -299,32 +280,30 @@
click | name=drop | |
verifyTextPresent | No tables. | |
+
-
-Variables |
-
+Variables |
open | /adminer/?pgsql=localhost:26257&username=ODBC&variables= | |
verifyTextPresent | crdb_version | |
+
-
-SQL command |
-
+SQL command |
open | /adminer/?pgsql=localhost:26257&username=ODBC&sql=SELECT+122%2B1 | |
clickAndWait | //input[@value='Execute'] | |
verifyTextPresent | 123 | |
+
-
-Logout |
-
+Logout |
open | /adminer/?pgsql=localhost:26257&username=ODBC | |
clickAndWait | logout | |
verifyTextPresent | Logout successful. | |
open | /coverage.php | |
+