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