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: tests/v1/features/dashboards.feature
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -721,6 +721,15 @@ Feature: Dashboards
721
721
And the response "widgets[0].definition.requests[0].query.compute[0].facet" is equal to "service"
722
722
And the response "widgets[0].definition.requests[0].query.compute[0].aggregation" is equal to "count"
723
723
724
+
@team:DataDog/dashboards-backend
725
+
Scenario: Create a new dashboard with logs_transaction_stream list_stream widget and version
726
+
Given new "CreateDashboard" request
727
+
And body with value {"layout_type": "ordered", "title": "{{ unique }} with list_stream widget","widgets": [{"definition": {"type": "list_stream","requests": [{"columns":[{"width":"auto","field":"timestamp"}],"query":{"data_source":"logs_transaction_stream","query_string":"","group_by":[{"facet":"service"}],"compute":[{"facet":"service","aggregation":"count"}],"version":"sequential_query"},"response_format":"event_list"}]}}]}
728
+
When the request is sent
729
+
Then the response status is 200 OK
730
+
And the response "widgets[0].definition.requests[0].query.data_source" is equal to "logs_transaction_stream"
731
+
And the response "widgets[0].definition.requests[0].query.version" is equal to "sequential_query"
732
+
724
733
@team:DataDog/dashboards-backend
725
734
Scenario: Create a new dashboard with manage_status widget
0 commit comments