Merge "[Settings] Pass the system user to launch the web help page" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-06-29 18:55:24 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ public class ActionDisabledLearnMoreButtonLauncherImplTest {
@Test
public void showHelpPage_works() {
mImpl.showHelpPage(mActivity, URL);
mImpl.showHelpPage(mActivity, URL, CONTEXT_USER);
verify(mActivity).startActivityAsUser(mIntentCaptor.capture(), eq(CONTEXT_USER));
assertActionViewIntent(mIntentCaptor.getValue());