mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	bundleActions has always been flakey, poke it but I have no good idea and cannot replicate locally
This commit is contained in:
		
							parent
							
								
									ba3ccf90ce
								
							
						
					
					
						commit
						ed7d2cecb7
					
				@ -1464,6 +1464,7 @@ export function revertChanges(test: () => Promise<void>, invariant: () => any =
 | 
				
			|||||||
export async function redo(optCount: number = 1, optTimeout?: number) {
 | 
					export async function redo(optCount: number = 1, optTimeout?: number) {
 | 
				
			||||||
  for (let i = 0; i < optCount; ++i) {
 | 
					  for (let i = 0; i < optCount; ++i) {
 | 
				
			||||||
    await driver.find('.test-redo').doClick();
 | 
					    await driver.find('.test-redo').doClick();
 | 
				
			||||||
 | 
					    await waitForServer(optTimeout);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  await waitForServer(optTimeout);
 | 
					  await waitForServer(optTimeout);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user