Commit c4819f8
committed
Address review comments on PR #3121
- Use {@code lastLoadedDomain} in javadoc instead of markdown backticks
- Emit STEP_BROKER_INSTALL_PROMPTED from processPlayStoreURL and
processPlayStoreURLForBrokerApps so Play Store dispatch paths populate
the onboarding step timeline (previously only processInstallRequest and
processIntentToInstallBrokerApp did)
- Test: use OnboardingTelemetryConstants.STEP_BROKER_INSTALL_PROMPTED and
LAST_LOADED_DOMAIN constants instead of hardcoded string literals
- Test: clear OnboardingSessionCorrelationStore in @after teardown to keep
tests isolated from other onboarding tests1 parent bf6b1c1 commit c4819f8
2 files changed
Lines changed: 13 additions & 3 deletions
File tree
- common/src
- main/java/com/microsoft/identity/common/internal/ui/webview
- test/java/com/microsoft/identity/common/internal/ui/webview
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
917 | 917 | | |
918 | 918 | | |
919 | 919 | | |
| 920 | + | |
920 | 921 | | |
921 | 922 | | |
922 | 923 | | |
| |||
936 | 937 | | |
937 | 938 | | |
938 | 939 | | |
| 940 | + | |
939 | 941 | | |
940 | 942 | | |
941 | 943 | | |
| |||
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
186 | 192 | | |
187 | 193 | | |
188 | 194 | | |
| |||
1128 | 1134 | | |
1129 | 1135 | | |
1130 | 1136 | | |
1131 | | - | |
| 1137 | + | |
| 1138 | + | |
1132 | 1139 | | |
1133 | 1140 | | |
1134 | 1141 | | |
| |||
1165 | 1172 | | |
1166 | 1173 | | |
1167 | 1174 | | |
1168 | | - | |
| 1175 | + | |
| 1176 | + | |
1169 | 1177 | | |
1170 | 1178 | | |
1171 | 1179 | | |
| |||
0 commit comments