From 311cee7c5def4160bd1a2f13d04624e2f8bce60c Mon Sep 17 00:00:00 2001 From: rahulshukla-home Date: Mon, 19 Oct 2020 18:08:51 +0530 Subject: [PATCH] test case updated --- tests/functional/Customer/CustomerCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;