fixed test CustomerCest
This commit is contained in:
parent
b0946ef97d
commit
6c40b5db3a
|
|
@ -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"]');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue