mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:17:30 -05:00 
			
		
		
		
	Working on tests
This commit is contained in:
		
							parent
							
								
									b4315bfb26
								
							
						
					
					
						commit
						52432c046b
					
				@ -46,7 +46,7 @@ class CheckBalanceCest
 | 
				
			|||||||
        $I->fillField('table.invoice-table tbody tr:nth-child(1) #product_key', $productKey);
 | 
					        $I->fillField('table.invoice-table tbody tr:nth-child(1) #product_key', $productKey);
 | 
				
			||||||
        $I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable');
 | 
					        $I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable');
 | 
				
			||||||
        $I->click('Mark Sent');
 | 
					        $I->click('Mark Sent');
 | 
				
			||||||
        $I->wait(2);
 | 
					        $I->wait(5);
 | 
				
			||||||
        $I->see($clientEmail);
 | 
					        $I->see($clientEmail);
 | 
				
			||||||
        $invoiceId = $I->grabFromCurrentUrl('~invoices/(\d+)~');
 | 
					        $invoiceId = $I->grabFromCurrentUrl('~invoices/(\d+)~');
 | 
				
			||||||
        $I->amOnPage("/clients/{$clientId}");
 | 
					        $I->amOnPage("/clients/{$clientId}");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user