|
@@ -101,10 +101,10 @@ $I->fillField('Clase', "\n"."\n"."\t". 'templat');
|
|
|
$I->click('button.btn.btn-success');
|
|
|
$I->wait('3');
|
|
|
|
|
|
-*/
|
|
|
|
|
|
-# Usuarios
|
|
|
|
|
|
+# Crear Usuarios
|
|
|
+# _________________ No encuentra checkbox _____________________
|
|
|
$I->amOnUrl('http://base.fd3.flowdat.com/admin/user/create');
|
|
|
$I->fillField('Nombre de Usuario', 'TestFernando');
|
|
|
$I->fillField('E-Mail', 'TestFernando@test');
|
|
@@ -115,15 +115,20 @@ $I->fillField('Apellido', 'TestFernando');
|
|
|
|
|
|
$I->fillField('Acción inicial',"\n"."\n");
|
|
|
$I->fillField('Tenencias', 'Tenencia Base'."\n");
|
|
|
-
|
|
|
+$I->checkOption('Habilitado');
|
|
|
$I->wait('5');
|
|
|
|
|
|
+$I->click('Crear y regresar al listado');
|
|
|
|
|
|
-/*
|
|
|
+*/
|
|
|
# Grupos
|
|
|
|
|
|
$I->amOnUrl('http://base.fd3.flowdat.com/admin/group/create');
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+/*
|
|
|
+
|
|
|
# Tenencias
|
|
|
|
|
|
$I->amOnUrl('http://base.fd3.flowdat.com/admin/tenancy/create');
|