Commit 1df7e03
Fix TestCase2519809 , Fixes AB#3577207 (#3080)
Fixes
[AB#3577207](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3577207)
The failure is due to change ([Refactor device registration to use
protocol types and controller from common, Fixes AB#3512895 by
mchand_microsoft · Pull Request #138 ·
identity-authnz-teams/ad-accounts-for-android](https://github.com/identity-authnz-teams/ad-accounts-for-android/pull/138))
made in BrokerHost app as part of change done to create device
registration APIs in common.
In the change I changed showing no device registration records from "[]"
to "There are no device registration records."
UI automation expects "[]", hence the test failed.
Fixing it by updating UI test case step to verify the string "There are
no device registration records." instead of "[]". This is better than
reverting to "[]", given the message is more friendly for manual testing
---------
Co-authored-by: Mohit <mchand@microsoft.com>1 parent ef16828 commit 1df7e03
1 file changed
Lines changed: 8 additions & 0 deletions
File tree
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/broker
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
106 | 114 | | |
107 | 115 | | |
108 | 116 | | |
| |||
0 commit comments