diff --git a/tests/functional/Customer/CustomerCest.php b/tests/functional/Customer/CustomerCest.php index 17b9d0d8f..bac470277 100644 --- a/tests/functional/Customer/CustomerCest.php +++ b/tests/functional/Customer/CustomerCest.php @@ -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;