fixed test CustomerCest

This commit is contained in:
MonaHartdegen 2020-02-05 13:50:29 +01:00
parent b0946ef97d
commit 6c40b5db3a
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ class CustomerCest
$I->seeCurrentRouteIs('admin.customer.index');
$I->see($customer->id, '//script[@type="text/x-template"]');
$I->see($customer->name, '//script[@type="text/x-template"]');
$I->see($customer->last_name, '//script[@type="text/x-template"]');
}
}