Skip to content

Commit

Permalink
Restrict HubSDK version instead of removing test
Browse files Browse the repository at this point in the history
  • Loading branch information
MSJohnnyLee committed Sep 30, 2024
1 parent da09dc8 commit 971e3a3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/teams-test-app/e2e-test-data/meeting.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@
"expectedAlertValue": "getMeetingDetails called with shouldGetVerboseDetails: undefined",
"expectedTestAppValue": "{\"details\":{\"id\":\"testDetailsId\",\"scheduledStartTime\":\"testStartTime\",\"scheduledEndTime\":\"testEndTime\",\"joinUrl\":\"testJoinUrl\",\"title\":\"testTitle\",\"type\":\"Unknown\"},\"conversation\":{\"id\":\"testConversationId\"},\"organizer\":{\"id\":\"testOrganizerId\",\"tenantId\":\"testTenantId\"}}"
},
{
"title": "getMeetingDetailsVerbose API Call - Success",
"version": ">2.22.0 && <=2.28.0",
"hostSdkVersion": {
"web": "<= 4.2.2"
},
"type": "callResponse",
"boxSelector": "#box_getMeetingDetailsVerbose",
"expectedAlertValue": "getMeetingDetails called with shouldGetVerboseDetails: true",
"expectedTestAppValue": "{\"details\":{\"scheduledStartTime\":\"testStartTime\",\"joinUrl\":\"testJoinUrl\",\"type\":\"oneOnOneCall\",\"originalCaller\":\"testCallerId\",\"dialedEntity\":\"testDnis\",\"trackingId\":\"testTrackingId\"},\"conversation\":{\"id\":\"testConversationId\"},\"organizer\":{\"id\":\"testOrganizerId\",\"tenantId\":\"testTenantId\"}}"
},
{
"title": "getAuthenticationTokenForAnonymousUser API Call - Success",
"type": "callResponse",
Expand Down

0 comments on commit 971e3a3

Please sign in to comment.