-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check the Intent Key for the AdminPinActivity and AdminAuthActivity in ProfileChooserFragmentTest #2058
Comments
@anandwana001 |
Once this pr #2045 get's merged, you can get a clear view to work on it. You had mentioned the correct test. But, we are breaking this test into parts and need to put in |
This can't be done in
May be we need to add tests in |
@FareesHussain Correct, as in the test we are launching
So, could you update the test cases in |
Is your feature request related to a problem? Please describe.
Need to test the passing intent key from the ProfileChooserActivity to
AdminPinActivity
andAdminAuthActivity
Describe the solution you'd like
AdminAuthEnum.PROFILE_ADD_PROFILE
- clicking on add profile item, If the admin pin is already set it will open to add profile screenAdminAuthEnum.PROFILE_ADMIN_CONTROLS
- clicking on admin controls item in the profile chooser screen, check If the admin pin is already set it will open the admin controlsThe text was updated successfully, but these errors were encountered: