mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 16:04:32 -04:00
Fix for tests
This commit is contained in:
parent
1a9f7bf098
commit
c5e4707ef5
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$I = new AcceptanceTester($scenario);
|
||||
$I->checkIfLogin($I);
|
||||
@ -55,8 +55,8 @@ $I->see('Create');
|
||||
$I->amOnPage('/settings/company_details');
|
||||
$I->see('Details');
|
||||
|
||||
$I->amOnPage('/gateways/create');
|
||||
$I->see('Add Gateway');
|
||||
//$I->amOnPage('/gateways/create');
|
||||
//$I->see('Add Gateway');
|
||||
|
||||
$I->amOnPage('/settings/products');
|
||||
$I->see('Product Settings');
|
||||
|
Loading…
x
Reference in New Issue
Block a user