test case updated
This commit is contained in:
parent
06b82f6ea4
commit
311cee7c5d
|
|
@ -94,7 +94,7 @@ class CustomerCest
|
|||
|
||||
$I->wantTo('Update the created customer address again');
|
||||
|
||||
$I->click('Edit');
|
||||
// $I->click('Edit');
|
||||
|
||||
$oldcompany = $this->fields['company_name'];
|
||||
$this->fields['company_name'] = $faker->company;
|
||||
|
|
|
|||
Loading…
Reference in New Issue