com.imm.testscripts.CreateFi.CreateFi
VerifyCreateFiCompleteFlowWithOEMandLegacy
({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=Ad Hoc Document,Web Form,Reusable Templates,Manage Remote Agreements, FiStatus=, WebForm=Yes, AdobeKey=, FiAdmin_LastName=Teller, Name=, LocalDomain=immtestcu, Adhoc_Doc=Yes, eSignPlus=Off, RtmAuthTypes=, IntegrationType=, NotUSerName=, SendInBulk=No, RemoteSign=Off, DrpSpot=, Reusable_Temp=Yes, AZDomain=immtestcu.onmicrosoft.com, VerifastEDays=, City=, WrongAZDomain=, LCEvalDays=, State=, LoanCoupon=, Login_Password=iMM@2025, Country=, ClientID=, FIID=, Key=, FiAdmin_FirstName=Bill, Dictionary=TeSign;XPLN, Sign_RmtAgree_NotChecked=Send in Bulk, StarterEvalDays=, Description=Verify Create Fi Complete Flow With when Remote Sign disabled, StarterChecks=, eSignURL=https://esignplusqa.immesign.com/TEAASP/Login.aspx, E-Vault=, Filepath=, TestID=VerifyCreateFiCompleteFlowWithOEMandLegacy, FiAdmin_UserID=billteller@immtestcu.onmicrosoft.com, Verifast=, LacerPro=, Notes=, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=cuadmin@immtestcu.onmicrosoft.com, TypeOfUser=, eValultDays=, MenuUserName=, ErrorMsg=, Address2=, Address3=, Address1=, Sign_Password=iMM@2022, UserTooltip=, WrongFIID=, DrpEvalDays=, Sign_RmtAgree_checked=Ad Hoc Document,Web Form,Reusable Templates,Manage Remote Agreements})
Element should be clickable: interactable and enabled {Proxy element for: AjaxElementLocator 'By.xpath: //*[@id="btnGroupRS"]/label[1]'}
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:1346)
at com.imm.testscripts.CreateFi.CreateFi.VerifyCreateFiCompleteFlowWithOEMandLegacy(CreateFi.java:3784)
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[1]"}
(Session info: chrome=137.0.7151.69)
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: [7bdb17aac56eb436689abd87615e6f85, findElement {using=xpath, value=//*[@id="btnGroupRS"]/label[1]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 137.0.7151.69, chrome: {chromedriverVersion: 137.0.7151.68 (2989ffee9373..., userDataDir: C:\Users\anomau\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:63123}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.31:4444/session..., se:cdpVersion: 137.0.7151.69, 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: 7bdb17aac56eb436689abd87615e6f85
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
(VerifyCreateFiCompleteFlowWithOEMandLegacy )
com.imm.testscripts.CreateFi.CreateFi
VerifyCreateFiCompleteFlowWithOEMandLegacy
({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=Manage Remote Agreements, FiStatus=, WebForm=No, AdobeKey=, FiAdmin_LastName=Teller, Name=, LocalDomain=immtestcu, Adhoc_Doc=No, eSignPlus=Off, RtmAuthTypes=, IntegrationType=Fully Integrated, NotUSerName=, SendInBulk=No, RemoteSign=Enable, DrpSpot=, Reusable_Temp=No, AZDomain=immtestcu.onmicrosoft.com, VerifastEDays=, City=, WrongAZDomain=, LCEvalDays=, State=, LoanCoupon=, Login_Password=iMM@2025, Country=, ClientID=, FIID=, Key=, FiAdmin_FirstName=Bill, Dictionary=TeSign;XPLN, Sign_RmtAgree_NotChecked=Ad Hoc Document,Web Form,Reusable Templates,Send in Bulk, StarterEvalDays=, Description=Verify Create Fi Complete Flow With Fully Integrated Account- Remote Agreement disabled, StarterChecks=, eSignURL=https://esignplusqa.immesign.com/TEAASP/Login.aspx, E-Vault=, Filepath=, TestID=VerifyCreateFiCompleteFlowWithOEMandLegacy, FiAdmin_UserID=billteller@immtestcu.onmicrosoft.com, Verifast=, LacerPro=, Notes=, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=cuadmin@immtestcu.onmicrosoft.com, TypeOfUser=, eValultDays=, MenuUserName=, ErrorMsg=, Address2=, Address3=, Address1=, Sign_Password=iMM@2022, UserTooltip=, WrongFIID=, DrpEvalDays=, Sign_RmtAgree_checked=Disabled})
(VerifyCreateFiCompleteFlowWithOEMandLegacy )
C:\Users\anomau\AppData\Local\Temp\testng-eclipse-389969108\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.CreateFi.CreateFi">
<methods>
<include name="VerifyCreateFiCompleteFlowWithOEMandLegacy"/>
</methods>
</class> <!-- com.imm.testscripts.CreateFi.CreateFi -->
</classes>
</test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- Default test (1 class)
Groups for IMM_Esign_Chrome
AdobeOEM
VerifyCreateFiCompleteFlowWithOEMandLegacy
P1
VerifyCreateFiCompleteFlowWithOEMandLegacy
Smoke
VerifyCreateFiCompleteFlowWithOEMandLegacy
VerifyCreateFiCompleteFlowWithOEMandLegacy
VerifyCreateFiCompleteFlowWithOEMandLegacy
Times for IMM_Esign_Chrome
Total running time: 10 minutes
Reporter output for IMM_Esign_Chrome
VerifyCreateFiCompleteFlowWithOEMandLegacy({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=Manage Remote Agreements, ...)
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]
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]
Successfully disaplyed Remote Settings Page [ScreenShot]
Successfully navigated to the 'Remote sign Summary' page [ScreenShot]
Successfully navigated to the 'platformsPage' page [ScreenShot]
Successfully navigated to the 'SettingsPage' page [ScreenShot]
Successfully navigated to the 'ConfirmationPage' page [ScreenShot]
Clicked on Complete button and Successfully navigated to the 'Create Fi Page' page [ScreenShot]
Successfully logged in with esign Consent URL [ScreenShot]
Successfully navigated to the 'DocumentsPage' page [ScreenShot]
Successfully display label for Manage Remote Agreements Option [ScreenShot]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Fi Status is Activated
Test Passed.
--- 05 Jun 20:04:52 972 - TestCaseID:: VerifyCreateFiCompleteFlowWithOEMandLegacy
--- 05 Jun 20:04:54 731 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
Verify Create Fi Complete Flow With Fully Integrated Account- Remote Agreement disabled
Steps:
--- 05 Jun 20:05:00 367 - 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=a9cc9e78-cfc3-47dc-b765-773cb9c2a52e&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=jraud-c5scvchxv_6dhk4m3d1mhvqznj2ofnzhxe5uc&code_challenge_method=s256&nonce=6769de52-3a37-45a3-9579-50a0bcebd44a&state=eyjpzci6ije5yjq5ythllwi0mtktngu5my05ztexltljymqzytq0oge1myisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 05 Jun 20:05:00 367 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:19 137 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: idSIButton9]
--- 05 Jun 20:05:19 213 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: i0116]
--- 05 Jun 20:05:19 829 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: idSIButton9]
--- 05 Jun 20:05:23 133 - 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=a9cc9e78-cfc3-47dc-b765-773cb9c2a52e&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=jraud-c5scvchxv_6dhk4m3d1mhvqznj2ofnzhxe5uc&code_challenge_method=s256&nonce=6769de52-3a37-45a3-9579-50a0bcebd44a&state=eyjpzci6ije5yjq5ythllwi0mtktngu5my05ztexltljymqzytq0oge1myisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 05 Jun 20:05:23 134 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:25 260 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: idSIButton9]
--- 05 Jun 20:05:28 521 - Page URL:: https://login.microsoftonline.com/common/login
--- 05 Jun 20:05:28 521 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:28 603 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: lightbox]
--- 05 Jun 20:05:28 685 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: idSIButton9]
--- 05 Jun 20:05:33 782 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 05 Jun 20:05:33 783 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:37 006 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 05 Jun 20:05:37 007 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:37 094 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: createdFIList]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 05 Jun 20:05:40 421 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 05 Jun 20:05:40 421 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:40 500 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
Successfully navigated to 'Create an FI' page [ScreenShot]
--- 05 Jun 20:05:40 777 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnAddFI]
Add Fi button is diplayed [ScreenShot]
--- 05 Jun 20:05:41 022 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnAddFI]
--- 05 Jun 20:05:46 379 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 05 Jun 20:05:46 380 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:49 462 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 05 Jun 20:05:49 463 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:49 543 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: .//input[@id='hostFIID']]
--- 05 Jun 20:05:52 631 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 05 Jun 20:05:52 632 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:52 699 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
--- 05 Jun 20:05:55 838 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 05 Jun 20:05:55 838 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:55 910 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: .//input[@id='hostFIID']]
--- 05 Jun 20:05:59 013 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 05 Jun 20:05:59 014 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:05:59 080 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
--- 05 Jun 20:06:04 948 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnValidateHostFiid]
--- 05 Jun 20:06:16 735 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 05 Jun 20:06:16 736 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:06:19 835 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 05 Jun 20:06:19 836 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:06:19 923 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 05 Jun 20:06:23 027 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 05 Jun 20:06:23 027 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:06:23 105 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
--- 05 Jun 20:06:26 268 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 05 Jun 20:06:26 268 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:06:26 342 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 05 Jun 20:06:29 457 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 05 Jun 20:06:29 457 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:06:29 533 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
Successfully navigated to the 'Azure Details' page [ScreenShot]
Next button is enabled [ScreenShot]
--- 05 Jun 20:06:35 663 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnNext]
--- 05 Jun 20:06:40 923 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 05 Jun 20:06:40 923 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:06:44 038 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 05 Jun 20:06:44 038 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:06:44 122 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 05 Jun 20:06:47 219 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 05 Jun 20:06:47 220 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:06:47 297 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
--- 05 Jun 20:06:50 388 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 05 Jun 20:06:50 389 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:06:50 466 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 05 Jun 20:06:53 554 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 05 Jun 20:06:53 555 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:06:53 633 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
Successfully navigated to the 'SummaryPage' page [ScreenShot]
--- 05 Jun 20:06:55 894 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnConfirm]
--- 05 Jun 20:06:55 958 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnConfirm]
--- 05 Jun 20:07:01 254 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 20:07:01 255 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:07:04 345 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 20:07:04 345 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:07:04 423 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 05 Jun 20:07:07 500 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 20:07:07 501 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:07:07 568 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
--- 05 Jun 20:07:10 642 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 20:07:10 642 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:07:10 713 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 05 Jun 20:07:13 805 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 20:07:13 806 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:07:13 923 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
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'
--- 05 Jun 20:10:53 165 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnCompleteInfra]
--- 05 Jun 20:11:00 285 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnCompleteInfra]
--- 05 Jun 20:11:03 564 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
--- 05 Jun 20:11:03 564 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:11:06 684 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
--- 05 Jun 20:11:06 685 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:11:25 496 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: step_title]
--- 05 Jun 20:11:28 600 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
--- 05 Jun 20:11:28 601 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:11:47 475 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: step_title]
Successfully navigated to the 'Add-Ons Page' page [ScreenShot]
--- 05 Jun 20:11:50 814 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
--- 05 Jun 20:11:50 815 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:11:50 898 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: RS_Enable]
--- 05 Jun 20:11:54 416 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
--- 05 Jun 20:11:54 419 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:11:59 553 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnNext]
--- 05 Jun 20:12:01 682 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnNext]
--- 05 Jun 20:12:05 067 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
--- 05 Jun 20:12:05 067 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:12:08 149 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: clientId]
Successfully disaplyed Remote Settings Page [ScreenShot]
--- 05 Jun 20:12:12 152 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnGenerateKey]
--- 05 Jun 20:12:15 684 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: //*[@id="delRow"]/c-modal-dialog/c-modal-content/div[2]/c-modal-body]
--- 05 Jun 20:12:18 994 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnYes]
--- 05 Jun 20:12:40 979 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
--- 05 Jun 20:12:40 980 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:12:41 426 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: //*[@id="btnGroupRemoteDoc"]/label]
--- 05 Jun 20:12:41 644 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: remoteDocNo]
--- 05 Jun 20:12:45 028 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
--- 05 Jun 20:12:45 029 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:12:47 146 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: remoteDocYes]
--- 05 Jun 20:12:47 402 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: //*[@id="btnGroupRemoteWF"]/label]
--- 05 Jun 20:12:47 622 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: remoteWFNo]
--- 05 Jun 20:12:47 919 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: remoteWFYes]
--- 05 Jun 20:12:48 144 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: //*[@id="btnGroupRemoteRT"]/label]
--- 05 Jun 20:12:48 320 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: remoteRTNo]
--- 05 Jun 20:12:48 565 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: remoteRTYes]
--- 05 Jun 20:12:48 796 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: //*[@id="btnGroupRemoteBulk"]/label]
--- 05 Jun 20:12:48 996 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: remoteBulkNo]
--- 05 Jun 20:12:49 307 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: remoteBulkYes]
--- 05 Jun 20:13:02 552 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/addons
--- 05 Jun 20:13:02 552 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:13:04 422 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: summaryRs]
Successfully navigated to the 'Remote sign Summary' page [ScreenShot]
--- 05 Jun 20:13:15 460 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
--- 05 Jun 20:13:15 460 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:13:18 596 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
--- 05 Jun 20:13:18 596 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:13:18 674 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> xpath: //*[@id='listDictionaries']/tbody/tr[1]/td[2]]
--- 05 Jun 20:13:21 808 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
--- 05 Jun 20:13:21 809 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:13:21 884 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
Successfully navigated to the 'platformsPage' page [ScreenShot]
--- 05 Jun 20:14:05 764 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/platforms
--- 05 Jun 20:14:05 764 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:14:05 853 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnNext]
--- 05 Jun 20:14:11 167 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/settings
--- 05 Jun 20:14:11 168 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:14:14 288 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/settings
--- 05 Jun 20:14:14 289 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:14:14 362 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: step_title]
--- 05 Jun 20:14:17 439 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/settings
--- 05 Jun 20:14:17 439 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:14:17 508 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
Successfully navigated to the 'SettingsPage' page [ScreenShot]
--- 05 Jun 20:14:17 731 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: btnNext]
--- 05 Jun 20:14:22 979 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
--- 05 Jun 20:14:22 979 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:14:26 233 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
--- 05 Jun 20:14:26 234 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:14:26 307 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: consentUrl]
--- 05 Jun 20:14:29 402 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
--- 05 Jun 20:14:29 403 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:14:29 485 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
Successfully navigated to the 'ConfirmationPage' page [ScreenShot]
--- 05 Jun 20:14:29 784 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: consentUrl]
--- 05 Jun 20:14:32 933 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
--- 05 Jun 20:14:32 934 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:14:37 669 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: consentUrl]
--- 05 Jun 20:14:41 071 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/confirmation
--- 05 Jun 20:14:41 071 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:14:44 161 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> id: consentUrl]
--- 05 Jun 20:14:51 831 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 05 Jun 20:14:51 831 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:16:47 498 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 05 Jun 20:16:47 499 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:16:47 584 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f04ddcd8db024e3246c8fde78273607b)] -> css selector: .header]
Clicked on Complete button and Successfully navigated to the 'Create Fi Page' page [ScreenShot]
--- 05 Jun 20:16:53 255 - TestCaseID:: VerifyCreateFiCompleteFlowWithOEMandLegacy
--- 05 Jun 20:16:55 025 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 05 Jun 20:17:00 768 - 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=e6219753-a441-461d-8339-dcfc6596574b&prompt=admin_consent&sso_reload=true
--- 05 Jun 20:17:00 768 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:17:19 510 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e4237ed75771fc0ef5e16b055117c978)] -> id: idSIButton9]
--- 05 Jun 20:17:21 596 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e4237ed75771fc0ef5e16b055117c978)] -> id: i0116]
--- 05 Jun 20:17:22 250 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e4237ed75771fc0ef5e16b055117c978)] -> id: idSIButton9]
--- 05 Jun 20:17:26 994 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e4237ed75771fc0ef5e16b055117c978)] -> id: lightbox]
--- 05 Jun 20:17:27 107 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e4237ed75771fc0ef5e16b055117c978)] -> xpath: //input[@type='submit']]
--- 05 Jun 20:17:32 430 - Page URL:: https://esignplusqa.immesign.com/teaasp/onboarding/processcode?code=1.ax0azl5uw6sxa0wyz73jp8cyk1b-xn-6mb9dov2mqwfuyjwpaab9aa.agabbaiaaabvrspeuwamram2jaf1xrqeawds_wua9p9ajeozdmrcpbugncqvosyxqfphvt6upngh_oje_gidsif4qcbwcscohwevycadiece3gyj6bwax0-iqlzyirtexcz1hrqb-xbgwj_bd-tf3hz90thbh46nn5ebuhu-wo2uymjczlqt3bd3z0wxnolr2ik3htkxat3o4f7fysndi3e-ulkm8fdgtoexrws2i8ui-7-rqq55lcekamvenvcw6uujitlzsugcmz14dawhyn5hbxhpghtacyk0opoboylbuj0l0vzpbefjn0m15mtxdzvqjrax3q73i_hk9f1xqraojvrjoej2lskpn-o_9n_5bjphjlzygzg8wpzdelfjdwwkhr2vabogkdbnkttqnncjbj9mfgoo2yinoohjkh3lsghfnewaluey3nvm4kxeswlqp7ikmfhkhdvnfo-vqg0ssx1zdvrj_pqjtjzfrag6n8ds1kgiywaznizfa-qx1kqjrmsf-w0mk-t2xg0ilufowtnbhxlym4ndrq2pmjngn-1ouqhpqwbm6tp1jwizzawlubykmxs2ub-nrwa9qatgfq03zwqsbidl3vgrhcbxy-0ftqdxpu9tozwwmctuhq9ea2o_lltsla7izagzi3g7xdkbi4gmgsryd00oyrool9r90zcxg2imkgwx-ngcrabokr9ewtd-qdmzsxi-x0cb1vrifvet1kyndai5-aivlhqayw7uonpbaoiahcaejwlhus-5celkpga_s62s_pquot4epsy4iife1terffdmvvytnjrau9ru5afksi7623hllxex8j-8f_9nstxevizgvyfe4cjxughxbgo&state=e6219753-a441-461d-8339-dcfc6596574b&session_state=005c58b9-7c6d-6fff-5996-0fc646983735&admin_consent=true#
--- 05 Jun 20:17:32 431 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:17:32 532 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e4237ed75771fc0ef5e16b055117c978)] -> xpath: /html/body/div[3]/h2]
Successfully logged in with esign Consent URL [ScreenShot]
--- 05 Jun 20:17:39 596 - TestCaseID:: VerifyCreateFiCompleteFlowWithOEMandLegacy
--- 05 Jun 20:17:41 086 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 05 Jun 20:17:46 435 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 05 Jun 20:17:46 436 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:17:46 539 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //*[@id='btnSubmit']]
--- 05 Jun 20:17:46 643 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 05 Jun 20:17:47 505 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //*[@id='btnSubmit']]
--- 05 Jun 20:17:50 302 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: idSIButton9]
--- 05 Jun 20:17:53 656 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3dv7ou7rgffehym_6sip8yehxlexdz1va6mdoo6il--a7w3hbkpkh9w5lieanrhj-6vk34m2zurf-vw84g-bymhgxfy3rw6cvlql8anzors6k-wnu2uq5fua8e5e5kttsixn46esiikwam98dojb1xkvf0odwndfmryfwgro64ue4qekjcioplv92iei5of68imfzgqzjrpndlkcyhz0cm1g&response_mode=form_post&nonce=638847514677497964.njixmgnjmjmtm2i5oc00mdqyltk4zdktm2nmytdkyja3mjnhztzkndlhmdatnta3ny00nznhltkwndetntc5mje4mmjhy2fl&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
--- 05 Jun 20:17:53 657 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:17:55 799 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: idSIButton9]
--- 05 Jun 20:18:00 387 - Page URL:: https://login.microsoftonline.com/common/login
--- 05 Jun 20:18:00 388 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:18:00 475 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: lightbox]
--- 05 Jun 20:18:00 555 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: idSIButton9]
--- 05 Jun 20:18:13 303 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 05 Jun 20:18:13 304 - 12 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:18:18 451 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 05 Jun 20:18:18 451 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:18:18 531 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: btnUpload]
--- 05 Jun 20:18:21 607 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 05 Jun 20:18:21 607 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:18:21 686 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> css selector: .header]
Successfully navigated to the 'DocumentsPage' page [ScreenShot]
--- 05 Jun 20:18:21 925 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //a[text()='Administration']]
--- 05 Jun 20:18:29 004 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:18:29 005 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:18:29 149 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: immPageTitle]
--- 05 Jun 20:18:32 265 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:18:32 266 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:18:32 331 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> css selector: .header]
--- 05 Jun 20:18:32 507 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(@class,'clickable')]]
--- 05 Jun 20:18:40 384 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:18:40 384 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:18:44 049 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:18:44 050 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:18:47 509 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:18:47 509 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:18:47 598 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //*[@id="RemoteFeatureOptions_0"]/div[1]/b]
Successfully display label for Manage Remote Agreements Option [ScreenShot]
--- 05 Jun 20:18:50 114 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(@id,'ManageRemoteAgreements')]//span]
--- 05 Jun 20:20:13 476 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: TxtGroupTitle]
--- 05 Jun 20:20:14 129 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: btnSearch]
--- 05 Jun 20:20:18 457 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:20:18 458 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:20:18 502 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(@class,'clickable')]]
--- 05 Jun 20:20:26 199 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:20:26 200 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:20:29 785 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:20:29 785 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:20:33 179 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:20:33 179 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:20:33 261 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(@id,'ManageRemoteAgreements')]//span]
--- 05 Jun 20:21:56 499 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: TxtGroupTitle]
--- 05 Jun 20:21:57 229 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: btnSearch]
--- 05 Jun 20:22:01 621 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:22:01 621 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:22:01 658 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(@class,'clickable')]]
--- 05 Jun 20:22:09 486 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:22:09 486 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:22:12 963 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:22:12 963 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:22:16 446 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 05 Jun 20:22:16 447 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:22:16 529 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(@id,'ManageRemoteAgreements')]//span]
--- 05 Jun 20:23:36 815 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //a[text()='Administration']]
--- 05 Jun 20:23:43 826 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:23:43 827 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:23:43 911 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: (//*[@id='btnAddUser'])[1]]
--- 05 Jun 20:23:47 041 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:23:47 041 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:23:47 142 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> css selector: .header]
--- 05 Jun 20:23:50 472 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:23:50 472 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:23:50 551 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //input[@id='txtUserId']]
--- 05 Jun 20:23:51 535 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: btnSearch]
--- 05 Jun 20:23:55 900 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:23:55 900 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:23:59 055 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:23:59 055 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:24:02 156 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:24:02 156 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:24:05 335 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:24:05 336 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:24:08 540 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:24:08 541 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:24:08 626 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(@class,'clickable')]]
--- 05 Jun 20:24:16 004 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:24:16 005 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:24:16 246 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
--- 05 Jun 20:24:18 840 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
Expected: Permissions Tab should exist
Actual(Passed): Succesfully Found the Permissions Tab[ScreenShot]
Actual(Passed): Succesfully Found the Permissions Tab[ScreenShot]
--- 05 Jun 20:24:22 583 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:24:22 583 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:24:26 135 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:24:26 135 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:24:26 243 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //*[@id="RemoteFeatureOptions_0"]/div[1]/b]
Expected: Remote agreements shouldbe displayed
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Expected: APply highest permission should be checked
Actual(Passed): Apply User's Highest Group Permissions is checked[ScreenShot]
Actual(Passed): Apply User's Highest Group Permissions is checked[ScreenShot]
--- 05 Jun 20:24:26 758 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[text()='Manage Remote Agreements']]
--- 05 Jun 20:24:26 843 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(text(),'Manage Remote Agreements')]/preceding-sibling::div[1]//span]
Expected: Remote agreements check boxes are diplayed for Manage Remote Agreements
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Ad Hoc Document
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Web Form
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Reusable Templates
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Send in Bulk
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
--- 05 Jun 20:25:43 020 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(text(),'Manage Remote Agreements')]/preceding-sibling::div[1]/div[1]/div]
--- 05 Jun 20:25:46 699 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:25:46 700 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:25:50 139 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:25:50 139 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:25:50 219 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //input[@id='txtUserId']]
--- 05 Jun 20:25:51 249 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: btnSearch]
--- 05 Jun 20:25:55 559 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:25:55 560 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:25:58 701 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:25:58 701 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:26:01 833 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:26:01 834 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:26:04 981 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:26:04 982 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:26:08 062 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:26:08 062 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:26:08 179 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(@class,'clickable')]]
--- 05 Jun 20:26:15 563 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:26:15 563 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:26:15 800 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
--- 05 Jun 20:26:18 393 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
Expected: Permissions Tab should exist
Actual(Passed): Succesfully Found the Permissions Tab[ScreenShot]
Actual(Passed): Succesfully Found the Permissions Tab[ScreenShot]
--- 05 Jun 20:26:22 063 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:26:22 063 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:26:25 535 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:26:25 536 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:26:25 634 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //*[@id="RemoteFeatureOptions_0"]/div[1]/b]
Expected: Remote agreements shouldbe displayed
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Expected: APply highest permission should be checked
Actual(Passed): Apply User's Highest Group Permissions is checked[ScreenShot]
Actual(Passed): Apply User's Highest Group Permissions is checked[ScreenShot]
--- 05 Jun 20:26:26 139 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[text()='Manage Remote Agreements']]
--- 05 Jun 20:26:26 219 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(text(),'Manage Remote Agreements')]/preceding-sibling::div[1]//span]
Expected: Remote agreements check boxes are diplayed for Manage Remote Agreements
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Ad Hoc Document
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Web Form
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Reusable Templates
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Send in Bulk
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
--- 05 Jun 20:27:42 003 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(text(),'Manage Remote Agreements')]/preceding-sibling::div[1]/div[1]/div]
--- 05 Jun 20:27:45 558 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:27:45 558 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:27:48 940 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:27:48 940 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:27:49 035 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //input[@id='txtUserId']]
--- 05 Jun 20:27:49 957 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> id: btnSearch]
--- 05 Jun 20:27:54 248 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:27:54 249 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:27:57 399 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:27:57 400 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:28:00 500 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:28:00 501 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:28:03 653 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:28:03 654 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:28:06 751 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:28:06 751 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:28:06 835 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(@class,'clickable')]]
--- 05 Jun 20:28:14 160 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:28:14 161 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:28:14 382 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
--- 05 Jun 20:28:16 962 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
Expected: Permissions Tab should exist
Actual(Passed): Succesfully Found the Permissions Tab[ScreenShot]
Actual(Passed): Succesfully Found the Permissions Tab[ScreenShot]
--- 05 Jun 20:28:20 534 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:28:20 535 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:28:23 886 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:28:23 886 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:28:23 970 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //*[@id="RemoteFeatureOptions_0"]/div[1]/b]
Expected: Remote agreements shouldbe displayed
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Expected: APply highest permission should be checked
Actual(Passed): Apply User's Highest Group Permissions is checked[ScreenShot]
Actual(Passed): Apply User's Highest Group Permissions is checked[ScreenShot]
--- 05 Jun 20:28:24 467 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[text()='Manage Remote Agreements']]
--- 05 Jun 20:28:24 546 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(text(),'Manage Remote Agreements')]/preceding-sibling::div[1]//span]
Expected: Remote agreements check boxes are diplayed for Manage Remote Agreements
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Actual(Passed): Remote agreements Option is displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Ad Hoc Document
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Web Form
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Reusable Templates
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Expected: Remote agreements check boxes is not diplayed for Send in Bulk
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
Actual(Passed): Remote agreements Option is Not displayed[ScreenShot]
--- 05 Jun 20:29:40 393 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //div[contains(text(),'Manage Remote Agreements')]/preceding-sibling::div[1]/div[1]/div]
--- 05 Jun 20:29:43 958 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 05 Jun 20:29:43 959 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:29:44 031 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //a[text()='Processing']]
--- 05 Jun 20:29:46 646 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //a[text()='Processing']]
--- 05 Jun 20:29:49 203 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //a[text()='Processing']]
--- 05 Jun 20:29:51 777 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //a[text()='Administration']]
--- 05 Jun 20:29:54 764 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2e77a3fda7804cc2ce7971132bcc9e60)] -> xpath: //a[text()='Administration']]
--- 05 Jun 20:29:57 598 - TestCaseID:: DeactivateFI
--- 05 Jun 20:29:59 528 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 05 Jun 20:30:06 179 - 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=82836935-b8f4-4dc9-95e2-1c693dbbd9ca&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=v9dc_ntxtrecttc2q4xualj16mjsaknjrspeitez9je&code_challenge_method=s256&nonce=3267645c-434f-497a-b430-5dfbcdba4c92&state=eyjpzci6ijk3mtuzmzbjltfjzdgtnda1os04mdrklwy0mjg4zwyxotvhysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 05 Jun 20:30:06 180 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:30:24 985 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> id: idSIButton9]
--- 05 Jun 20:30:25 058 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> id: i0116]
--- 05 Jun 20:30:25 712 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> id: idSIButton9]
--- 05 Jun 20:30:28 983 - 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=82836935-b8f4-4dc9-95e2-1c693dbbd9ca&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=v9dc_ntxtrecttc2q4xualj16mjsaknjrspeitez9je&code_challenge_method=s256&nonce=3267645c-434f-497a-b430-5dfbcdba4c92&state=eyjpzci6ijk3mtuzmzbjltfjzdgtnda1os04mdrklwy0mjg4zwyxotvhysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 05 Jun 20:30:28 984 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:30:31 116 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> id: idSIButton9]
--- 05 Jun 20:30:35 679 - Page URL:: https://login.microsoftonline.com/common/login
--- 05 Jun 20:30:35 679 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:30:35 757 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> id: lightbox]
--- 05 Jun 20:30:35 824 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> id: idSIButton9]
--- 05 Jun 20:30:39 856 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 05 Jun 20:30:39 856 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:30:43 042 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 05 Jun 20:30:43 042 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:30:43 126 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> id: createdFIList]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 05 Jun 20:30:46 471 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 05 Jun 20:30:46 471 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:30:46 555 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> css selector: .header]
--- 05 Jun 20:30:49 715 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 05 Jun 20:30:53 090 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Jun 20:30:53 090 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:30:56 179 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Jun 20:30:56 180 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:30:59 239 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Jun 20:30:59 239 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:31:23 627 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 05 Jun 20:31:26 714 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Jun 20:31:26 715 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:31:26 833 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 05 Jun 20:31:33 141 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Jun 20:31:33 141 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:31:36 534 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> xpath: //span[@id='item-undefined']]
--- 05 Jun 20:31:39 993 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Jun 20:31:39 994 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
Fi Status is Activated
--- 05 Jun 20:31:43 688 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Jun 20:31:43 688 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:31:43 720 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> xpath: //*[contains(@class,'statusBtn ')]]
--- 05 Jun 20:31:46 898 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> xpath: //*[contains(@class,'modal-body')]]
--- 05 Jun 20:31:57 684 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fce36af6c73a11a58ec6cc4f6cbfdc05)] -> xpath: //*[@class='toast-body']/span]
Test Passed.
VerifyCreateFiCompleteFlowWithOEMandLegacy({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=Ad Hoc Document,Web Form,R...)
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]
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]
--- 05 Jun 19:56:46 630 - TestCaseID:: VerifyCreateFiCompleteFlowWithOEMandLegacy
--- 05 Jun 19:56:51 311 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
Verify Create Fi Complete Flow With when Remote Sign disabled
Steps:
--- 05 Jun 19:56:57 633 - 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=8348b827-8843-44b0-8177-1ca21dec8118&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=r-_ht0a05axewue46rxjjbvizkyc3zer9eg02x9wih0&code_challenge_method=s256&nonce=253c600e-da42-4c39-b884-707f54242022&state=eyjpzci6imrhymewmti5lwe0mwitndcwzs04mdizltlmztayody5zdyzmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 05 Jun 19:56:57 635 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:16 809 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: idSIButton9]
--- 05 Jun 19:57:16 908 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: i0116]
--- 05 Jun 19:57:17 709 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: idSIButton9]
--- 05 Jun 19:57:21 003 - 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=8348b827-8843-44b0-8177-1ca21dec8118&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=r-_ht0a05axewue46rxjjbvizkyc3zer9eg02x9wih0&code_challenge_method=s256&nonce=253c600e-da42-4c39-b884-707f54242022&state=eyjpzci6imrhymewmti5lwe0mwitndcwzs04mdizltlmztayody5zdyzmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 05 Jun 19:57:21 004 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:23 175 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: idSIButton9]
--- 05 Jun 19:57:27 884 - Page URL:: https://login.microsoftonline.com/common/login
--- 05 Jun 19:57:27 885 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:27 990 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: lightbox]
--- 05 Jun 19:57:28 104 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: idSIButton9]
--- 05 Jun 19:57:32 288 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 05 Jun 19:57:32 289 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:35 533 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 05 Jun 19:57:35 534 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:35 632 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: createdFIList]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 05 Jun 19:57:39 133 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 05 Jun 19:57:39 134 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:39 241 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> css selector: .header]
Successfully navigated to 'Create an FI' page [ScreenShot]
--- 05 Jun 19:57:39 527 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: btnAddFI]
Add Fi button is diplayed [ScreenShot]
--- 05 Jun 19:57:39 786 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: btnAddFI]
--- 05 Jun 19:57:45 071 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 05 Jun 19:57:45 071 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:48 180 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 05 Jun 19:57:48 181 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:48 276 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> xpath: .//input[@id='hostFIID']]
--- 05 Jun 19:57:51 416 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 05 Jun 19:57:51 417 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:51 496 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> css selector: .header]
--- 05 Jun 19:57:54 604 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 05 Jun 19:57:54 605 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:54 681 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> xpath: .//input[@id='hostFIID']]
--- 05 Jun 19:57:57 785 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 05 Jun 19:57:57 785 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:57:57 864 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> css selector: .header]
Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
--- 05 Jun 19:58:03 833 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: btnValidateHostFiid]
--- 05 Jun 19:58:15 700 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 05 Jun 19:58:15 701 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:58:18 860 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 05 Jun 19:58:18 861 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:58:18 941 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 05 Jun 19:58:22 057 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 05 Jun 19:58:22 058 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:58:22 161 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> css selector: .header]
--- 05 Jun 19:58:25 286 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 05 Jun 19:58:25 287 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:58:25 395 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 05 Jun 19:58:28 539 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 05 Jun 19:58:28 540 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:58:28 624 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> css selector: .header]
Successfully navigated to the 'Azure Details' page [ScreenShot]
Next button is enabled [ScreenShot]
--- 05 Jun 19:58:34 695 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: btnNext]
--- 05 Jun 19:58:40 014 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 05 Jun 19:58:40 015 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:58:43 130 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 05 Jun 19:58:43 130 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:58:43 208 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 05 Jun 19:58:46 300 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 05 Jun 19:58:46 301 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:58:46 381 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> css selector: .header]
--- 05 Jun 19:58:49 496 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 05 Jun 19:58:49 497 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:58:49 642 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 05 Jun 19:58:52 751 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 05 Jun 19:58:52 752 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:58:52 849 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> css selector: .header]
Successfully navigated to the 'SummaryPage' page [ScreenShot]
--- 05 Jun 19:58:55 141 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: btnConfirm]
--- 05 Jun 19:58:55 222 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: btnConfirm]
--- 05 Jun 19:59:00 508 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 19:59:00 509 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:59:03 596 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 19:59:03 597 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:59:03 680 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 05 Jun 19:59:06 784 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 19:59:06 785 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:59:06 868 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> css selector: .header]
--- 05 Jun 19:59:09 963 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 19:59:09 963 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:59:10 042 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 05 Jun 19:59:13 117 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 19:59:13 118 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 19:59:13 189 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> css selector: .header]
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'
--- 05 Jun 20:03:05 690 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 20:03:05 691 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:03:08 835 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 20:03:08 836 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:03:11 927 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 20:03:11 928 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:03:30 749 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: step_title]
--- 05 Jun 20:03:33 826 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 20:03:33 827 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 05 Jun 20:03:52 615 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7bdb17aac56eb436689abd87615e6f85)] -> id: step_title]
Successfully navigated to the 'Add-Ons Page' page [ScreenShot]
--- 05 Jun 20:03:55 905 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 05 Jun 20:03:55 906 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
16 ignored methods
com.imm.testscripts.CreateFi.CreateFi
CreateFiwithFiAdmin1andFiAdmin2andLoginWithcuadmin
VerifyAzureDetailsSummaryAndInfrastrucure
CreateFiwithAndWithoutRemoteSign
AllValidationforFiAdmin1AndFiAdmin2
VerifyAdobeOEMAccountInRemoteSettingsSummaryPage
verifyIfFIIDconsistsSpecialCharacter
VerifyAdobeOEMCreateAccountButtoninTM
createNewFI
VerifyAddonPlatformSettings
verifycreateNewFIRemoteIDMe
createeSignPlusFI
VerifyBasicDetails
verifycreateNewFIDefaultSMS
CreateFiwithFiAdmin1andFiAdmin2
VerifyMenuBarForLoggedInUsersInSign
verifycreateNewFIwithoutRemoteIDMe
VerifyAzureDetailsSummaryAndInfrastrucure
CreateFiwithAndWithoutRemoteSign
AllValidationforFiAdmin1AndFiAdmin2
VerifyAdobeOEMAccountInRemoteSettingsSummaryPage
verifyIfFIIDconsistsSpecialCharacter
VerifyAdobeOEMCreateAccountButtoninTM
createNewFI
VerifyAddonPlatformSettings
verifycreateNewFIRemoteIDMe
createeSignPlusFI
VerifyBasicDetails
verifycreateNewFIDefaultSMS
CreateFiwithFiAdmin1andFiAdmin2
VerifyMenuBarForLoggedInUsersInSign
verifycreateNewFIwithoutRemoteIDMe
Methods in chronological order
com.imm.testscripts.CreateFi.CreateFi
initialize(org.testng.TestRunner@7e5ed991)
0 ms
init(org.testng.TestRunner@7e5ed991)
143518 ms
VerifyCreateFiCompleteFlowWithOEMandLegacy({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=Ad Hoc Document,Web Form,R...)
148290 ms
VerifyCreateFiCompleteFlowWithOEMandLegacy({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=Manage Remote Agreements, ...)
2136513 ms