Test results
1 suite, 1 failed test
com.imm.testscripts.ManageFi.ManageFi
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage ({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=Ad Hoc Document,Web Form,Reusable Templates, FiStatus=, WebForm=, AdobeKey=, FiAdmin_LastName=Teller,Doe, Name=SP, LocalDomain=immtestcu, Edit_UserID=sunitha@immtestcu.onmicrosoft.com,SP1@immtestcu.onmicrosoft.com,SP2@immtestcu.onmicrosoft.com, Adhoc_Doc=, eSignPlus=, RtmAuthTypes=, Fully_Intgrt_Key=, IntegrationType=Fully Integrated, SendInBulk=, RemoteSign=Enable, DrpSpot=, RemoteSign_ManageFI=, Reusable_Temp=, AZDomain=immtestcu.onmicrosoft.com, VerifastEDays=, City=, WrongAZDomain=, LCEvalDays=, State=, LoanCoupon=, Login_Password=iMM@2025, Country=, ClientID=3AAABLblqZhCQLd3zpFZKjJbAHz9Iltx9H66PUQv34Itep5CnjFb_Ehcl4GOj6Tx0Y5dNSNcgnfoFtmjwvBuopeEtD4QtE_yU, FIID=, Key=, FiAdmin_FirstName=Bill,Jane, Dictionary=TeSign;XPLN, Sign_RmtAgree_NotChecked=Send In Bulk, StarterEvalDays=, Description=verify User Name Is Syncing In User Maintenance And User Account Settings Page, StarterChecks=, eSignURL=https://esignplusqa.immesign.com/TEAASP/Login.aspx, E-Vault=, Filepath=, TestID=verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage, FiAdmin_UserID=billteller@immtestcu.onmicrosoft.com,janedoe@immtestcu.onmicrosoft.com, EditFIAdmin_FName=sunitha,SP1,SP22345678901234567890123456789012345678901234567890, Verifast=, LacerPro=, Notes=, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=cuadmin@immtestcu.onmicrosoft.com, TypeOfUser=, eValultDays=, ErrorMsg=SP, Address2=, Address3=, Address1=, Sign_Password=iMM@2022, WrongFIID=, DrpEvalDays=, EditFiadmin_LName=p,,12345678901234567890123456789012345678901234567890, Sign_RmtAgree_checked=Ad Hoc Document,Web Form,Reusable Templates,Manage Remote Agreements})
java.lang.AssertionError: eSign Platform page didn't open up at org.testng.Assert.fail(Assert.java:99) at com.imm.support.Log.fail(Log.java:545) at com.imm.pages.PlatformsPage.isLoaded(PlatformsPage.java:79) at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52) at com.imm.testscripts.ManageFi.ManageFi.verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage(ManageFi.java:4171) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133) at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598) at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173) at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46) at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824) at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.testng.TestRunner.privateRun(TestRunner.java:794) at org.testng.TestRunner.run(TestRunner.java:596) at org.testng.SuiteRunner.runTest(SuiteRunner.java:377) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332) at org.testng.SuiteRunner.run(SuiteRunner.java:276) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212) at org.testng.TestNG.runSuitesLocally(TestNG.java:1134) at org.testng.TestNG.runSuites(TestNG.java:1063) at org.testng.TestNG.run(TestNG.java:1031) at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115) at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(verify User Name Is Syncing In User Maintenance And User Account Settings Page)
C:\Users\sunitha.patterm\AppData\Local\Temp\testng-eclipse--311399087\testng-customsuite.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" name="IMM_Esign_Chrome" guice-stage="DEVELOPMENT" verbose="3">
  <parameter name="webSite" value="https://esignplusqa.immesign.com/TEAASP/login.aspx"/>
  <parameter name="projectKey" value="SIGN"/>
  <parameter name="deviceHost" value="localhost"/>
  <parameter name="sessionUrl" value="https://esignplusqa.immesign.com/teaasp/hostdispatch.aspx?hostid=XP&amp;hsfiid=autoesign&amp;XMLData=D:\Automation_DataFiles\PrimarySpouse.xml"/>
  <parameter name="devicePort" value="4444"/>
  <parameter name="browserName" value="chrome_windows"/>
  <test thread-count="500" name="Default test" verbose="2">
    <classes>
      <class name="com.imm.testscripts.ManageFi.ManageFi">
        <methods>
          <include name="verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage"/>
        </methods>
      </class> <!-- com.imm.testscripts.ManageFi.ManageFi -->
    </classes>
  </test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
            
Tests for IMM_Esign_Chrome
  • Default test (1 class)
Groups for IMM_Esign_Chrome
P1
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage
Smoke
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage
UserMaintenancePage
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage
Times for IMM_Esign_Chrome
Total running time: 8 minutes
Reporter output for IMM_Esign_Chrome
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=Ad Hoc Document,Web Form,R...)
   --- 04 Apr 21:50:30 518 - TestCaseID:: verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage
   --- 04 Apr 21:50:38 647 - 8 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
 **** verify User Name Is Syncing In User Maintenance And User Account Settings Page ****
   --- 04 Apr 21:50:48 286 - Page URL:: https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize?client_id=7be6e63f-308a-4475-979c-c5c021156f67&scope=api%3a%2f%2f7ab4b4a1-91a2-4b47-8aa5-e2ab73338e0b%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fesignnonprod.immesign.com%2fqa%2ftenantmanager%2f&client-request-id=f47c7e0a-6843-4fdd-bcac-1539629e229e&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=bu0w6ve8r5toahpx2khcdfp8fc6gq1zbz_f-qrmcjxg&code_challenge_method=s256&nonce=ec508727-2da9-4432-8f0d-772461186e51&state=eyjpzci6imezmmu1otvllwe3mwutngm0zi04m2y2ltvmnjuxmwjhmgqymsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 04 Apr 21:50:48 286 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:51:07 421 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: idSIButton9]
   --- 04 Apr 21:51:07 550 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: i0116]
   --- 04 Apr 21:51:08 427 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: idSIButton9]
   --- 04 Apr 21:51:14 031 - Page URL:: https://login.microsoftonline.com/common/login
   --- 04 Apr 21:51:14 031 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:51:14 127 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: lightbox]
   --- 04 Apr 21:51:14 223 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: idSIButton9]
   --- 04 Apr 21:51:21 931 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/home
   --- 04 Apr 21:51:21 931 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:51:25 140 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 04 Apr 21:51:25 140 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:51:25 248 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: createdFIList]

eSign Tenant Manager -CreateFi Page open up [ScreenShot]
   --- 04 Apr 21:51:28 660 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 04 Apr 21:51:28 661 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:51:28 797 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> css selector: .header]

Successfully navigated to 'Create an FI' page [ScreenShot]
   --- 04 Apr 21:51:29 004 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnAddFI]

Add Fi button is diplayed [ScreenShot]
   --- 04 Apr 21:51:29 217 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnAddFI]
   --- 04 Apr 21:51:34 584 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 04 Apr 21:51:34 584 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:51:37 734 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 04 Apr 21:51:37 734 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:51:37 848 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: .//input[@id='hostFIID']]
   --- 04 Apr 21:51:40 966 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 04 Apr 21:51:40 967 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:51:41 051 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> css selector: .header]
 Clicked 'Add Fi' button
   --- 04 Apr 21:51:44 199 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 04 Apr 21:51:44 199 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:51:44 291 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: .//input[@id='hostFIID']]
   --- 04 Apr 21:51:47 417 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 04 Apr 21:51:47 417 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:51:47 508 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> css selector: .header]

Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
 Entred FIID 425215030 [ScreenShot]
   --- 04 Apr 21:51:48 536 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnValidateHostFiid]
 Max Character allow is '100' [ScreenShot]
 Entered Fi Name SP425215030 [ScreenShot]
   --- 04 Apr 21:52:00 555 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 04 Apr 21:52:00 555 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:03 719 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 04 Apr 21:52:03 719 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:03 807 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
   --- 04 Apr 21:52:06 928 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 04 Apr 21:52:06 928 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:07 015 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> css selector: .header]
 Clicked 'Next' button
   --- 04 Apr 21:52:10 149 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 04 Apr 21:52:10 149 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:10 233 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
   --- 04 Apr 21:52:13 415 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 04 Apr 21:52:13 416 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:13 501 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> css selector: .header]

Successfully navigated to the 'Azure Details' page [ScreenShot]
 .........Azure Details...........
 Clicked on Enable button

Successfully verified AD Domain Name, Local Ad Domain and Global Admin fields are enabled [ScreenShot]
 Next button is Disabled [ScreenShot]
 Azure details toggle is Enable
 Value added in Domain field - immtestcu.onmicrosoft.com
 Value added in Local Domain field - immtestcu
 Value added in Global Administrator field - cuadmin@immtestcu.onmicrosoft.com
 Value added in Fi Admin 1 First Name - Bill [ScreenShot]
 Value added in Fi Admin 1 Last Name - Teller [ScreenShot]
 Value added in Fi Admin 1 User ID - billteller@immtestcu.onmicrosoft.com [ScreenShot]
 Value added in Fi Admin 2 First Name - Jane [ScreenShot]
 Value added in Fi Admin 2 Last Name - Doe [ScreenShot]
 Value added in Fi Admin 2 User ID - janedoe@immtestcu.onmicrosoft.com [ScreenShot]

Next button is enabled [ScreenShot]
   --- 04 Apr 21:52:23 408 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnNext]
   --- 04 Apr 21:52:28 719 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 04 Apr 21:52:28 719 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:31 878 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 04 Apr 21:52:31 878 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:31 958 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
   --- 04 Apr 21:52:35 091 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 04 Apr 21:52:35 092 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:35 171 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> css selector: .header]
 Clicked 'Next' button
   --- 04 Apr 21:52:38 270 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 04 Apr 21:52:38 270 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:38 356 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
   --- 04 Apr 21:52:41 465 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 04 Apr 21:52:41 466 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:41 556 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> css selector: .header]

Successfully navigated to the 'SummaryPage' page [ScreenShot]
   --- 04 Apr 21:52:43 770 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnConfirm]
 Confirm button is enabled
   --- 04 Apr 21:52:43 847 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnConfirm]
   --- 04 Apr 21:52:49 143 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 04 Apr 21:52:49 143 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:52 228 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 04 Apr 21:52:52 228 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:52 325 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
   --- 04 Apr 21:52:55 484 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 04 Apr 21:52:55 484 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:55 574 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> css selector: .header]
 Clicked 'Confirm' button
   --- 04 Apr 21:52:58 655 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 04 Apr 21:52:58 655 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:52:58 740 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
   --- 04 Apr 21:53:01 880 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 04 Apr 21:53:01 880 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:53:01 968 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> css selector: .header]

Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
   --- 04 Apr 21:53:02 181 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: infraMessage]
 Verified Configuration message
 Continue button is disabled
 Found Result for Setting up the Database - Success [ScreenShot]

Successfully Configured 'Setting up the Databse'
 FoundResult for Configuring the FI Database -Success [ScreenShot]

Successfully Configured 'Configuring the FI Database'
 Found Result for Running Post Deployment ScriptsSuccess [ScreenShot]

Successfully Configured 'Running Post Deployment Scripts'
 Found Result for Creating FI SettingsSuccess [ScreenShot]

Successfully Configured 'Creating FI Settings'
 Found Result fotr Creating folders in Azure file storageSuccess [ScreenShot]

Successfully Configured 'Creating folders in Azure file storage'
 Found Result for Scheduling JobsSuccess [ScreenShot]

Successfully Configured 'Scheduling Jobs'
  Retry Button is not showing
   --- 04 Apr 21:56:36 847 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnCompleteInfra]
   --- 04 Apr 21:56:43 996 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnCompleteInfra]
   --- 04 Apr 21:56:47 334 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 04 Apr 21:56:47 335 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:56:50 476 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 04 Apr 21:56:50 476 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:57:09 420 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: step_title]
 Clicked 'Confirm' button
   --- 04 Apr 21:57:12 581 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 04 Apr 21:57:12 581 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:57:31 462 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: step_title]

Successfully navigated to the 'Add-Ons Page' page [ScreenShot]
 .......Add-Ons Page ..............
   --- 04 Apr 21:57:34 760 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 04 Apr 21:57:34 760 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:57:34 839 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: RS_Enable]
 Clicked on Remote sign Enable button [ScreenShot]
   --- 04 Apr 21:57:38 313 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 04 Apr 21:57:38 313 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 04 Apr 21:57:43 461 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnNext]
   --- 04 Apr 21:57:45 630 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnNext]
 Click on Next button
   --- 04 Apr 21:57:48 922 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: clientId]

Successfully disaplyed Remote Settings Page [ScreenShot]
 Creating Fully Integrated Account  [ScreenShot]
   --- 04 Apr 21:57:49 234 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnGenerateKey]
 Succesfully verified that Create Account button is Enabled [ScreenShot]
   --- 04 Apr 21:57:49 430 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnGenerateKey]
 Clicked on Create Account Button [ScreenShot]
   --- 04 Apr 21:57:52 788 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: //*[@id="delRow"]/c-modal-dialog/c-modal-content/div[2]/c-modal-body]
 Succesfully verified Popup message- Adobe account will be created, and will not allow to use legacy account. [ScreenShot]
   --- 04 Apr 21:57:56 039 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: btnYes]
 Clicked on 'OK' Button on the popup [ScreenShot]
   --- 04 Apr 21:58:22 503 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 04 Apr 21:58:22 503 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Succesfully verified that Integrated Key field is Filled [ScreenShot]
   --- 04 Apr 21:58:22 740 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: //*[@id="btnGroupRemoteDoc"]/label]
   --- 04 Apr 21:58:22 939 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: remoteDocYes]
 'Successfully clicked on 'Yes' button for Adhoc documents [ScreenShot]
   --- 04 Apr 21:58:23 132 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: //*[@id="btnGroupRemoteWF"]/label]
   --- 04 Apr 21:58:23 325 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: remoteWFNo]
 'Successfully clicked on 'No' button for Web Forms [ScreenShot]
   --- 04 Apr 21:58:23 504 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: //*[@id="btnGroupRemoteRT"]/label]
   --- 04 Apr 21:58:23 702 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: remoteRTYes]
 'Successfully clicked on 'Yes' button for Reusable Templates [ScreenShot]
   --- 04 Apr 21:58:23 901 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> xpath: //*[@id="btnGroupRemoteBulk"]/label]
   --- 04 Apr 21:58:24 083 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f788307a46c7c65afef0af43340448a8)] -> id: remoteBulkNo]
 'Successfully clicked on 'No' button for SendInBulk [ScreenShot]
 Fully Integrated KeyCBJCHBCAABAAr7Tzq-wAttJX-YYPaiqyeTnlJmqkq-3S [ScreenShot]
   --- 04 Apr 21:58:34 821 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 04 Apr 21:58:34 821 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Clicked on Next Button
   --- 04 Apr 21:58:45 191 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 04 Apr 21:58:45 192 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Clicked on Next Button
   --- 04 Apr 21:58:48 296 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 04 Apr 21:58:48 296 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)

eSign Platform page didn't open up [ScreenShot]
8 ignored methods
com.imm.testscripts.ManageFi.ManageFi
verifyUsersMenuinAdvanceSettingsTab
VerifyCreateAccountAndAddOnsSummary
RemoteDisabledVerifyRemoteOptionsineSign
VerifyUIelemntsinAzureDetailsPageAndUpdateFiAdminName
ReplacingFiAdmin1Fiadmin2
verifyRemoteAgreementOptionsWhenRemoteSignaturesEnabled
VerifyEntraUserIdinAzureDetailsPageAndSign
RemoteDisabledCreateAccountAndRemoteOptionsInAddOnsPg
Methods in chronological order
com.imm.testscripts.ManageFi.ManageFi
initialize(org.testng.TestRunner@538c90bf) 0 ms
init(org.testng.TestRunner@538c90bf) 10081 ms
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=Ad Hoc Document,Web Form,R...) 18516 ms