File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
sample/src/androidTest/java/com/nextcloud/android/sso/sample Expand file tree Collapse file tree 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
113113    }
114114
115115    @ Test 
116-     public  void  test_01_importAccountIntoSampleApp () throws  UiObjectNotFoundException  {
116+     public  void  test_01_importAccountIntoSampleApp () throws  UiObjectNotFoundException ,  InterruptedException  {
117117        Log .i (TAG , "Import account into sample app" );
118118        launch (APP_SAMPLE );
119119
@@ -131,7 +131,7 @@ public void test_01_importAccountIntoSampleApp() throws UiObjectNotFoundExceptio
131131        radioAccount .waitForExists (TIMEOUT );
132132        radioAccount .click ();
133133
134-         mDevice . waitForWindowUpdate ( null ,  TIMEOUT );
134+         Thread . sleep ( 5_000 );
135135
136136        final  var  okButton  = mDevice .findObject (new  UiSelector ()
137137                .textContains ("OK" ));
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments