@@ -936,21 +936,21 @@ Feature: Dashboards
936936 And the response "widgets[0].definition.time.unit" is equal to "minute"
937937 And the response "widgets[0].definition.time.value" is equal to 8
938938
939- @generated @skip @team:DataDog/dashboards-backend
939+ @generated @skip @team:DataDog/reporting-and-sharing
940940 Scenario : Create a shared dashboard returns "Bad Request" response
941941 Given new "CreatePublicDashboard" request
942- And body with value {
"dashboard_id" :
"123-abc-456" ,
"dashboard_type" :
"custom_timeboard" ,
"global_time" : {
"live_span" :
"1h" },
"global_time_selectable_enabled" : null,
"selectable_template_vars" : [{
"default_value" :
"*" ,
"name" :
"exampleVar" ,
"prefix" :
"test" ,
"visible_tags" : [
"selectableValue1" ,
"selectableValue2" ]}],
"share_list" : [
"[email protected] " ,
"[email protected] " ],
"share_type" :
"open" }
942+ And body with value {
"dashboard_id" :
"123-abc-456" ,
"dashboard_type" :
"custom_timeboard" ,
"embeddable_domains" : [ "https://domain.atlassian.net/" , "http://myserver.com/" ], "expiration" : null, " global_time": {
"live_span" :
"1h" },
"global_time_selectable_enabled" : null,
"invitees" : [{ "access_expiration" : "2030-01-01T12:00:00.00Z" , "email" : "[email protected] " }, { "access_expiration" : null, "email" : "[email protected] " }], " selectable_template_vars": [{
"default_value" :
"*" ,
"name" :
"exampleVar" ,
"prefix" :
"test" ,
"visible_tags" : [
"selectableValue1" ,
"selectableValue2" ]}],
"share_list" : [
"[email protected] " ,
"[email protected] " ],
"share_type" :
"open" , "status" : "active" , "viewing_preferences" : { "theme" : "system" } }
943943 When the request is sent
944944 Then the response status is 400 Bad Request
945945
946- @team:DataDog/dashboards-backend
946+ @team:DataDog/reporting-and-sharing
947947 Scenario : Create a shared dashboard returns "Dashboard Not Found" response
948948 Given new "CreatePublicDashboard" request
949949 And body with value {"dashboard_id" : "abc-123-def" , "dashboard_type" : "custom_timeboard" , "share_type" : "open" , "global_time" : {"live_span" : "1h" }}
950950 When the request is sent
951951 Then the response status is 404 Dashboard Not Found
952952
953- @team:DataDog/dashboards-backend
953+ @team:DataDog/reporting-and-sharing
954954 Scenario : Create a shared dashboard returns "OK" response
955955 Given there is a valid "dashboard" in the system
956956 And new "CreatePublicDashboard" request
@@ -1023,7 +1023,7 @@ Feature: Dashboards
10231023 Then the response status is 200 OK
10241024 And the response "author_name" is equal to "Frog Account"
10251025
1026- @team:DataDog/dashboards-backend
1026+ @team:DataDog/reporting-and-sharing
10271027 Scenario : Get a shared dashboard returns "OK" response
10281028 Given there is a valid "dashboard" in the system
10291029 And there is a valid "shared_dashboard" in the system
@@ -1034,7 +1034,7 @@ Feature: Dashboards
10341034 And the response "dashboard_id" has the same value as "dashboard.id"
10351035 And the response "token" has the same value as "shared_dashboard.token"
10361036
1037- @generated @skip @team:DataDog/dashboards-backend
1037+ @generated @skip @team:DataDog/reporting-and-sharing
10381038 Scenario : Get a shared dashboard returns "Shared Dashboard Not Found" response
10391039 Given new "GetPublicDashboard" request
10401040 And request contains "token" parameter from "REPLACE.ME"
@@ -1059,14 +1059,14 @@ Feature: Dashboards
10591059 Then the response status is 200 OK
10601060 And the response has 3 items
10611061
1062- @generated @skip @team:DataDog/dashboards-backend
1062+ @generated @skip @team:DataDog/reporting-and-sharing
10631063 Scenario : Get all invitations for a shared dashboard returns "Not Found" response
10641064 Given new "GetPublicDashboardInvitations" request
10651065 And request contains "token" parameter from "REPLACE.ME"
10661066 When the request is sent
10671067 Then the response status is 404 Not Found
10681068
1069- @team:DataDog/dashboards-backend
1069+ @team:DataDog/reporting-and-sharing
10701070 Scenario : Get all invitations for a shared dashboard returns "OK" response
10711071 Given there is a valid "dashboard" in the system
10721072 And there is a valid "shared_dashboard" in the system
@@ -1110,53 +1110,53 @@ Feature: Dashboards
11101110 When the request is sent
11111111 Then the response status is 204 No Content
11121112
1113- @generated @skip @team:DataDog/dashboards-backend
1113+ @generated @skip @team:DataDog/reporting-and-sharing
11141114 Scenario : Revoke a shared dashboard URL returns "OK" response
11151115 Given new "DeletePublicDashboard" request
11161116 And request contains "token" parameter from "REPLACE.ME"
11171117 When the request is sent
11181118 Then the response status is 200 OK
11191119
1120- @generated @skip @team:DataDog/dashboards-backend
1120+ @generated @skip @team:DataDog/reporting-and-sharing
11211121 Scenario : Revoke a shared dashboard URL returns "Shared Dashboard Not Found" response
11221122 Given new "DeletePublicDashboard" request
11231123 And request contains "token" parameter from "REPLACE.ME"
11241124 When the request is sent
11251125 Then the response status is 404 Shared Dashboard Not Found
11261126
1127- @generated @skip @team:DataDog/dashboards-backend
1127+ @generated @skip @team:DataDog/reporting-and-sharing
11281128 Scenario : Revoke shared dashboard invitations returns "Not Found" response
11291129 Given new "DeletePublicDashboardInvitation" request
11301130 And request contains "token" parameter from "REPLACE.ME"
11311131 And body with value {
"data" : [{
"attributes" : {
"email" :
"[email protected] " },
"type" :
"public_dashboard_invitation" }]}
11321132 When the request is sent
11331133 Then the response status is 404 Not Found
11341134
1135- @generated @skip @team:DataDog/dashboards-backend
1135+ @generated @skip @team:DataDog/reporting-and-sharing
11361136 Scenario : Revoke shared dashboard invitations returns "OK" response
11371137 Given new "DeletePublicDashboardInvitation" request
11381138 And request contains "token" parameter from "REPLACE.ME"
11391139 And body with value {
"data" : [{
"attributes" : {
"email" :
"[email protected] " },
"type" :
"public_dashboard_invitation" }]}
11401140 When the request is sent
11411141 Then the response status is 204 OK
11421142
1143- @generated @skip @team:DataDog/dashboards-backend
1143+ @generated @skip @team:DataDog/reporting-and-sharing
11441144 Scenario : Send shared dashboard invitation email returns "Bad Request" response
11451145 Given new "SendPublicDashboardInvitation" request
11461146 And request contains "token" parameter from "REPLACE.ME"
11471147 And body with value {
"data" : [{
"attributes" : {
"email" :
"[email protected] " },
"type" :
"public_dashboard_invitation" }]}
11481148 When the request is sent
11491149 Then the response status is 400 Bad Request
11501150
1151- @generated @skip @team:DataDog/dashboards-backend
1151+ @generated @skip @team:DataDog/reporting-and-sharing
11521152 Scenario : Send shared dashboard invitation email returns "Not Found" response
11531153 Given new "SendPublicDashboardInvitation" request
11541154 And request contains "token" parameter from "REPLACE.ME"
11551155 And body with value {
"data" : [{
"attributes" : {
"email" :
"[email protected] " },
"type" :
"public_dashboard_invitation" }]}
11561156 When the request is sent
11571157 Then the response status is 404 Not Found
11581158
1159- @team:DataDog/dashboards-backend
1159+ @team:DataDog/reporting-and-sharing
11601160 Scenario : Send shared dashboard invitation email returns "OK" response
11611161 Given there is a valid "dashboard" in the system
11621162 And there is a valid "shared_dashboard" in the system
@@ -1204,23 +1204,23 @@ Feature: Dashboards
12041204 Then the response status is 200 OK
12051205 And the response "tags" is equal to ["team:foo" , "team:bar" ]
12061206
1207- @generated @skip @team:DataDog/dashboards-backend
1207+ @generated @skip @team:DataDog/reporting-and-sharing
12081208 Scenario : Update a shared dashboard returns "Bad Request" response
12091209 Given new "UpdatePublicDashboard" request
12101210 And request contains "token" parameter from "REPLACE.ME"
12111211 And body with value {
"global_time" : {
"live_span" :
"1h" },
"share_list" : [
"[email protected] " ,
"[email protected] " ],
"share_type" :
"invite" }
12121212 When the request is sent
12131213 Then the response status is 400 Bad Request
12141214
1215- @generated @skip @team:DataDog/dashboards-backend
1215+ @generated @skip @team:DataDog/reporting-and-sharing
12161216 Scenario : Update a shared dashboard returns "Item Not Found" response
12171217 Given new "UpdatePublicDashboard" request
12181218 And request contains "token" parameter from "REPLACE.ME"
12191219 And body with value {
"global_time" : {
"live_span" :
"1h" },
"share_list" : [
"[email protected] " ,
"[email protected] " ],
"share_type" :
"invite" }
12201220 When the request is sent
12211221 Then the response status is 404 Item Not Found
12221222
1223- @team:DataDog/dashboards-backend
1223+ @team:DataDog/reporting-and-sharing
12241224 Scenario : Update a shared dashboard returns "OK" response
12251225 Given there is a valid "dashboard" in the system
12261226 And there is a valid "shared_dashboard" in the system
0 commit comments