File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1358,7 +1358,7 @@ Feature: Dashboards
13581358 Then the response status is 404 Not Found
13591359
13601360 @team:DataDog/reporting-and-sharing
1361- Scenario : Send shared dashboard invitation email returns "OK" response
1361+ Scenario : Send shared dashboard invitation email returns "OK"
13621362 Given there is a valid "dashboard" in the system
13631363 And there is a valid "shared_dashboard" in the system
13641364 And new "SendPublicDashboardInvitation" request
@@ -1369,6 +1369,14 @@ Feature: Dashboards
13691369 And the response "data.attributes.email" has the same value as "shared_dashboard.share_list[0]"
13701370 And the response "data.attributes.share_token" has the same value as "shared_dashboard.token"
13711371
1372+ @generated @skip @team:DataDog/reporting-and-sharing
1373+ Scenario : Send shared dashboard invitation email returns "OK" response
1374+ Given new "SendPublicDashboardInvitation" request
1375+ And request contains "token" parameter from "REPLACE.ME"
1376+ And body with value {"data" : [{"attributes" : {"email" : "test@datadoghq.com" }, "type" : "public_dashboard_invitation" }]}
1377+ When the request is sent
1378+ Then the response status is 201 OK
1379+
13721380 @generated @skip @team:DataDog/dashboards-backend
13731381 Scenario : Update a dashboard returns "Bad Request" response
13741382 Given new "UpdateDashboard" request
You can’t perform that action at this time.
0 commit comments