Fix for tests
This commit is contained in:
parent
1a9f7bf098
commit
c5e4707ef5
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue