Fixes for tests
This commit is contained in:
parent
f0aa62100f
commit
34e1854114
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
namespace Tests\Browser\ClientPortal\Gateways\WePay;
|
||||
|
||||
use App\Models\Client;
|
||||
use App\Models\CompanyGateway;
|
||||
use Laravel\Dusk\Browser;
|
||||
use Tests\Browser\Pages\ClientPortal\Login;
|
||||
|
|
@ -36,6 +37,8 @@ class CreditCardTest extends DuskTestCase
|
|||
->visit(new Login())
|
||||
->auth();
|
||||
});
|
||||
|
||||
Client::first()->update(['postal_code' => 99501]);
|
||||
}
|
||||
|
||||
public function testPayWithNewCard()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue