use of com.owncloud.android.authentication.AuthenticatorActivity in project android by nextcloud.
the class AuthenticatorActivityIT method login.
@Test
@ScreenshotTest
public void login() {
AuthenticatorActivity sut = activityRule.launchActivity(null);
((TextView) sut.findViewById(R.id.host_url_input)).setText(URL);
sut.runOnUiThread(() -> sut.getAccountSetupBinding().hostUrlInput.clearFocus());
screenshot(sut);
}
Aggregations