File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
tests/scenarios/features/v2 Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,11 @@ Feature: Teams
112112 And the response "data.attributes.name" is equal to "test-name-{{ unique_hash }}"
113113 And the response "data.attributes.avatar" is equal to "🥑"
114114 And the response "data.attributes.banner" is equal to 7
115- And the response "data.attributes.visible_modules" is equal to ["m1" ,"m2" ]
116- And the response "data.attributes.hidden_modules" is equal to ["m3" ]
115+ And the response "data.attributes.visible_modules" has length 2
116+ And the response "data.attributes.visible_modules" array contains value "m1"
117+ And the response "data.attributes.visible_modules" array contains value "m2"
118+ And the response "data.attributes.hidden_modules" has length 1
119+ And the response "data.attributes.hidden_modules" array contains value "m3"
117120
118121 @skip @team:DataDog/aaa-omg
119122 Scenario : Create team connections returns "Bad Request" response
You can’t perform that action at this time.
0 commit comments