test case updated

This commit is contained in:
rahulshukla-home 2020-10-19 18:08:51 +05:30
parent 06b82f6ea4
commit 311cee7c5d
1 changed files with 1 additions and 1 deletions

View File

@ -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;