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 with Fully Integrated account, 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.xpath: //*[@id="btnGroupRS"]/label[2]'}
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.$Proxy28.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.AddOnsPage.clickOnRemoteSign(AddOnsPage.java:1350)
at com.imm.testscripts.ManageFi.ManageFi.VerifyManuallyCreatedUserInUserMaintenanceAndAdobe(ManageFi.java:4789)
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.$Proxy26.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":"xpath","selector":"//*[@id="btnGroupRS"]/label[2]"}
(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: [ca8aabbf6a5c808ab717236402828df0, findElement {using=xpath, value=//*[@id="btnGroupRS"]/label[2]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 136.0.7103.49, chrome: {chromedriverVersion: 136.0.7103.92 (cb81a4cc5087..., userDataDir: C:\Users\anomau\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:59322}, 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: ca8aabbf6a5c808ab717236402828df0
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.$Proxy20.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-574981911\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&hsfiid=autoesign&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: 8 minutes
Reporter output for IMM_Esign_Chrome
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, Ado...)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Create an FI' page [ScreenShot]
Add Fi button is diplayed [ScreenShot]
Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
Successfully navigated to the 'Azure Details' page [ScreenShot]
Successfully verified AD Domain Name, Local Ad Domain and Global Admin fields are enabled [ScreenShot]
Next button is enabled [ScreenShot]
Successfully navigated to the 'SummaryPage' page [ScreenShot]
Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
Successfully Configured 'Setting up the Databse'
Successfully Configured 'Configuring the FI Database'
Successfully Configured 'Running Post Deployment Scripts'
Successfully Configured 'Creating FI Settings'
Successfully Configured 'Creating folders in Azure file storage'
Successfully Configured 'Scheduling Jobs'
Successfully navigated to the 'Add-Ons Page' page [ScreenShot]
--- 13 May 20:08:34 060 - TestCaseID:: VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
--- 13 May 20:08:38 658 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 13 May 20:08:44 394 - 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=881fea59-09a1-4c90-a04c-2941cb0de8f1&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=eamamdghabkk3f2wdjpqcrqgw_b9roo5woa4twpyot4&code_challenge_method=s256&nonce=60f97c9f-ce69-41f4-bc33-75cd5ab9ec02&state=eyjpzci6ijyynwe0ytczltmxmzmtndjjyy1hztbjltkyn2vmn2u3mzk1yiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 13 May 20:08:44 394 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:03 851 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: idSIButton9]
--- 13 May 20:09:03 966 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: i0116]
--- 13 May 20:09:05 052 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: idSIButton9]
--- 13 May 20:09:08 449 - 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=881fea59-09a1-4c90-a04c-2941cb0de8f1&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=eamamdghabkk3f2wdjpqcrqgw_b9roo5woa4twpyot4&code_challenge_method=s256&nonce=60f97c9f-ce69-41f4-bc33-75cd5ab9ec02&state=eyjpzci6ijyynwe0ytczltmxmzmtndjjyy1hztbjltkyn2vmn2u3mzk1yiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 13 May 20:09:08 450 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:10 699 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: idSIButton9]
--- 13 May 20:09:14 521 - Page URL:: https://login.microsoftonline.com/common/login
--- 13 May 20:09:14 522 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:14 655 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: lightbox]
--- 13 May 20:09:14 775 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: idSIButton9]
--- 13 May 20:09:19 935 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 13 May 20:09:19 935 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:23 189 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 13 May 20:09:23 190 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:23 305 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: createdFIList]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 13 May 20:09:26 774 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 13 May 20:09:26 774 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:26 893 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> css selector: .header]
Successfully navigated to 'Create an FI' page [ScreenShot]
--- 13 May 20:09:27 186 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: btnAddFI]
Add Fi button is diplayed [ScreenShot]
--- 13 May 20:09:27 473 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: btnAddFI]
--- 13 May 20:09:32 836 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 13 May 20:09:32 837 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:35 977 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 13 May 20:09:35 977 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:36 088 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> xpath: .//input[@id='hostFIID']]
--- 13 May 20:09:39 207 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 13 May 20:09:39 207 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:39 311 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> css selector: .header]
--- 13 May 20:09:42 460 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 13 May 20:09:42 460 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:42 556 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> xpath: .//input[@id='hostFIID']]
--- 13 May 20:09:45 664 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 13 May 20:09:45 664 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:09:45 794 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> css selector: .header]
Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
--- 13 May 20:09:47 147 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: btnValidateHostFiid]
--- 13 May 20:09:59 640 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 13 May 20:09:59 641 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:02 803 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 13 May 20:10:02 803 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:02 914 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 13 May 20:10:06 066 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 13 May 20:10:06 066 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:06 165 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> css selector: .header]
--- 13 May 20:10:09 304 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 13 May 20:10:09 305 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:09 398 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 13 May 20:10:12 520 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 13 May 20:10:12 521 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:12 618 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> css selector: .header]
Successfully navigated to the 'Azure Details' page [ScreenShot]
Successfully verified AD Domain Name, Local Ad Domain and Global Admin fields are enabled [ScreenShot]
Next button is enabled [ScreenShot]
--- 13 May 20:10:20 569 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: btnNext]
--- 13 May 20:10:25 920 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 13 May 20:10:25 920 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:29 063 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 13 May 20:10:29 063 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:29 163 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 13 May 20:10:32 285 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 13 May 20:10:32 286 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:32 379 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> css selector: .header]
--- 13 May 20:10:35 490 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 13 May 20:10:35 490 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:35 609 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 13 May 20:10:38 741 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 13 May 20:10:38 742 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:38 829 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> css selector: .header]
Successfully navigated to the 'SummaryPage' page [ScreenShot]
--- 13 May 20:10:41 155 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: btnConfirm]
--- 13 May 20:10:41 257 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: btnConfirm]
--- 13 May 20:10:46 662 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 13 May 20:10:46 663 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:49 782 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 13 May 20:10:49 783 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:49 890 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 13 May 20:10:53 027 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 13 May 20:10:53 027 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:53 132 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> css selector: .header]
--- 13 May 20:10:56 250 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 13 May 20:10:56 250 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:56 345 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 13 May 20:10:59 504 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 13 May 20:10:59 504 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:10:59 593 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> css selector: .header]
Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
--- 13 May 20:10:59 906 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: infraMessage]
Successfully Configured 'Setting up the Databse'
Successfully Configured 'Configuring the FI Database'
Successfully Configured 'Running Post Deployment Scripts'
Successfully Configured 'Creating FI Settings'
Successfully Configured 'Creating folders in Azure file storage'
Successfully Configured 'Scheduling Jobs'
--- 13 May 20:15:17 429 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 13 May 20:15:17 429 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:15:20 573 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 13 May 20:15:20 574 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:15:23 688 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 13 May 20:15:23 688 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:15:42 477 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: step_title]
--- 13 May 20:15:45 587 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 13 May 20:15:45 587 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 May 20:16:04 425 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca8aabbf6a5c808ab717236402828df0)] -> id: step_title]
Successfully navigated to the 'Add-Ons Page' page [ScreenShot]
--- 13 May 20:16:07 745 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 13 May 20:16:07 745 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
9 ignored methods
com.imm.testscripts.ManageFi.ManageFi
verifyUsersMenuinAdvanceSettingsTab
VerifyCreateAccountAndAddOnsSummary
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage
RemoteDisabledVerifyRemoteOptionsineSign
VerifyUIelemntsinAzureDetailsPageAndUpdateFiAdminName
ReplacingFiAdmin1Fiadmin2
verifyRemoteAgreementOptionsWhenRemoteSignaturesEnabled
VerifyEntraUserIdinAzureDetailsPageAndSign
RemoteDisabledCreateAccountAndRemoteOptionsInAddOnsPg
VerifyCreateAccountAndAddOnsSummary
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage
RemoteDisabledVerifyRemoteOptionsineSign
VerifyUIelemntsinAzureDetailsPageAndUpdateFiAdminName
ReplacingFiAdmin1Fiadmin2
verifyRemoteAgreementOptionsWhenRemoteSignaturesEnabled
VerifyEntraUserIdinAzureDetailsPageAndSign
RemoteDisabledCreateAccountAndRemoteOptionsInAddOnsPg
Methods in chronological order
com.imm.testscripts.ManageFi.ManageFi
initialize(org.testng.TestRunner@2c1a86e1)
0 ms
init(org.testng.TestRunner@2c1a86e1)
149234 ms
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, Ado...)
153922 ms