Commit f1aa8ca
Fix test_2828864_DCF_CheckSignInFromOtherDeviceOptionAvailable, Fixes AB#3537345 (#3015)
To fix the failure
test_2828864_DCF_CheckSignInFromOtherDeviceOptionAvailable, which
currently verifies DCF url.
The device URL has changed form microsoft.com/devicelogin to
login.microsoft.com/device.
The test case is primarily about having an option to "Sign-in in using
another device". So, fixing it by just verifying that option is
available and can be clicked. Removing the verification to actually
check the DCF url to reduce dependency on server UX.
There's corresponding MSAL PR as well:
AzureAD/microsoft-authentication-library-for-android#2482
Fixes
[AB#3537345](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3537345)
test passed here:
https://identitydivision.visualstudio.com/Engineering/_build/results?buildId=1604835&view=ms.vss-test-web.build-test-results-tab
---------
Co-authored-by: Mohit <mchand@microsoft.com>1 parent 9c9f6df commit f1aa8ca
2 files changed
Lines changed: 2 additions & 7 deletions
File tree
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/microsoftsts
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | 284 | | |
288 | 285 | | |
289 | 286 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | 90 | | |
93 | | - | |
| 91 | + | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
0 commit comments