Test results
1 suite, 1 failed test
com.imm.testscripts.ManageFi.ManageFi
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe ({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, AdobeKey=, FiAdmin_LastName=Teller, Name=, LocalDomain=immtestcu, Edit_UserID=Janedoe@immtestcu.onmicrosoft.com, Adhoc_Doc=, eSignPlus=, RtmAuthTypes=, User_ID=Janedoe, Fully_Intgrt_Key=, IntegrationType=Fully Integrated, AdvaceSettings=Yes, SendInBulk=, RemoteSign=Enable, DrpSpot=, Manager User Email ID=, RemoteSign_ManageFI=, Reusable_Temp=, AZDomain=immtestcu.onmicrosoft.com, VerifastEDays=, LCEvalDays=, State=, LoanCoupon=, Login_Password=iMM@2025, Country=, ClientID=, Domain=immtestcu, FIID=, Key=, FiAdmin_FirstName=joe, Dictionary=TeSign;XPLN, Sign_RmtAgree_NotChecked=, StarterEvalDays=, Description=Verify Manually Created User In User Maintenance And Adobe, StarterChecks=, newFIID=, eSignURL=https://esignplusqa.immesign.com/TEAASP/Login.aspx, E-Vault=, Filepath=, TestID=VerifyManuallyCreatedUserInUserMaintenanceAndAdobe, PlusFI=, FiAdmin_UserID=joeteller@immtestcu.onmicrosoft.com, EditFIAdmin_FName=joe,Jane, FICreated=New, User Email ID=vasudha.me1@gmail.com, Verifast=, LacerPro=, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=cuadmin@immtestcu.onmicrosoft.com, TypeOfUser=, eValultDays=, UserName=Jane Peter Doe, ManagerExist=, Manager User Display Name=, Manager User ID=, Sign_Password=iMM@2022, DrpEvalDays=, EditFiadmin_LName=teller,Doe, Sign_RmtAgree_checked=})
Element should be clickable: interactable and enabled {Proxy element for: AjaxElementLocator 'By.id: idSIButton9'} Element: 'Ups, failed to describe the element [caused by: NoSuchElementException: Timed out after 2 seconds. Unable to locate the element]' Timeout: 4 s. Caused by: NoSuchElementException: Timed out after 2 seconds. Unable to locate the element at com.codeborne.selenide.impl.WebElementSource.handleError(WebElementSource.java:125) at com.codeborne.selenide.impl.WebElementSource.checkConditionAndReturnElement(WebElementSource.java:102) at com.codeborne.selenide.impl.WebElementSource.findAndAssertElementIsClickable(WebElementSource.java:148) at com.codeborne.selenide.commands.Click.findElement(Click.java:42) at com.codeborne.selenide.commands.Click.execute(Click.java:28) at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:23) at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:19) at com.codeborne.selenide.commands.Commands.execute(Commands.java:159) at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:131) at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:83) at jdk.proxy2/jdk.proxy2.$Proxy23.click(Unknown Source) at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:509) at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:493) at com.imm.pages.SignInPage.cloudLogin(SignInPage.java:533) at com.imm.testscripts.ManageFi.ManageFi.VerifyManuallyCreatedUserInUserMaintenanceAndAdobe(ManageFi.java:4866) 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:1597) 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) Caused by: org.openqa.selenium.NoSuchElementException: Timed out after 2 seconds. Unable to locate the element at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:99) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:39) at jdk.proxy2/jdk.proxy2.$Proxy21.isDisplayed(Unknown Source) at com.codeborne.selenide.conditions.Visible.check(Visible.java:15) at com.codeborne.selenide.conditions.Or.check(Or.java:49) at com.codeborne.selenide.conditions.And.check(And.java:48) at com.codeborne.selenide.impl.WebElementSource.checkConditionAndReturnElement(WebElementSource.java:92) ... 39 more Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#idSIButton9"} (Session info: chrome=136.0.7103.49) For documentation on this error, please visit: https://selenium.dev/exceptions/#no_such_element Build info: version: '4.7.1', revision: 'c6795baf1a3' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '23' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [f46a84f8853ec072f51a1c7556bdf1fe, findElement {using=id, value=idSIButton9}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 136.0.7103.49, chrome: {chromedriverVersion: 136.0.7103.49 (031848bc6ad0..., userDataDir: C:\Users\anomau\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:60928}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.31:4444/session..., se:cdpVersion: 136.0.7103.49, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: f46a84f8853ec072f51a1c7556bdf1fe at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:501) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:485) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551) at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:162) at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:60) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:367) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359) at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70) at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39) at jdk.proxy2/jdk.proxy2.$Proxy15.findElement(Unknown Source) at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:70) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:39) at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:165) at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:72) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:95) ... 45 more
(VerifyManuallyCreatedUserInUserMaintenanceAndAdobe)
C:\Users\anomau\AppData\Local\Temp\testng-eclipse-224513354\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="VerifyManuallyCreatedUserInUserMaintenanceAndAdobe"/>
        </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
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
Smoke
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
UserMaintenancePage
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
Times for IMM_Esign_Chrome
Total running time: 1 minutes
Reporter output for IMM_Esign_Chrome
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, Ado...)
   --- 02 May 18:17:47 609 - TestCaseID:: VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
   --- 02 May 18:17:51 739 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
 **** Verify Manually Created User In User Maintenance And Adobe ****
   --- 02 May 18:17:57 426 - 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=98544121-0680-4ae9-b2f7-52c0cf8029bd&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=m17_kd3lh6nvo0a6hld_lqllwqbitdgauure90vdimo&code_challenge_method=s256&nonce=dc2f1e0a-3c14-4691-ad11-1ff8ffa541bd&state=eyjpzci6ijm0zdiynmq1ltvhmtctndqxys1inmuxltkwmjfkmdrmnjnhnyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 02 May 18:17:57 427 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:16 412 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: idSIButton9]
   --- 02 May 18:18:16 516 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: i0116]
   --- 02 May 18:18:17 331 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: idSIButton9]
   --- 02 May 18:18:20 618 - 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=98544121-0680-4ae9-b2f7-52c0cf8029bd&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=m17_kd3lh6nvo0a6hld_lqllwqbitdgauure90vdimo&code_challenge_method=s256&nonce=dc2f1e0a-3c14-4691-ad11-1ff8ffa541bd&state=eyjpzci6ijm0zdiynmq1ltvhmtctndqxys1inmuxltkwmjfkmdrmnjnhnyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 02 May 18:18:20 618 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:22 781 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: idSIButton9]
   --- 02 May 18:18:26 470 - Page URL:: https://login.microsoftonline.com/common/login
   --- 02 May 18:18:26 470 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:26 549 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: lightbox]
   --- 02 May 18:18:26 626 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: idSIButton9]
   --- 02 May 18:18:31 727 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 02 May 18:18:31 728 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:34 929 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 02 May 18:18:34 929 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:35 017 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: createdFIList]

eSign Tenant Manager -CreateFi Page open up [ScreenShot]
   --- 02 May 18:18:38 363 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 02 May 18:18:38 364 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:38 454 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]

Successfully navigated to 'Create an FI' page [ScreenShot]
   --- 02 May 18:18:38 735 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnAddFI]

Add Fi button is diplayed [ScreenShot]
   --- 02 May 18:18:38 986 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnAddFI]
   --- 02 May 18:18:44 308 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 02 May 18:18:44 308 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:47 418 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 02 May 18:18:47 418 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:47 502 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: .//input[@id='hostFIID']]
   --- 02 May 18:18:50 599 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 02 May 18:18:50 600 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:50 672 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]
 Clicked 'Add Fi' button
   --- 02 May 18:18:53 767 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 02 May 18:18:53 767 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:53 841 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: .//input[@id='hostFIID']]
   --- 02 May 18:18:56 941 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 02 May 18:18:56 941 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:18:57 025 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]

Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
 Entred FIID 525181747 [ScreenShot]
   --- 02 May 18:18:58 042 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnValidateHostFiid]
 Max Character allow is '100' [ScreenShot]
 Entered Fi Name 525181747 [ScreenShot]
   --- 02 May 18:19:10 007 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 02 May 18:19:10 007 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:13 109 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 02 May 18:19:13 109 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:13 197 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
   --- 02 May 18:19:16 307 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 02 May 18:19:16 308 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:16 373 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]
 Clicked 'Next' button
   --- 02 May 18:19:19 506 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 02 May 18:19:19 506 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:19 575 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
   --- 02 May 18:19:22 662 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 02 May 18:19:22 662 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:22 735 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> 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 - joe [ScreenShot]
 Value added in Fi Admin 1 Last Name - Teller [ScreenShot]
 Value added in Fi Admin 1 User ID - joeteller@immtestcu.onmicrosoft.com [ScreenShot]

Next button is enabled [ScreenShot]
   --- 02 May 18:19:29 816 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnNext]
   --- 02 May 18:19:35 081 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 02 May 18:19:35 082 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:38 196 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 02 May 18:19:38 196 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:38 303 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
   --- 02 May 18:19:41 393 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 02 May 18:19:41 393 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:41 466 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]
 Clicked 'Next' button
   --- 02 May 18:19:44 562 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 02 May 18:19:44 562 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:44 642 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
   --- 02 May 18:19:47 727 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 02 May 18:19:47 727 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:47 802 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]

Successfully navigated to the 'SummaryPage' page [ScreenShot]
   --- 02 May 18:19:50 055 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnConfirm]
 Confirm button is enabled
   --- 02 May 18:19:50 124 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnConfirm]
   --- 02 May 18:19:55 448 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 02 May 18:19:55 449 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:58 547 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 02 May 18:19:58 547 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:19:58 638 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
   --- 02 May 18:20:01 733 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 02 May 18:20:01 733 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:20:01 803 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]
 Clicked 'Confirm' button
   --- 02 May 18:20:04 893 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 02 May 18:20:04 894 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:20:04 965 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
   --- 02 May 18:20:08 042 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 02 May 18:20:08 042 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:20:08 112 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]

Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
   --- 02 May 18:20:08 452 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> 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
   --- 02 May 18:23:42 691 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnCompleteInfra]
   --- 02 May 18:23:49 822 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnCompleteInfra]
   --- 02 May 18:23:53 074 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:23:53 074 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:23:56 169 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:23:56 169 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:24:14 889 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: step_title]
 Clicked 'Confirm' button
   --- 02 May 18:24:17 989 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:24:17 989 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:24:36 751 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: step_title]

Successfully navigated to the 'Add-Ons Page' page [ScreenShot]
 .......Add-Ons Page ..............
   --- 02 May 18:24:40 006 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:24:40 006 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:24:40 081 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: RS_Enable]
 Clicked on Remote sign Enable button [ScreenShot]
   --- 02 May 18:24:43 500 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:24:43 500 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:24:48 612 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnNext]
   --- 02 May 18:24:50 699 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnNext]
   --- 02 May 18:24:50 953 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnGenerateKey]
 Clicked on Create Account Button [ScreenShot]
   --- 02 May 18:24:54 333 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnYes]
 Clicked on 'OK' Button on the popup [ScreenShot]
   --- 02 May 18:25:05 738 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:25:05 738 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Succesfully verified that Integrated Key field is Filled [ScreenShot]
   --- 02 May 18:25:05 984 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[@id="btnGroupRemoteDoc"]/label]
   --- 02 May 18:25:06 161 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: remoteDocYes]
 'Successfully clicked on 'Yes' button for Adhoc documents [ScreenShot]
   --- 02 May 18:25:06 373 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[@id="btnGroupRemoteWF"]/label]
   --- 02 May 18:25:06 549 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: remoteWFYes]
 'Successfully clicked on 'Yes' button for Web Forms [ScreenShot]
   --- 02 May 18:25:06 744 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[@id="btnGroupRemoteRT"]/label]
   --- 02 May 18:25:06 916 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: remoteRTYes]
 'Successfully clicked on 'Yes' button for Reusable Templates [ScreenShot]
   --- 02 May 18:25:07 119 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[@id="btnGroupRemoteBulk"]/label]
   --- 02 May 18:25:07 283 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: remoteBulkYes]
 'Successfully clicked on 'Yes' button for SendInBulk [ScreenShot]
   --- 02 May 18:25:17 722 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:25:17 722 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Clicked on Next button

Successfully navigated to the 'AddOn Summary' page [ScreenShot]
   --- 02 May 18:25:29 843 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
   --- 02 May 18:25:29 843 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Clicked on Next Button
   --- 02 May 18:25:32 961 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
   --- 02 May 18:25:32 961 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:25:33 028 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[@id='listDictionaries']/tbody/tr[1]/td[2]]
   --- 02 May 18:25:36 136 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
   --- 02 May 18:25:36 136 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:25:36 200 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]

Successfully navigated to the 'platformsPage' page [ScreenShot]
 Succesfully selected Dictionary TeSign [ScreenShot]
 Succesfully selected Dictionary XPLN [ScreenShot]
   --- 02 May 18:26:17 224 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
   --- 02 May 18:26:17 224 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:26:17 295 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnNext]
   --- 02 May 18:26:22 529 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/settings
   --- 02 May 18:26:22 529 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 ............Settings Page.............
   --- 02 May 18:26:25 611 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/settings
   --- 02 May 18:26:25 611 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:26:25 687 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: step_title]
   --- 02 May 18:26:28 758 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/settings
   --- 02 May 18:26:28 758 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:26:28 824 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]

Successfully navigated to the 'SettingsPage' page [ScreenShot]
   --- 02 May 18:26:29 039 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: btnNext]
   --- 02 May 18:26:34 296 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
   --- 02 May 18:26:34 296 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Clicked on Next [ScreenShot]
   --- 02 May 18:26:37 537 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
   --- 02 May 18:26:37 537 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:26:37 604 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: consentUrl]
   --- 02 May 18:26:40 659 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
   --- 02 May 18:26:40 659 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:26:40 721 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]

Successfully navigated to the 'ConfirmationPage' page [ScreenShot]
 ..............Confirmation Page................
   --- 02 May 18:26:40 952 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[@id="confirmationNonAD"]/tr[1]/td/strong]
   --- 02 May 18:26:41 050 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> xpath: //*[@id="confirmationNonAD"]/tr[1]/td/strong]
 Successfylly verified New Fi name 525181747 and FIID 525181747 [ScreenShot]
   --- 02 May 18:26:44 275 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
   --- 02 May 18:26:44 275 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:26:47 362 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: consentUrl]
   --- 02 May 18:26:47 463 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: consentUrl]
 eSign URL is displayed https://login.microsoftonline.com/common/oauth2/authorize?response_type=code&client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&resource=https%3A%2F%2Fgraph.microsoft.com&redirect_uri=https%3A%2F%2Fesignplusqa.immesign.com%2FTEAASP%2FOnBoarding%2FProcessCode&state=2beff9c2-2da9-47ee-b376-8fbb7a52531f&prompt=admin_consent [ScreenShot]
   --- 02 May 18:26:50 720 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
   --- 02 May 18:26:50 720 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:26:53 788 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: consentUrl]
 Clicked on Copy Button [ScreenShot]
   --- 02 May 18:27:01 472 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 02 May 18:27:01 472 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:27:01 547 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> id: createdFIList]

eSign Tenant Manager -CreateFi Page open up [ScreenShot]
   --- 02 May 18:27:04 853 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 02 May 18:27:04 853 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:27:04 919 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a34b7f918bab9f0f4d5fe167cbeb90e)] -> css selector: .header]

Clicked on Complete button and Successfully navigated to the 'Create Fi Page' page [ScreenShot]
   --- 02 May 18:27:06 174 - TestCaseID:: VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
   --- 02 May 18:27:08 290 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
   --- 02 May 18:27:12 524 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?response_type=code&client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&resource=https%3a%2f%2fgraph.microsoft.com&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2fonboarding%2fprocesscode&state=2beff9c2-2da9-47ee-b376-8fbb7a52531f&prompt=admin_consent&sso_reload=true
   --- 02 May 18:27:12 525 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:27:31 337 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f46a84f8853ec072f51a1c7556bdf1fe)] -> id: idSIButton9]
   --- 02 May 18:27:31 411 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f46a84f8853ec072f51a1c7556bdf1fe)] -> id: i0116]
   --- 02 May 18:27:32 047 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f46a84f8853ec072f51a1c7556bdf1fe)] -> id: idSIButton9]
   --- 02 May 18:27:35 285 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?response_type=code&client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&resource=https%3a%2f%2fgraph.microsoft.com&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2fonboarding%2fprocesscode&state=2beff9c2-2da9-47ee-b376-8fbb7a52531f&prompt=admin_consent&sso_reload=true
   --- 02 May 18:27:35 285 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:27:37 422 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f46a84f8853ec072f51a1c7556bdf1fe)] -> id: idSIButton9]
   --- 02 May 18:27:42 283 - Page URL:: https://login.microsoftonline.com/common/login
   --- 02 May 18:27:42 283 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:27:42 353 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f46a84f8853ec072f51a1c7556bdf1fe)] -> id: lightbox]
9 ignored methods
com.imm.testscripts.ManageFi.ManageFi
verifyUsersMenuinAdvanceSettingsTab
VerifyCreateAccountAndAddOnsSummary
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage
RemoteDisabledVerifyRemoteOptionsineSign
VerifyUIelemntsinAzureDetailsPageAndUpdateFiAdminName
ReplacingFiAdmin1Fiadmin2
verifyRemoteAgreementOptionsWhenRemoteSignaturesEnabled
VerifyEntraUserIdinAzureDetailsPageAndSign
RemoteDisabledCreateAccountAndRemoteOptionsInAddOnsPg
Methods in chronological order
com.imm.testscripts.ManageFi.ManageFi
initialize(org.testng.TestRunner@1fb947f6) 0 ms
init(org.testng.TestRunner@1fb947f6) 10214 ms
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, Ado...) 571185 ms