Browse Source

actualización

Fernando Alonso 7 years ago
parent
commit
157a7d2c0c

+ 0 - 42
behat/testScreenshot/tests/acceptance/2ScreenBaseCest.php

@@ -30,48 +30,6 @@ catch(\Exception $e){
 }
 
 
-#Screen lista Codigo Auth
-try{
-		$I->amOnUrl('http://base.fd3.flowdat.com/admin/base/oauthserver/authcode/list');
-$I->makeScreenshot($head."/".$directorio.'3codauth');
-		$I->scrollTo(['id' => 'list_batch_checkbox'], 0, 0);
-$I->makeScreenshot($head."/".$directorio.'3codauth1');
-}
-catch(\Exception $e){
-}
-
-#Screen lista Cliente Auth
-try{
-		$I->amOnUrl('http://base.fd3.flowdat.com/admin/base/oauthserver/oauthclient/list');
-$I->makeScreenshot($head."/".$directorio.'4cliauth');
-}
-catch(\Exception $e){
-}
-
-#Screen lista Tokens Acceso
-try{
-		$I->amOnUrl('http://base.fd3.flowdat.com/admin/base/oauthserver/accesstoken/list');
-$I->makeScreenshot($head."/".$directorio.'5tokenacceso');
-		$I->scrollTo(['id' => 'list_batch_checkbox'], 0, 0);
-$I->makeScreenshot($head."/".$directorio.'5tokenacceso1');
-		$I->scrollTo(['id' => 'list_batch_checkbox'], 0, 600);
-$I->makeScreenshot($head."/".$directorio.'5tokenacceso2');
-}
-catch(\Exception $e){
-}
-
-#Screen lista Tokens de Refresco
-try{
-		$I->amOnUrl('http://base.fd3.flowdat.com/admin/base/oauthserver/refreshtoken/list');
-$I->makeScreenshot($head."/".$directorio.'6tokenref');
-		$I->scrollTo(['id' => 'list_batch_checkbox'], 0, 0);
-$I->makeScreenshot($head."/".$directorio.'6tokenref1');
-		$I->scrollTo(['id' => 'list_batch_checkbox'], 0, 600);
-$I->makeScreenshot($head."/".$directorio.'6tokenref2');
-}
-catch(\Exception $e){
-}
-
 #Screen lista Workflows
 try{
 		$I->amOnUrl('http://base.fd3.flowdat.com/admin/workflow/workflow/list');

+ 13 - 5
behat/testScreenshot/tests/acceptance/4ScreenMapCest.php

@@ -40,7 +40,7 @@ catch(\Exception $e){
 
 #Screen lista Listado Capas
 try{
-		$I->amOnUrl('http://mapas.fd3.flowdat.com/admin/map/layer/list');
+		$I->amOnUrl('http://mapas.fd3.flowdat.com/admin/map/wmslayer/list');
 $I->makeScreenshot($head."/".$directorio.'27listcap');
 		$I->scrollTo(['id' => 'list_batch_checkbox'], 0, 0);
 $I->makeScreenshot($head."/".$directorio.'27listcap1');
@@ -60,16 +60,24 @@ catch(\Exception $e){
 
 #Screen lista Listado Objetos
 try{
-		$I->amOnUrl('http://mapas.fd3.flowdat.com/admin/map/objectclass/list');
+		$I->amOnUrl('http://mapas.fd3.flowdat.com/admin/map/mapobject/list');
 $I->makeScreenshot($head."/".$directorio.'29listobj');
 }
 catch(\Exception $e){
 }
 
-#Screen lista Listado Contenedores
+#Screen lista tipos de objetos
 try{
-		$I->amOnUrl('http://mapas.fd3.flowdat.com/admin/map/iolinkrel/list');
-$I->makeScreenshot($head."/".$directorio.'30listcon');
+		$I->amOnUrl('http://mapas.fd3.flowdat.com/admin/map/objecttype/list');
+$I->makeScreenshot($head."/".$directorio.'30listipobj');
+}
+catch(\Exception $e){
+}
+
+#Screen lista Listado Categorias
+try{
+		$I->amOnUrl('http://mapas.fd3.flowdat.com/admin/map/category/list');
+$I->makeScreenshot($head."/".$directorio.'31listcat');
 }
 catch(\Exception $e){
 }