File tree Expand file tree Collapse file tree 2 files changed +4
-127
lines changed
apps/teams-test-app/e2e-test-data Expand file tree Collapse file tree 2 files changed +4
-127
lines changed Original file line number Diff line number Diff line change 23
23
"type" : " registerAndRaiseEvent" ,
24
24
"boxSelector" : " #box_otherAppStateChange_registerInstallHandler" ,
25
25
"eventName" : " otherApp.install" ,
26
- "eventData" : {
27
- "appIds" : [" 123" , " 456" ]
28
- },
26
+ "eventData" :
27
+ {
28
+ "appIds" : [" 123" , " 456" ]
29
+ },
29
30
"expectedTestAppValue" : " received"
30
31
},
31
32
{
32
33
"title" : " unregisterAppInstallationHandler - Sends but not processed if app is not approved" ,
33
34
"type" : " callResponse" ,
34
35
"boxSelector" : " #box_otherAppStateChange_unregisterInstallHandler" ,
35
36
"expectedTestAppValue" : " received"
36
- },
37
- {
38
- "title" : " notifyInstallCompleted - Success" ,
39
- "type" : " callResponse" ,
40
- "boxSelector" : " #box_otherAppStateChange_notifyInstallCompleted" ,
41
- "expectedTestAppValue" : " notified"
42
37
}
43
38
]
44
39
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments