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: [9a8abcbb20fdac4c24864f5fafd19614, 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:62455}, 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: 9a8abcbb20fdac4c24864f5fafd19614 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--933416679\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:38:35 883 - TestCaseID:: VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
   --- 02 May 18:38:40 131 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
 **** Verify Manually Created User In User Maintenance And Adobe ****
   --- 02 May 18:38:44 902 - 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=68d7357d-e249-4ef2-b492-d25fc99612a0&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=eo4mjuathixlrqa5vwnoqcwf_a5zukxkqg9hqbkabs0&code_challenge_method=s256&nonce=7fe0941b-6464-4674-aa61-efd040cfca71&state=eyjpzci6ijbkoty2yjkwltzlngutngviys05mdbilwfjnme3m2i2mtdlzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 02 May 18:38:44 903 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:39:03 837 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: idSIButton9]
   --- 02 May 18:39:03 959 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: i0116]
   --- 02 May 18:39:04 745 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: idSIButton9]
   --- 02 May 18:39:08 050 - 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=68d7357d-e249-4ef2-b492-d25fc99612a0&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=eo4mjuathixlrqa5vwnoqcwf_a5zukxkqg9hqbkabs0&code_challenge_method=s256&nonce=7fe0941b-6464-4674-aa61-efd040cfca71&state=eyjpzci6ijbkoty2yjkwltzlngutngviys05mdbilwfjnme3m2i2mtdlzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 02 May 18:39:08 050 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:39:10 201 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: idSIButton9]
   --- 02 May 18:39:13 833 - Page URL:: https://login.microsoftonline.com/common/login
   --- 02 May 18:39:13 833 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:39:13 915 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: lightbox]
   --- 02 May 18:39:13 999 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: idSIButton9]
   --- 02 May 18:39:18 847 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 02 May 18:39:18 847 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:39:22 050 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 02 May 18:39:22 051 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:39:22 150 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: createdFIList]

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

Successfully navigated to 'Create an FI' page [ScreenShot]
   --- 02 May 18:39:25 907 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnAddFI]

Add Fi button is diplayed [ScreenShot]
   --- 02 May 18:39:26 132 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnAddFI]
   --- 02 May 18:39:31 417 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 02 May 18:39:31 417 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:39:34 526 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 02 May 18:39:34 526 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:39:34 613 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: .//input[@id='hostFIID']]
   --- 02 May 18:39:37 725 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 02 May 18:39:37 726 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:39:37 799 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> css selector: .header]
 Clicked 'Add Fi' button
   --- 02 May 18:39:40 913 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 02 May 18:39:40 913 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:39:40 995 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: .//input[@id='hostFIID']]
   --- 02 May 18:39:44 101 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 02 May 18:39:44 102 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:39:44 182 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> css selector: .header]

Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
 Entred FIID AD52518383 [ScreenShot]
   --- 02 May 18:39:45 167 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnValidateHostFiid]
 Max Character allow is '100' [ScreenShot]
 Entered Fi Name 525183835 [ScreenShot]
   --- 02 May 18:39:57 173 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 02 May 18:39:57 173 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:00 274 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 02 May 18:40:00 275 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:00 352 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
   --- 02 May 18:40:03 440 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 02 May 18:40:03 440 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:03 520 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> css selector: .header]
 Clicked 'Next' button
   --- 02 May 18:40:06 642 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 02 May 18:40:06 642 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:06 719 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
   --- 02 May 18:40:09 828 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 02 May 18:40:09 828 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:09 907 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> 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:40:16 940 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnNext]
   --- 02 May 18:40:22 211 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 02 May 18:40:22 211 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:25 302 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 02 May 18:40:25 303 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:25 385 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
   --- 02 May 18:40:28 479 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 02 May 18:40:28 479 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:28 559 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> css selector: .header]
 Clicked 'Next' button
   --- 02 May 18:40:31 673 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 02 May 18:40:31 673 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:31 746 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
   --- 02 May 18:40:34 853 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
   --- 02 May 18:40:34 853 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:34 937 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> css selector: .header]

Successfully navigated to the 'SummaryPage' page [ScreenShot]
   --- 02 May 18:40:37 187 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnConfirm]
 Confirm button is enabled
   --- 02 May 18:40:37 251 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnConfirm]
   --- 02 May 18:40:42 503 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 02 May 18:40:42 503 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:45 578 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 02 May 18:40:45 578 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:45 663 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
   --- 02 May 18:40:48 752 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 02 May 18:40:48 752 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:48 825 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> css selector: .header]
 Clicked 'Confirm' button
   --- 02 May 18:40:51 903 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 02 May 18:40:51 903 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:51 969 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
   --- 02 May 18:40:55 052 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
   --- 02 May 18:40:55 052 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:40:55 125 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> css selector: .header]

Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
   --- 02 May 18:40:55 409 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> 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:44:29 350 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnCompleteInfra]
   --- 02 May 18:44:36 458 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnCompleteInfra]
   --- 02 May 18:44:39 682 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:44:39 682 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:44:42 780 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:44:42 780 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:45:01 511 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: step_title]
 Clicked 'Confirm' button
   --- 02 May 18:45:04 602 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:45:04 602 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:45:23 420 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: step_title]

Successfully navigated to the 'Add-Ons Page' page [ScreenShot]
 .......Add-Ons Page ..............
   --- 02 May 18:45:26 688 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:45:26 689 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:45:26 762 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: RS_Enable]
 Clicked on Remote sign Enable button [ScreenShot]
   --- 02 May 18:45:30 165 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:45:30 165 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:45:35 271 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnNext]
   --- 02 May 18:45:37 366 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnNext]
   --- 02 May 18:45:37 619 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnGenerateKey]
 Clicked on Create Account Button [ScreenShot]
   --- 02 May 18:45:40 976 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnYes]
 Clicked on 'OK' Button on the popup [ScreenShot]
   --- 02 May 18:45:52 398 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:45:52 399 - 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:45:52 652 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[@id="btnGroupRemoteDoc"]/label]
   --- 02 May 18:45:52 848 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: remoteDocYes]
 'Successfully clicked on 'Yes' button for Adhoc documents [ScreenShot]
   --- 02 May 18:45:53 030 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[@id="btnGroupRemoteWF"]/label]
   --- 02 May 18:45:53 200 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: remoteWFYes]
 'Successfully clicked on 'Yes' button for Web Forms [ScreenShot]
   --- 02 May 18:45:53 430 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[@id="btnGroupRemoteRT"]/label]
   --- 02 May 18:45:53 600 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: remoteRTYes]
 'Successfully clicked on 'Yes' button for Reusable Templates [ScreenShot]
   --- 02 May 18:45:53 817 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[@id="btnGroupRemoteBulk"]/label]
   --- 02 May 18:45:53 974 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: remoteBulkYes]
 'Successfully clicked on 'Yes' button for SendInBulk [ScreenShot]
   --- 02 May 18:46:04 415 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
   --- 02 May 18:46:04 415 - 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:46:18 119 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
   --- 02 May 18:46:18 120 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Clicked on Next Button
   --- 02 May 18:46:21 221 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
   --- 02 May 18:46:21 221 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:46:21 294 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[@id='listDictionaries']/tbody/tr[1]/td[2]]
   --- 02 May 18:46:24 402 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
   --- 02 May 18:46:24 403 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:46:24 484 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> css selector: .header]

Successfully navigated to the 'platformsPage' page [ScreenShot]
 Succesfully selected Dictionary TeSign [ScreenShot]
 Succesfully selected Dictionary XPLN [ScreenShot]
   --- 02 May 18:47:05 430 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
   --- 02 May 18:47:05 430 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:47:05 500 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnNext]
   --- 02 May 18:47:10 772 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/settings
   --- 02 May 18:47:10 773 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 ............Settings Page.............
   --- 02 May 18:47:13 925 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/settings
   --- 02 May 18:47:13 925 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:47:13 991 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: step_title]
   --- 02 May 18:47:17 078 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/settings
   --- 02 May 18:47:17 078 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:47:17 143 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> css selector: .header]

Successfully navigated to the 'SettingsPage' page [ScreenShot]
   --- 02 May 18:47:17 369 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: btnNext]
   --- 02 May 18:47:22 652 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
   --- 02 May 18:47:22 652 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Clicked on Next [ScreenShot]
   --- 02 May 18:47:25 943 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
   --- 02 May 18:47:25 943 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:47:26 013 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: consentUrl]
   --- 02 May 18:47:29 076 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
   --- 02 May 18:47:29 076 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:47:29 138 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> css selector: .header]

Successfully navigated to the 'ConfirmationPage' page [ScreenShot]
 ..............Confirmation Page................
   --- 02 May 18:47:29 344 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[@id="confirmationNonAD"]/tr[1]/td/strong]
   --- 02 May 18:47:29 428 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> xpath: //*[@id="confirmationNonAD"]/tr[1]/td/strong]
 Successfylly verified New Fi name 525183835 and FIID AD52518383 [ScreenShot]
   --- 02 May 18:47:32 679 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
   --- 02 May 18:47:32 679 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:47:35 751 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: consentUrl]
   --- 02 May 18:47:35 859 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> 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=bebf5de1-3fde-4304-8bc4-25fe091c0b20&prompt=admin_consent [ScreenShot]
   --- 02 May 18:47:39 107 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
   --- 02 May 18:47:39 107 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:47:42 190 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: consentUrl]
 Clicked on Copy Button [ScreenShot]
   --- 02 May 18:47:49 902 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 02 May 18:47:49 903 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:47:49 969 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4880edc4d80095a6f6cdfca41778b167)] -> id: createdFIList]

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

Clicked on Complete button and Successfully navigated to the 'Create Fi Page' page [ScreenShot]
   --- 02 May 18:47:53 972 - TestCaseID:: VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
   --- 02 May 18:47:56 548 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
   --- 02 May 18:48:01 581 - 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=bebf5de1-3fde-4304-8bc4-25fe091c0b20&prompt=admin_consent&sso_reload=true
   --- 02 May 18:48:01 582 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:48:20 389 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (9a8abcbb20fdac4c24864f5fafd19614)] -> id: idSIButton9]
   --- 02 May 18:48:20 473 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (9a8abcbb20fdac4c24864f5fafd19614)] -> id: i0116]
   --- 02 May 18:48:21 080 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (9a8abcbb20fdac4c24864f5fafd19614)] -> id: idSIButton9]
   --- 02 May 18:48:24 349 - 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=bebf5de1-3fde-4304-8bc4-25fe091c0b20&prompt=admin_consent&sso_reload=true
   --- 02 May 18:48:24 349 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:48:26 476 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (9a8abcbb20fdac4c24864f5fafd19614)] -> id: idSIButton9]
   --- 02 May 18:48:30 369 - Page URL:: https://login.microsoftonline.com/common/login
   --- 02 May 18:48:30 370 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 02 May 18:48:30 450 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (9a8abcbb20fdac4c24864f5fafd19614)] -> 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@7b70596d) 0 ms
init(org.testng.TestRunner@7b70596d) 10103 ms
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, Ado...) 571011 ms