mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 01:27:32 -04:00 
			
		
		
		
	Credit card: Pay with new card and save for future use
This commit is contained in:
		
							parent
							
								
									79306ec4be
								
							
						
					
					
						commit
						f6ee61d985
					
				| @ -53,6 +53,30 @@ class CreditCardTest extends DuskTestCase | ||||
|         }); | ||||
|     } | ||||
| 
 | ||||
|     public function testPayWithNewCardAndSaveForFutureUse() | ||||
|     { | ||||
|         $this->browse(function (Browser $browser) { | ||||
|             $browser | ||||
|                 ->visitRoute('client.invoices.index') | ||||
|                 ->click('@pay-now') | ||||
|                 ->click('@pay-now-dropdown') | ||||
|                 ->clickLink('Credit Card') | ||||
|                 ->withinFrame('iframe', function (Browser $browser) { | ||||
|                     $browser | ||||
|                         ->type('EWAY_CARDNAME', 'Invoice Ninja') | ||||
|                         ->type('EWAY_CARDNUMBER', '4111 1111 1111 1111') | ||||
|                         ->type('EWAY_CARDEXPIRY', '04/22') | ||||
|                         ->type('EWAY_CARDCVN', '100'); | ||||
|                 }) | ||||
|                 ->radio('#proxy_is_default', true) | ||||
|                 ->click('#pay-now') | ||||
|                 ->waitForText('Details of the payment', 60) | ||||
|                 ->visitRoute('client.payment_methods.index') | ||||
|                 ->clickLink('View') | ||||
|                 ->assertSee('1111'); | ||||
|         }); | ||||
|     } | ||||
| 
 | ||||
|     public function testAddingCreditCardStandalone() | ||||
|     { | ||||
|         $this->browse(function (Browser $browser) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user