File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed 
uitest/src/test/java/com/vaadin/tests/components/grid Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ public void testEditWhenAllRowsVisible() {
6767        assertRowContents (0 );
6868
6969        waitForElementVisible (By .className ("v-grid-editor" ));
70+         // wait for position corrections 
71+         sleep (100 );
7072
7173        assertEditorWithinGrid ();
7274    }
@@ -80,6 +82,8 @@ public void testEditWhenSomeRowsNotVisible() {
8082        editLastRow ();
8183
8284        waitForElementVisible (By .className ("v-grid-editor" ));
85+         // wait for position corrections 
86+         sleep (100 );
8387
8488        assertRowContents (3 );
8589        assertEditorWithinGrid ();
@@ -94,6 +98,8 @@ public void testEditWhenSomeRowsOutsideOfCache() {
9498        editLastRow ();
9599
96100        waitForElementVisible (By .className ("v-grid-editor" ));
101+         // wait for position corrections 
102+         sleep (100 );
97103
98104        assertRowContents (91 );
99105        assertEditorWithinGrid ();
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments