File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed 
main/java/io/appium/java_client 
test/java/io/appium/java_client Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ public void ignoreUnimportantViews(Boolean compress) {
664664
665665  @ Override 
666666  public  WebDriver  context (String  name ) {
667-     if  (_isNotNullOrEmpty (name )) {
667+     if  (! _isNotNullOrEmpty (name )) {
668668      throw  new  IllegalArgumentException ("Must supply a context name" );
669669    }
670670
Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ public void MultiGestureSingleActionTest() throws InterruptedException {
6868
6969  @ Test 
7070  public  void  dragNDropTest () {
71+ 
72+     driver .findElementByAndroidUIAutomator ("new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().description(\" Views\" ))" );
73+     driver .findElementByAccessibilityId ("Views" ).click ();
74+ 
7175	  driver .findElement (MobileBy .AndroidUIAutomator ("description(\" Drag and Drop\" )" )).click ();
7276	  WebElement  actionBarTitle  = driver .findElement (By .id ("android:id/action_bar_title" ));
7377
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments