Skip to content

Commit

Permalink
Revert "Add Open App Store & Notify App Install Completed Capability (#…
Browse files Browse the repository at this point in the history
…2626)" (#2636)

This partially reverts commit b558cec.
  • Loading branch information
TrevorJoelHarris authored Nov 21, 2024
1 parent 426f2d8 commit 73a6890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 127 deletions.
13 changes: 4 additions & 9 deletions apps/teams-test-app/e2e-test-data/otherAppStateChange.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,17 @@
"type": "registerAndRaiseEvent",
"boxSelector": "#box_otherAppStateChange_registerInstallHandler",
"eventName": "otherApp.install",
"eventData": {
"appIds": ["123", "456"]
},
"eventData":
{
"appIds": ["123", "456"]
},
"expectedTestAppValue": "received"
},
{
"title": "unregisterAppInstallationHandler - Sends but not processed if app is not approved",
"type": "callResponse",
"boxSelector": "#box_otherAppStateChange_unregisterInstallHandler",
"expectedTestAppValue": "received"
},
{
"title": "notifyInstallCompleted - Success",
"type": "callResponse",
"boxSelector": "#box_otherAppStateChange_notifyInstallCompleted",
"expectedTestAppValue": "notified"
}
]
}
118 changes: 0 additions & 118 deletions apps/teams-test-app/e2e-test-data/store.json

This file was deleted.

0 comments on commit 73a6890

Please sign in to comment.