You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/main/page_data_metadata.feature
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ Feature: Page data metadata
11
11
When I send a "GET" request to "/_/page_data_metadatas"
12
12
Then the response status code should be 200
13
13
And the JSON node "@context.properties" should be equal to "PageDataMetadata/properties"
14
-
And the JSON node "hydra:member" should have 4 elements
14
+
And the JSON node "member" should have 4 elements
15
15
# the order is not consistent... and doesn't really need to be - if no cache vs if cached
16
-
# And the JSON node "hydra:member[0].properties" should have 0 element
17
-
# And the JSON node "hydra:member[1].properties" should have 1 element
18
-
# And the JSON node "hydra:member[1].properties[0].property" should be equal to "component"
19
-
# And the JSON node "hydra:member[1].properties[0].componentClass" should be equal to "DummyComponent"
16
+
# And the JSON node "member[0].properties" should have 0 element
17
+
# And the JSON node "member[1].properties" should have 1 element
18
+
# And the JSON node "member[1].properties[0].property" should be equal to "component"
19
+
# And the JSON node "member[1].properties[0].componentClass" should be equal to "DummyComponent"
20
20
21
21
Scenario: I can get a single page data endpoint
22
22
When I send a "GET" request to "/_/page_data_metadatas/Silverback%5CApiComponentsBundle%5CTests%5CFunctional%5CTestBundle%5CEntity%5CPageDataWithComponent"
0 commit comments