Skip to content

Commit

Permalink
[getMeetingDetailsVerbose] Disable E2E test for newer version of host…
Browse files Browse the repository at this point in the history
…SDK (#2534)

* Init commit

* Restrict HubSDK version instead of removing test
  • Loading branch information
MSJohnnyLee committed Oct 1, 2024
1 parent 056aa96 commit 55a54ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/teams-test-app/e2e-test-data/meeting.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
},
{
"title": "getMeetingDetailsVerbose API Call - Success",
"version": ">2.22.0",
"version": ">2.22.0 && <=2.28.0",
"hostSdkVersion": {
"web": "<= 4.2.2"
},
"type": "callResponse",
"boxSelector": "#box_getMeetingDetailsVerbose",
"expectedAlertValue": "getMeetingDetails called with shouldGetVerboseDetails: true",
Expand Down

0 comments on commit 55a54ce

Please sign in to comment.