File tree 1 file changed +2
-2
lines changed
sample/src/androidTest/java/com/nextcloud/android/sso/sample
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public void test_00_configureNextcloudAccount() throws UiObjectNotFoundException
113
113
}
114
114
115
115
@ Test
116
- public void test_01_importAccountIntoSampleApp () throws UiObjectNotFoundException {
116
+ public void test_01_importAccountIntoSampleApp () throws UiObjectNotFoundException , InterruptedException {
117
117
Log .i (TAG , "Import account into sample app" );
118
118
launch (APP_SAMPLE );
119
119
@@ -131,7 +131,7 @@ public void test_01_importAccountIntoSampleApp() throws UiObjectNotFoundExceptio
131
131
radioAccount .waitForExists (TIMEOUT );
132
132
radioAccount .click ();
133
133
134
- mDevice . waitForWindowUpdate ( null , TIMEOUT );
134
+ Thread . sleep ( 5_000 );
135
135
136
136
final var okButton = mDevice .findObject (new UiSelector ()
137
137
.textContains ("OK" ));
You can’t perform that action at this time.
0 commit comments