Skip to content

Commit 654df3a

Browse files
committed
tests: add integration test for new column
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
1 parent 422557d commit 654df3a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tests/integration/features/APIv2.feature

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)