TT#56376 selenium: remove duplicate create_customer

controller_customer.t:
- create_customer accidentally gets launched twice. remove one launch

Change-Id: I56dd5eb68c933832d1754704fd4eef21999eb7e0
changes/47/29647/3
Nico Schedel 6 years ago
parent 7d1e004c3a
commit 89e184e044

@ -35,7 +35,6 @@ my $username = ('demo' . int(rand(1000)) . "name");
$c->login_ok();
$c->create_domain($domainstring);
$c->create_customer($customerid);
if($pbx == 1){
$c->create_customer($customerid, 1);

Loading…
Cancel
Save