File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
tests/integration/features Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,18 @@ Feature: APIv2
9393 | sel single | sel multi |
9494 Then print register
9595
96+ @api2usergroup
97+ Scenario : Create usergroup columns
98+ Given table "Table 5" with emoji "👋" exists for user "participant1-v2" as "t5" via v2
99+ Then column from main type "usergroup" for node type "table" and node name "t5" exists with name "ug-c1" and following properties via v2
100+ | title | ug column |
101+ | usergroupDefault | [{"id ": "admin ", "displayName ": "admin ", "isUser ": true }] |
102+ Then node with node type "table" and node name "t5" has the following columns via v2
103+ | ug column |
104+ Then print register
105+
96106 @api2transfer
97- Scenario : Create selection columns
107+ Scenario : Transfer table
98108 Given table "Table 4" with emoji "👋" exists for user "participant1-v2" as "t4" via v2
99109 Then table "t4" is owned by "participant1-v2"
100110 Then change owner for table "t4" from user "participant1-v2" to user "participant2-v2"
You can’t perform that action at this time.
0 commit comments