mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 21:37:34 -05:00 
			
		
		
		
	Working on tests
This commit is contained in:
		
							parent
							
								
									2b8e754a07
								
							
						
					
					
						commit
						ae4b8fab58
					
				@ -153,7 +153,8 @@ class GatewayFeesCest
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $I->click('Mark Sent');
 | 
			
		||||
        $I->see($clientName);
 | 
			
		||||
        $I->see($invoiceNumber);
 | 
			
		||||
        $I->see('Successfully created invoice');
 | 
			
		||||
 | 
			
		||||
        //$clientId = $I->grabFromDatabase('contacts', 'client_id', ['email' => $clientEmail]);
 | 
			
		||||
        $clientId = $I->grabFromDatabase('clients', 'id', ['name' => $clientName]);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user