|
@@ -27,6 +27,7 @@ $I->makeScreenshot($head."/".$directorio.'15dashftth');
|
|
|
$I->makeScreenshot($head."/".$directorio.'15dashftth1');
|
|
|
}catch(\Exception $e){
|
|
|
}
|
|
|
+
|
|
|
#Screen lista ONU
|
|
|
try{
|
|
|
$I->amOnUrl('http://ftth.'.$dom.'.flowdat.com/admin/ftth/onu/list');
|
|
@@ -40,7 +41,8 @@ $I->makeScreenshot($head."/".$directorio.'16ONU3');
|
|
|
$I->scrollTo(['id' => 'list_batch_checkbox'], 0, 1800);
|
|
|
$I->makeScreenshot($head."/".$directorio.'16ONU4');
|
|
|
}catch(\Exception $e){
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
#Screen lista OLT
|
|
|
try{
|
|
|
$I->amOnUrl('http://ftth.'.$dom.'.flowdat.com/admin/ftth/olt/list');
|
|
@@ -48,7 +50,8 @@ $I->makeScreenshot($head."/".$directorio.'17OLT');
|
|
|
$I->scrollTo(['id' => 'list_batch_checkbox'], 0, 0);
|
|
|
$I->makeScreenshot($head."/".$directorio.'17OLT1');
|
|
|
}catch(\Exception $e){
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
#Screen lista Modelo OLT
|
|
|
try{
|
|
|
$I->amOnUrl('http://ftth.'.$dom.'.flowdat.com/admin/ftth/oltmodel/list');
|
|
@@ -56,7 +59,8 @@ $I->makeScreenshot($head."/".$directorio.'18mOLT');
|
|
|
$I->scrollTo(['id' => 'list_batch_checkbox'], 0, 0);
|
|
|
$I->makeScreenshot($head."/".$directorio.'18mOLT1');
|
|
|
}catch(\Exception $e){
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
#Screen lista Modelo ONU
|
|
|
try{
|
|
|
$I->amOnUrl('http://ftth.'.$dom.'.flowdat.com/admin/ftth/onumodel/list');
|
|
@@ -64,7 +68,8 @@ $I->makeScreenshot($head."/".$directorio.'19mONU');
|
|
|
$I->scrollTo(['id' => 'list_batch_checkbox'], 0, 0);
|
|
|
$I->makeScreenshot($head."/".$directorio.'19mONU1');
|
|
|
}catch(\Exception $e){
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
#Screen lista Perfiles
|
|
|
try{
|
|
|
$I->amOnUrl('http://ftth.'.$dom.'.flowdat.com/admin/ftth/profile/list');
|
|
@@ -75,6 +80,7 @@ $I->makeScreenshot($head."/".$directorio.'20perfiles1');
|
|
|
$I->makeScreenshot($head."/".$directorio.'20perfiles2');
|
|
|
}catch(\Exception $e){
|
|
|
}
|
|
|
+
|
|
|
#Screen lista NAP
|
|
|
try{
|
|
|
$I->amOnUrl('http://ftth.'.$dom.'.flowdat.com/admin/ftth/nap/list');
|
|
@@ -95,6 +101,7 @@ $I->makeScreenshot($head."/".$directorio.'21NAP5');
|
|
|
$I->makeScreenshot($head."/".$directorio.'21NAP6');
|
|
|
}catch(\Exception $e){
|
|
|
}
|
|
|
+
|
|
|
#Screen lista Workflow FTTH
|
|
|
try{
|
|
|
$I->amOnUrl('http://ftth.'.$dom.'.flowdat.com/admin/workflow/workflow/list');
|
|
@@ -103,6 +110,7 @@ $I->makeScreenshot($head."/".$directorio.'22workflowftth');
|
|
|
$I->makeScreenshot($head."/".$directorio.'22workflowftth1');
|
|
|
}catch(\Exception $e){
|
|
|
}
|
|
|
+
|
|
|
#Screen lista Acciones FTTH
|
|
|
try{
|
|
|
$I->amOnUrl('http://ftth.'.$dom.'.flowdat.com/admin/workflow/action/list');
|
|
@@ -111,6 +119,7 @@ $I->makeScreenshot($head."/".$directorio.'23accionftth');
|
|
|
$I->makeScreenshot($head."/".$directorio.'23accionftth1');
|
|
|
}catch(\Exception $e){
|
|
|
}
|
|
|
+
|
|
|
#Screen lista Template FTTH
|
|
|
try{
|
|
|
$I->amOnUrl('http://ftth.'.$dom.'.flowdat.com/admin/template/template/list');
|