Fernando Alonso 7 vuotta sitten
vanhempi
commit
608871b116
1 muutettua tiedostoa jossa 9 lisäystä ja 4 poistoa
  1. 9 4
      behat/abm_fd3/tests/acceptance/1_baseCest.php

+ 9 - 4
behat/abm_fd3/tests/acceptance/1_baseCest.php

@@ -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');