com.imm.testscripts.ManageFi.ManageFi
verifyAzureDetailsTabs
(, chrome_Windows 11)
org.openqa.selenium.NoSuchElementException: Timed out after 5 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.$Proxy18.getAttribute(Unknown Source)
at com.imm.pages.AzureDetails.verifyAdDomainUpdate(AzureDetails.java:491)
at com.imm.testscripts.ManageFi.ManageFi.verifyAzureDetailsTabs(ManageFi.java:2093)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
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: no such element: Unable to locate element: {"method":"css selector","selector":"#errorDomain2"}
(Session info: chrome=125.0.6422.78)
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 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.6'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [c91894d1ed808c3177df6ba0bf12f8cc, findElement {using=id, value=errorDomain2}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 125.0.6422.78, chrome: {chromedriverVersion: 125.0.6422.78 (14db42ec38ad..., userDataDir: C:\Users\CHINTA~1.CHO\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:62486}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.1.5:4444/sessi..., se:cdpVersion: 125.0.6422.78, 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: c91894d1ed808c3177df6ba0bf12f8cc
at jdk.internal.reflect.GeneratedConstructorAccessor15.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
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 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)
... 32 more
(Verify Azure Details Tab)
verifyClientSettingsTabs
(, chrome_Windows 11)
org.openqa.selenium.JavascriptException: javascript error: {"status":60,"value":"[object HTMLSpanElement] has no size and location"}
(Session info: chrome=125.0.6422.78)
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.6'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [9e883dec19a2bc4977949d3d4123a446, actions {actions=[org.openqa.selenium.interactions.Sequence@61d8c68d]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 125.0.6422.78, chrome: {chromedriverVersion: 125.0.6422.78 (14db42ec38ad..., userDataDir: C:\Users\CHINTA~1.CHO\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:63723}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.1.5:4444/sessi..., se:cdpVersion: 125.0.6422.78, 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: 9e883dec19a2bc4977949d3d4123a446
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
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.RemoteWebDriver.perform(RemoteWebDriver.java:619)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:281)
at com.imm.pages.NewTemplatePage.clickRedirection(NewTemplatePage.java:504)
at com.imm.testscripts.ManageFi.ManageFi.verifyClientSettingsTabs(ManageFi.java:616)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Client Settings Tab)
verifyClientSettingsTabs
(, chrome_Windows 11)
org.openqa.selenium.JavascriptException: javascript error: {"status":60,"value":"[object HTMLSpanElement] has no size and location"}
(Session info: chrome=125.0.6422.78)
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.6'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [0b89b24c2af2440a834e3960638589a7, actions {actions=[org.openqa.selenium.interactions.Sequence@25616df8]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 125.0.6422.78, chrome: {chromedriverVersion: 125.0.6422.78 (14db42ec38ad..., userDataDir: C:\Users\CHINTA~1.CHO\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:63921}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.1.5:4444/sessi..., se:cdpVersion: 125.0.6422.78, 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: 0b89b24c2af2440a834e3960638589a7
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
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.RemoteWebDriver.perform(RemoteWebDriver.java:619)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:281)
at com.imm.pages.NewTemplatePage.clickRedirection(NewTemplatePage.java:504)
at com.imm.testscripts.ManageFi.ManageFi.verifyClientSettingsTabs(ManageFi.java:616)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Client Settings Tab)
verifyDeletionOfDictionaries
(, chrome_Windows 11)
java.lang.AssertionError: eSign Platform page didn't open up
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.pages.PlatformsPage.isLoaded(PlatformsPage.java:87)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.ManageFiPage.clickOnPlatFormSettings(ManageFiPage.java:623)
at com.imm.testscripts.ManageFi.ManageFi.verifyDeletionOfDictionaries(ManageFi.java:1347)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Deletion of Dictionaries)
verifyFIDetailsInDifferentSettingsTabs
(, chrome_Windows 11)
java.lang.AssertionError: Failed to search the FI
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:511)
at com.imm.support.Log.assertThat(Log.java:656)
at com.imm.testscripts.ManageFi.ManageFi.verifyFIDetailsInDifferentSettingsTabs(ManageFi.java:490)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify FI Details and Settings should be categorized into a logical grouping)
verifyPlatFormOverrideDisbale
(, chrome_Windows 11)
java.lang.AssertionError: Documents Maintenance page didn't open up
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.pages.eSignPage.isLoaded(eSignPage.java:123)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.testscripts.ManageFi.ManageFi.verifyPlatFormOverrideDisbale(ManageFi.java:2595)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify PlatForm Override Disable)
verifyPlatformSettingsTabs
(, chrome_Windows 11)
java.lang.AssertionError: eSign Platform page didn't open up
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.pages.PlatformsPage.isLoaded(PlatformsPage.java:87)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.ManageFiPage.clickOnPlatFormSettings(ManageFiPage.java:623)
at com.imm.testscripts.ManageFi.ManageFi.verifyPlatformSettingsTabs(ManageFi.java:365)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Platform Settings Tab)
verifyPlatformSettingsTabs
(, chrome_Windows 11)
java.lang.AssertionError: eSign Platform page didn't open up
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.pages.PlatformsPage.isLoaded(PlatformsPage.java:87)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.ManageFiPage.clickOnPlatFormSettings(ManageFiPage.java:623)
at com.imm.testscripts.ManageFi.ManageFi.verifyPlatformSettingsTabs(ManageFi.java:365)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Platform Settings Tab)
verifyPlatformSettingsTabs
(, chrome_Windows 11)
java.lang.AssertionError: eSign Platform page didn't open up
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.pages.PlatformsPage.isLoaded(PlatformsPage.java:87)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.ManageFiPage.clickOnPlatFormSettings(ManageFiPage.java:623)
at com.imm.testscripts.ManageFi.ManageFi.verifyPlatformSettingsTabs(ManageFi.java:365)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Platform Settings Tab)
verifySwitchingBetweenFIsinOtherSettingsTab
(, chrome_Windows 11)
java.lang.AssertionError: Failed to search the FI
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:511)
at com.imm.support.Log.assertThat(Log.java:656)
at com.imm.testscripts.ManageFi.ManageFi.verifySwitchingBetweenFIsinOtherSettingsTab(ManageFi.java:3405)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Swithing between FI's in Other Settings tab ManageFI Page)
verifySwitchingBetweenFIsinPlatformOverrideTab
(, chrome_Windows 11)
java.lang.AssertionError: eSign Platform Override page didn't open up
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.pages.PlatformOverridePage.isLoaded(PlatformOverridePage.java:89)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.ManageFiPage.clickOnPlatFormOverride(ManageFiPage.java:632)
at com.imm.testscripts.ManageFi.ManageFi.verifySwitchingBetweenFIsinPlatformOverrideTab(ManageFi.java:3005)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Swithing between FI's in Platform Override tab ManageFI Page)
verifySwitchingBetweenFIsinPlatformsTab
(, chrome_Windows 11)
java.lang.AssertionError: eSign Platform page didn't open up
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.pages.PlatformsPage.isLoaded(PlatformsPage.java:87)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.ManageFiPage.clickOnPlatFormSettings(ManageFiPage.java:623)
at com.imm.testscripts.ManageFi.ManageFi.verifySwitchingBetweenFIsinPlatformsTab(ManageFi.java:3083)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Swithing between FI's in Platforms tab ManageFI Page)
verifySwitchingBetweenTabsinPlatformsTab
(, chrome_Windows 11)
java.lang.AssertionError: eSign Platform page didn't open up
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.pages.PlatformsPage.isLoaded(PlatformsPage.java:87)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.ManageFiPage.clickOnPlatFormSettings(ManageFiPage.java:623)
at com.imm.testscripts.ManageFi.ManageFi.verifySwitchingBetweenTabsinPlatformsTab(ManageFi.java:4452)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Swithing between Tabs in Platforms tab ManageFI Page)
verifyWebHooksSettingsTab
(, chrome_Windows 11)
java.lang.AssertionError: Button 'Yes' & 'No' are not displayed
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:511)
at com.imm.support.Log.assertThat(Log.java:656)
at com.imm.pages.RemoteSettingsPage.YesorNoButtons(RemoteSettingsPage.java:307)
at com.imm.testscripts.ManageFi.ManageFi.verifyWebHooksSettingsTab(ManageFi.java:4137)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Web Hooks Settings Tab)
com.imm.testscripts.ManageFi.ManageFi
C:\Users\sa_chintan.choksi\git\TenantManager\test-output\testng-failed.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" name="Failed suite [Failed suite [IMM_Esign_Chrome]]" guice-stage="DEVELOPMENT" verbose="3">
<parameter name="webSite" value="https://esignnonprod.immesign.com/qa/tenantmanager/"/>
<parameter name="projectKey" value="ESPC"/>
<parameter name="deviceHost" value="localhost"/>
<parameter name="sessionUrl" value="https://esignnonprod.immesign.com/qa/tenantmanager/"/>
<parameter name="devicePort" value="4444"/>
<parameter name="browserName" value="chrome_windows"/>
<listeners>
<listener class-name="com.imm.support.MethodInterceptor"/>
</listeners>
<test thread-count="500" name="IMM_Test_Chrome(failed)(failed)" verbose="3">
<classes>
<class name="com.imm.testscripts.ManageFi.ManageFi">
<methods>
<include name="LogineSignandVerifyClientSettings" invocation-numbers="0"/>
<include name="verifyAzureDetailsTabs" invocation-numbers="0"/>
<include name="verifySwitchingBetweenTabsFromBasicDetailsTabs" invocation-numbers="0"/>
<include name="verifyPlatformSettingsTabs" invocation-numbers="0 1 2"/>
<include name="verifyWebHooksSettingsTab" invocation-numbers="0"/>
<include name="init"/>
<include name="verifySwitchingBetweenFIsinOtherSettingsTab" invocation-numbers="0"/>
<include name="verifyBasicDetailsTabs" invocation-numbers="0"/>
<include name="verifyPlatFormOverrideDisbale" invocation-numbers="0"/>
<include name="verifySwitchingBetweenFIsinPlatformsTab" invocation-numbers="0"/>
<include name="verifySwitchingBetweenTabsinPlatformsTab" invocation-numbers="0"/>
<include name="verifyClientSettingsTabs" invocation-numbers="0 1"/>
<include name="verifyFIDetailsInDifferentSettingsTabs" invocation-numbers="0"/>
<include name="verifySwitchingBetweenFIsinVerifastSettingsTab" invocation-numbers="0"/>
<include name="verifySwitchingBetweenTabsinVerifastSettingsTabs" invocation-numbers="0"/>
<include name="verifyRemoteSettingsinEsignatureManagementPage" invocation-numbers="0"/>
<include name="verifySwitchingBetweenFIsinPlatformOverrideTab" invocation-numbers="0"/>
<include name="verifyDeletionOfDictionaries" invocation-numbers="0"/>
</methods>
</class> <!-- com.imm.testscripts.ManageFi.ManageFi -->
</classes>
</test> <!-- IMM_Test_Chrome(failed)(failed) -->
</suite> <!-- Failed suite [Failed suite [IMM_Esign_Chrome]] -->
Tests for Failed suite [Failed suite [IMM_Esign_Chrome]]
- IMM_Test_Chrome(failed)(failed) (1 class)
Groups for Failed suite [Failed suite [IMM_Esign_Chrome]]
FIOnboarding
LogineSignandVerifyClientSettings
verifyAzureDetailsTabs
verifyBasicDetailsTabs
verifyClientSettingsTabs
verifyDeletionOfDictionaries
verifyFIDetailsInDifferentSettingsTabs
verifyPlatFormOverrideDisbale
verifyPlatformSettingsTabs
verifyRemoteSettingsinEsignatureManagementPage
verifySwitchingBetweenFIsinOtherSettingsTab
verifySwitchingBetweenFIsinPlatformOverrideTab
verifySwitchingBetweenFIsinPlatformsTab
verifySwitchingBetweenFIsinVerifastSettingsTab
verifySwitchingBetweenTabsFromBasicDetailsTabs
verifySwitchingBetweenTabsinPlatformsTab
verifySwitchingBetweenTabsinVerifastSettingsTabs
verifyWebHooksSettingsTab
P1
LogineSignandVerifyClientSettings
verifyAzureDetailsTabs
verifyBasicDetailsTabs
verifyClientSettingsTabs
verifyDeletionOfDictionaries
verifyFIDetailsInDifferentSettingsTabs
verifyPlatFormOverrideDisbale
verifyPlatformSettingsTabs
verifyRemoteSettingsinEsignatureManagementPage
verifySwitchingBetweenFIsinOtherSettingsTab
verifySwitchingBetweenFIsinPlatformOverrideTab
verifySwitchingBetweenFIsinPlatformsTab
verifySwitchingBetweenFIsinVerifastSettingsTab
verifySwitchingBetweenTabsFromBasicDetailsTabs
verifySwitchingBetweenTabsinPlatformsTab
verifySwitchingBetweenTabsinVerifastSettingsTabs
verifyWebHooksSettingsTab
Smoke
LogineSignandVerifyClientSettings
verifyAzureDetailsTabs
verifyBasicDetailsTabs
verifyClientSettingsTabs
verifyDeletionOfDictionaries
verifyFIDetailsInDifferentSettingsTabs
verifyPlatFormOverrideDisbale
verifyPlatformSettingsTabs
verifyRemoteSettingsinEsignatureManagementPage
verifySwitchingBetweenFIsinOtherSettingsTab
verifySwitchingBetweenFIsinPlatformOverrideTab
verifySwitchingBetweenFIsinPlatformsTab
verifySwitchingBetweenFIsinVerifastSettingsTab
verifySwitchingBetweenTabsFromBasicDetailsTabs
verifySwitchingBetweenTabsinPlatformsTab
verifySwitchingBetweenTabsinVerifastSettingsTabs
verifyWebHooksSettingsTab
Times for Failed suite [Failed suite [IMM_Esign_Chrome]]
Total running time: 58 minutes
Reporter output for Failed suite [Failed suite [IMM_Esign_Chrome]]
verifyBasicDetailsTabs(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Clicked on Cancel button
Clicked on Cancel button
Clicked on Cancel button
Clicked on Save button
Test Passed.
--- 24 May 15:57:55 384 - TestCaseID:: verifyBasicDetailsTabs
--- 24 May 15:57:56 115 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:58:02 172 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 15:58:02 172 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:58:05 933 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: idSIButton9]
--- 24 May 15:58:05 998 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: i0116]
--- 24 May 15:58:11 217 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: idSIButton9]
--- 24 May 15:58:12 493 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: i0118]
--- 24 May 15:58:18 445 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:58:18 445 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:58:18 495 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: lightbox]
--- 24 May 15:58:19 609 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: idSIButton9]
--- 24 May 15:58:22 487 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 15:58:22 489 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:58:26 489 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 15:58:26 748 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:58:26 749 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:58:26 815 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> css selector: .header]
--- 24 May 15:58:30 134 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 15:58:30 418 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:58:30 418 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:58:31 580 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 15:58:31 636 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:58:31 637 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:58:31 701 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 15:58:31 935 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 15:58:32 392 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 15:58:35 617 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:58:35 619 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:58:37 800 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:58:38 007 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 15:58:44 241 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:58:44 242 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:58:49 590 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:58:49 590 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:58:49 638 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:58:49 717 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:58:49 718 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:58:49 775 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> css selector: .header]
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:59:29 311 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:59:29 941 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:59:30 449 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: addressLine1]
--- 24 May 15:59:33 843 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:59:34 509 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:59:37 625 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:59:38 113 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:59:43 356 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: btnValidateHostFiid]
--- 24 May 15:59:43 393 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: fiName]
--- 24 May 15:59:46 794 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:59:49 927 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:59:50 439 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:59:58 809 - Unable to find an element after 3 sec ==> [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: btnValidateHostFiid]
--- 24 May 15:59:58 853 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: fiName]
--- 24 May 16:00:02 192 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 16:00:05 345 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 16:00:05 820 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 16:00:14 198 - Unable to find an element after 3 sec ==> [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: btnValidateHostFiid]
--- 24 May 16:00:14 239 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: fiName]
--- 24 May 16:00:17 580 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 16:00:17 679 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 16:00:22 960 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: fiName]
--- 24 May 16:00:23 005 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: fiName]
--- 24 May 16:00:23 957 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 16:00:24 307 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 16:00:27 787 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: fiName]
--- 24 May 16:00:36 205 - Unable to find an element after 3 sec ==> [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: btnValidateHostFiid]
--- 24 May 16:00:36 252 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 16:00:39 637 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 16:00:39 881 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 16:00:39 980 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: fiName]
--- 24 May 16:00:40 075 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: fiName]
--- 24 May 16:00:45 541 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 16:00:45 872 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: fiName]
--- 24 May 16:00:46 052 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:00:46 052 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:00:51 140 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='image']]
--- 24 May 16:01:08 377 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 16:01:13 668 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:01:13 668 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:01:18 762 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='image']]
--- 24 May 16:01:36 019 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 16:01:41 321 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:01:41 321 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:01:46 422 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> xpath: .//input[@id='image']]
--- 24 May 16:02:13 888 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: .//div[@class='text-danger ng-star-inserted']'
--- 24 May 16:02:24 089 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: previewLogo]
--- 24 May 16:02:25 058 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: addressLine1]
--- 24 May 16:02:25 694 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: addressLine2]
--- 24 May 16:02:26 365 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: addressLine3]
--- 24 May 16:02:27 152 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: city]
--- 24 May 16:02:27 824 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: state]
--- 24 May 16:02:28 505 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: country]
--- 24 May 16:02:31 361 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: zip]
--- 24 May 16:02:32 108 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: zip]
--- 24 May 16:02:32 762 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: zip]
--- 24 May 16:02:33 630 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: zip]
--- 24 May 16:02:34 431 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8031fe50d884559362a61ffb60cf48c4)] -> id: zip]
Clicked on Cancel button
Clicked on Cancel button
Clicked on Cancel button
Clicked on Save button
Test Passed.
verifySwitchingBetweenFIsinVerifastSettingsTab(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Manage FI title displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
Successfully alert message displayed [ScreenShot]
Successfully validated alert message 1 [ScreenShot]
Successfully validated alert message 2 [ScreenShot]
Successfully validated alert message 3 [ScreenShot]
Successfully validated alert message 4 [ScreenShot]
Successfully stayed on same FI [ScreenShot]
Successfully alert message displayed [ScreenShot]
Successfully switched to another FI [ScreenShot]
Successfully alert message displayed [ScreenShot]
Successfully validated alert message 1 [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Test Passed.
--- 24 May 16:17:53 172 - TestCaseID:: verifySwitchingBetweenFIsinVerifastSettingsTab
--- 24 May 16:17:54 012 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:17:59 763 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:17:59 763 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:18:02 912 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> id: idSIButton9]
--- 24 May 16:18:02 986 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> id: i0116]
--- 24 May 16:18:08 213 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> id: idSIButton9]
--- 24 May 16:18:09 509 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> id: i0118]
--- 24 May 16:18:15 432 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:18:15 432 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:18:15 480 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> id: lightbox]
--- 24 May 16:18:16 602 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> id: idSIButton9]
--- 24 May 16:18:19 460 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:18:19 461 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:18:23 539 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:18:23 801 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:18:23 802 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:18:23 873 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> css selector: .header]
--- 24 May 16:18:27 188 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:18:27 461 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:18:27 461 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:18:28 677 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:18:28 728 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:18:28 729 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:18:28 787 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:18:29 034 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
Manage FI title displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:18:29 508 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 16:18:32 795 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:18:32 795 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:18:35 035 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:18:35 246 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 16:18:46 508 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:18:46 568 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:18:46 802 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:18:46 803 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:18:46 858 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:18:46 928 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:18:46 928 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:18:46 989 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
--- 24 May 16:18:49 274 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> id: veryFastUrl]
--- 24 May 16:18:54 580 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> id: signersIdle]
--- 24 May 16:18:59 834 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> id: signingStatus]
--- 24 May 16:19:08 075 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:19:08 076 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:19:08 122 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //span[@class='pointer']]
--- 24 May 16:19:13 434 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:19:13 434 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:19:15 757 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:19:15 965 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> css selector: input[type=text]]
--- 24 May 16:19:23 593 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //*[contains(@id,'Process')]/c-modal-dialog/c-modal-content/div[2]/c-modal-body/div]
Successfully alert message displayed [ScreenShot]
Successfully validated alert message 1 [ScreenShot]
Successfully validated alert message 2 [ScreenShot]
Successfully validated alert message 3 [ScreenShot]
Successfully validated alert message 4 [ScreenShot]
--- 24 May 16:19:24 988 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //*[contains(@id, 'Process')]/c-modal-dialog/c-modal-content/div[2]/c-modal-body/div/parent::*/following-sibling::*/*[2]]
Successfully stayed on same FI [ScreenShot]
--- 24 May 16:19:28 891 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:19:28 891 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:19:28 931 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //span[@class='pointer']]
--- 24 May 16:19:34 350 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:19:34 350 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:19:36 590 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:19:36 783 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> css selector: input[type=text]]
--- 24 May 16:19:44 418 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //*[contains(@id,'Process')]/c-modal-dialog/c-modal-content/div[2]/c-modal-body/div]
Successfully alert message displayed [ScreenShot]
--- 24 May 16:19:45 006 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //*[contains(@id, 'Process')]/c-modal-dialog/c-modal-content/div[2]/c-modal-body/div/parent::*/following-sibling::*/*[2]]
Successfully switched to another FI [ScreenShot]
--- 24 May 16:19:58 909 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:19:58 909 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:19:58 951 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //span[@class='pointer']]
--- 24 May 16:20:04 344 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:20:04 344 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:20:06 572 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:20:06 795 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> css selector: input[type=text]]
--- 24 May 16:20:14 358 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //*[contains(@id,'Process')]/c-modal-dialog/c-modal-content/div[2]/c-modal-body/div]
Successfully alert message displayed [ScreenShot]
Successfully validated alert message 1 [ScreenShot]
--- 24 May 16:20:14 886 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //*[contains(@id, 'Process')]/c-modal-dialog/c-modal-content/div[2]/c-modal-body/div/parent::*/following-sibling::*/*[2]]
--- 24 May 16:20:20 418 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:20:20 480 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:20:20 729 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:20:20 730 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:20:20 775 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:20:20 844 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:20:20 844 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:20:20 907 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3495f782a03dd65a370d839fe48a3a0e)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Test Passed.
verifySwitchingBetweenTabsFromBasicDetailsTabs(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully validated Basic Details are not updated [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully validated Basic Details are not updated [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully validated Basic Details are not updated [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully validated Basic Details are not updated [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully validated Basic Details are not updated [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully validated Basic Details are not updated [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully validated Basic Details are not updated [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully navigated to 'BasicDetials' page [ScreenShot]
Successfully validated Basic Details are not updated [ScreenShot]
Test Passed.
--- 24 May 15:41:51 685 - TestCaseID:: verifySwitchingBetweenTabsFromBasicDetailsTabs
--- 24 May 15:41:52 460 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:41:58 559 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 15:41:58 559 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:42:02 783 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: idSIButton9]
--- 24 May 15:42:02 858 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: i0116]
--- 24 May 15:42:08 120 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: idSIButton9]
--- 24 May 15:42:09 376 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: i0118]
--- 24 May 15:42:15 258 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:42:15 259 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:42:15 312 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: lightbox]
--- 24 May 15:42:16 428 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: idSIButton9]
--- 24 May 15:42:19 948 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 15:42:19 948 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:42:23 907 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 15:42:24 155 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:42:24 157 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:42:24 232 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
--- 24 May 15:42:26 502 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 15:42:26 787 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:42:26 787 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:42:27 931 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 15:42:27 986 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:42:27 986 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:42:28 051 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 15:42:28 269 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 15:42:28 775 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 15:42:31 997 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:42:31 999 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:42:34 216 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:42:34 380 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 15:42:40 574 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:42:40 574 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:42:45 885 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:42:45 885 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:42:45 933 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:42:46 018 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:42:46 018 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:42:46 084 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:42:48 283 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:42:48 900 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:42:52 040 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:42:52 559 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:42:57 837 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnValidateHostFiid]
--- 24 May 15:42:57 882 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:43:01 265 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:43:04 392 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:43:04 923 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:43:13 249 - Unable to find an element after 3 sec ==> [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnValidateHostFiid]
--- 24 May 15:43:13 307 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:43:16 663 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:43:19 782 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:43:20 273 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:43:28 780 - Unable to find an element after 3 sec ==> [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnValidateHostFiid]
--- 24 May 15:43:28 844 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:43:32 184 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:43:32 295 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:43:37 562 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:43:37 603 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:43:38 651 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:43:39 018 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:43:39 126 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:43:39 242 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:43:39 346 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:43:44 765 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:43:45 133 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:43:46 173 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
--- 24 May 15:43:46 961 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine2]
--- 24 May 15:43:47 717 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine3]
--- 24 May 15:43:48 551 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: city]
--- 24 May 15:43:49 271 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: state]
--- 24 May 15:43:50 024 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: country]
--- 24 May 15:43:52 903 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: zip]
--- 24 May 15:43:56 433 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:43:57 014 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:43:57 014 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:44:00 212 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:44:11 010 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/azure
--- 24 May 15:44:11 010 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:44:16 322 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:44:16 322 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:44:16 369 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:44:16 456 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:44:16 456 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:44:16 530 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:44:18 775 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:44:19 415 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:44:19 907 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
Successfully validated Basic Details are not updated [ScreenShot]
--- 24 May 15:44:21 354 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:44:26 639 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:44:26 680 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:44:27 761 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:44:28 096 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:44:28 204 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:44:28 292 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:44:28 415 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:44:33 846 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:44:34 191 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:44:35 184 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
--- 24 May 15:44:35 866 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine2]
--- 24 May 15:44:36 610 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine3]
--- 24 May 15:44:37 502 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: city]
--- 24 May 15:44:38 217 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: state]
--- 24 May 15:44:38 973 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: country]
--- 24 May 15:44:41 869 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: zip]
--- 24 May 15:44:45 412 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:44:45 987 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:44:45 987 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:44:49 177 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:45:00 025 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platforms
--- 24 May 15:45:00 025 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:45:05 393 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:45:05 393 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:45:05 440 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:45:05 528 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:45:05 528 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:45:05 597 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:45:07 830 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:45:08 448 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:45:08 966 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
Successfully validated Basic Details are not updated [ScreenShot]
--- 24 May 15:45:10 291 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:45:15 594 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:45:15 637 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:45:16 632 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:45:16 979 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:45:17 082 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:45:17 179 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:45:17 275 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:45:22 705 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:45:23 057 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:45:24 071 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
--- 24 May 15:45:24 780 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine2]
--- 24 May 15:45:25 552 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine3]
--- 24 May 15:45:26 404 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: city]
--- 24 May 15:45:27 134 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: state]
--- 24 May 15:45:27 865 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: country]
--- 24 May 15:45:30 835 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: zip]
--- 24 May 15:45:34 381 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:45:34 927 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:45:34 927 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:45:38 119 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:45:48 891 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platform-override
--- 24 May 15:45:48 892 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:45:54 215 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:45:54 216 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:45:54 258 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:45:54 344 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:45:54 344 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:45:54 406 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:45:56 610 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:45:57 207 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:45:57 723 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
Successfully validated Basic Details are not updated [ScreenShot]
--- 24 May 15:45:59 056 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:46:04 324 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:46:04 371 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:46:05 371 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:46:05 721 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:46:05 827 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:46:05 925 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:46:06 028 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:46:11 455 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:46:11 806 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:46:12 870 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
--- 24 May 15:46:13 650 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine2]
--- 24 May 15:46:14 400 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine3]
--- 24 May 15:46:15 260 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: city]
--- 24 May 15:46:15 948 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: state]
--- 24 May 15:46:16 665 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: country]
--- 24 May 15:46:19 503 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: zip]
--- 24 May 15:46:23 005 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:46:23 592 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:46:23 592 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:46:26 824 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:46:37 699 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 24 May 15:46:37 699 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:46:43 034 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:46:43 034 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:46:43 082 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:46:43 174 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:46:43 174 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:46:43 239 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:46:45 488 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:46:46 144 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:46:46 645 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
Successfully validated Basic Details are not updated [ScreenShot]
--- 24 May 15:46:47 992 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:46:53 245 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:46:53 289 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:46:54 286 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:46:54 634 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:46:54 744 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:46:54 837 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:46:54 932 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:47:00 353 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:47:00 717 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:47:01 717 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
--- 24 May 15:47:02 459 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine2]
--- 24 May 15:47:03 268 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine3]
--- 24 May 15:47:04 235 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: city]
--- 24 May 15:47:04 996 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: state]
--- 24 May 15:47:05 815 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: country]
--- 24 May 15:47:08 799 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: zip]
--- 24 May 15:47:12 317 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:47:13 019 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:47:13 020 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:47:16 295 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:47:27 286 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 24 May 15:47:27 286 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:47:32 673 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:47:32 673 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:47:32 719 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:47:32 810 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:47:32 810 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:47:32 875 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:47:35 074 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:47:35 718 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:47:36 225 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
Successfully validated Basic Details are not updated [ScreenShot]
--- 24 May 15:47:37 589 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:47:42 875 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:47:42 918 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:47:43 931 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:47:44 265 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:47:44 371 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:47:44 468 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:47:44 565 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:47:50 000 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:47:50 367 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:47:51 350 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
--- 24 May 15:47:52 035 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine2]
--- 24 May 15:47:52 791 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine3]
--- 24 May 15:47:53 650 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: city]
--- 24 May 15:47:54 363 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: state]
--- 24 May 15:47:55 094 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: country]
--- 24 May 15:47:57 947 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: zip]
--- 24 May 15:48:01 466 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:48:02 012 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:48:02 012 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:48:05 161 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:48:16 020 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/other-settings
--- 24 May 15:48:16 020 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:48:21 429 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:48:21 429 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:48:21 474 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:48:21 567 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:48:21 568 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:48:21 630 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:48:23 849 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:48:24 479 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:48:24 944 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
Successfully validated Basic Details are not updated [ScreenShot]
--- 24 May 15:48:26 265 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:48:31 525 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:48:31 566 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:48:32 504 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:48:32 865 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:48:32 972 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:48:33 070 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:48:33 169 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:48:38 585 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:48:38 951 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:48:39 949 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
--- 24 May 15:48:40 718 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine2]
--- 24 May 15:48:41 452 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine3]
--- 24 May 15:48:42 279 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: city]
--- 24 May 15:48:42 968 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: state]
--- 24 May 15:48:43 695 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: country]
--- 24 May 15:48:46 544 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: zip]
--- 24 May 15:48:50 032 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:48:50 602 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:48:50 603 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:48:53 728 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:49:04 504 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 15:49:04 504 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:49:09 904 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:49:09 904 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:49:09 950 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:49:10 034 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:49:10 034 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:49:10 096 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:49:12 307 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:49:12 986 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:49:13 486 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
Successfully validated Basic Details are not updated [ScreenShot]
--- 24 May 15:49:14 826 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:49:20 098 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:49:20 135 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:49:21 093 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:49:21 433 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//div[@class='text-danger ng-star-inserted']]
--- 24 May 15:49:21 538 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:49:21 635 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:49:21 735 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:49:27 189 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:49:27 556 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: fiName]
--- 24 May 15:49:28 527 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
--- 24 May 15:49:29 224 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine2]
--- 24 May 15:49:29 946 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine3]
--- 24 May 15:49:30 775 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: city]
--- 24 May 15:49:31 469 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: state]
--- 24 May 15:49:32 200 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: country]
--- 24 May 15:49:35 073 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: zip]
--- 24 May 15:49:38 572 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:49:39 152 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:49:39 153 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:49:42 395 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: btnYesTabSwitch]
--- 24 May 15:49:53 128 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/ip-filtering
--- 24 May 15:49:53 128 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:49:58 499 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:49:58 499 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:49:58 557 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:49:58 643 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:49:58 643 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:49:58 703 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> css selector: .header]
Successfully navigated to 'BasicDetials' page [ScreenShot]
--- 24 May 15:50:00 947 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:50:01 595 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> xpath: .//input[@id='hostFIID']]
--- 24 May 15:50:02 104 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (937a53ca61504370d89ed74f92235ed5)] -> id: addressLine1]
Successfully validated Basic Details are not updated [ScreenShot]
Test Passed.
verifySwitchingBetweenTabsinVerifastSettingsTabs(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Test Passed.
--- 24 May 16:20:21 774 - TestCaseID:: verifySwitchingBetweenTabsinVerifastSettingsTabs
--- 24 May 16:20:22 555 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:20:28 136 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:20:28 137 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:20:32 471 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: idSIButton9]
--- 24 May 16:20:32 532 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: i0116]
--- 24 May 16:20:37 755 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: idSIButton9]
--- 24 May 16:20:39 047 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: i0118]
--- 24 May 16:20:45 237 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:20:45 237 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:20:45 287 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: lightbox]
--- 24 May 16:20:46 418 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: idSIButton9]
--- 24 May 16:20:49 459 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:20:49 459 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:20:53 442 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:20:53 709 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:20:53 710 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:20:53 779 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
--- 24 May 16:20:57 037 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:20:57 311 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:20:57 311 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:20:58 471 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:20:58 524 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:20:58 524 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:20:58 585 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:20:58 820 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:20:59 296 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 16:21:02 532 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:21:02 532 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:21:04 728 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:21:04 915 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 16:21:16 107 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:21:16 167 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:21:16 407 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:21:16 407 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:21:16 465 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:21:16 535 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:21:16 535 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:21:16 596 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
--- 24 May 16:21:18 869 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: veryFastUrl]
--- 24 May 16:21:24 193 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signersIdle]
--- 24 May 16:21:29 455 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signingStatus]
--- 24 May 16:21:37 542 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:21:38 087 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:21:38 087 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'Verifast Settings' page [ScreenShot]
--- 24 May 16:21:41 287 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:21:52 016 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:21:52 076 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:21:52 304 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:21:52 304 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:21:52 358 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:21:52 430 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:21:52 430 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:21:52 492 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
--- 24 May 16:21:55 260 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: veryFastUrl]
--- 24 May 16:22:00 551 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signersIdle]
--- 24 May 16:22:05 792 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signingStatus]
--- 24 May 16:22:13 866 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:22:14 424 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:22:14 424 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'Verifast Settings' page [ScreenShot]
--- 24 May 16:22:17 585 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:22:28 363 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:22:28 422 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:22:28 670 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:22:28 670 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:22:28 719 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:22:28 792 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:22:28 792 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:22:28 851 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
--- 24 May 16:22:31 512 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: veryFastUrl]
--- 24 May 16:22:36 888 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signersIdle]
--- 24 May 16:22:42 123 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signingStatus]
--- 24 May 16:22:50 166 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:22:50 690 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:22:50 690 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'Verifast Settings' page [ScreenShot]
--- 24 May 16:22:53 893 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:23:04 628 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:23:04 693 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:23:04 944 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:23:04 944 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:23:04 996 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:23:05 075 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:23:05 075 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:23:05 135 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
--- 24 May 16:23:07 898 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: veryFastUrl]
--- 24 May 16:23:13 255 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signersIdle]
--- 24 May 16:23:18 545 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signingStatus]
--- 24 May 16:23:26 660 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:23:27 161 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:23:27 161 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'Verifast Settings' page [ScreenShot]
--- 24 May 16:23:30 404 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:23:41 232 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:23:41 314 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:23:41 553 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:23:41 554 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:23:41 601 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:23:41 676 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:23:41 676 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:23:41 733 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
--- 24 May 16:23:44 424 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: veryFastUrl]
--- 24 May 16:23:49 743 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signersIdle]
--- 24 May 16:23:54 995 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signingStatus]
--- 24 May 16:24:03 051 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:24:03 576 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:24:03 576 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'Verifast Settings' page [ScreenShot]
--- 24 May 16:24:06 796 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:24:17 618 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:24:17 679 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:24:17 921 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:24:17 921 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:24:17 972 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:24:18 042 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:24:18 042 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:24:18 100 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
--- 24 May 16:24:20 824 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: veryFastUrl]
--- 24 May 16:24:26 126 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signersIdle]
--- 24 May 16:24:31 379 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signingStatus]
--- 24 May 16:24:39 394 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:24:39 947 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:24:39 947 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'Verifast Settings' page [ScreenShot]
--- 24 May 16:24:43 081 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:24:53 794 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:24:53 857 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:24:54 107 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:24:54 107 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:24:54 157 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:24:54 224 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:24:54 225 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:24:54 285 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
--- 24 May 16:24:57 043 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: veryFastUrl]
--- 24 May 16:25:02 381 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signersIdle]
--- 24 May 16:25:07 671 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signingStatus]
--- 24 May 16:25:15 671 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:25:16 236 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:25:16 236 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'Verifast Settings' page [ScreenShot]
--- 24 May 16:25:19 426 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:25:30 226 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:25:30 287 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:25:30 521 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:25:30 521 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:25:30 572 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:25:30 641 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:25:30 641 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:25:30 703 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
--- 24 May 16:25:33 430 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: veryFastUrl]
--- 24 May 16:25:38 762 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signersIdle]
--- 24 May 16:25:44 029 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: signingStatus]
--- 24 May 16:25:52 170 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:25:52 680 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:25:52 680 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Successfully navigated to 'Verifast Settings' page [ScreenShot]
--- 24 May 16:25:55 894 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> id: btnYesTabSwitch]
--- 24 May 16:26:06 673 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:26:06 736 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Verifast Settings')]]
--- 24 May 16:26:06 989 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:26:06 989 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:26:07 033 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> xpath: //*[@id="verifastSttingsForm"]/c-card/c-card-body/c-input-group[1]/label]
--- 24 May 16:26:07 109 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/verifast
--- 24 May 16:26:07 109 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:26:07 172 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0d3493d4fd5a39b422567d035fe1e0d1)] -> css selector: .header]
Successfully navigated to 'Verifast Settings' page [ScreenShot]
verifastURL Saved Successfully [ScreenShot]
Verifast Signers Idle Timeout Saved Successfully [ScreenShot]
Verifast Signing Status Saved Successfully [ScreenShot]
Test Passed.
verifyRemoteSettingsinEsignatureManagementPage(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Successfully login into eSign application
Drag and dropped 'Textbox' to designer zone [ScreenShot]
Drag and dropped 'Textbox' to designer zone [ScreenShot]
Successfully navigated to the 'Document Maintenance RTS' page [ScreenShot]
Successfully navigated to the 'Document Maintenance RTS' page [ScreenShot]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
Successfully validated 'Completion In Order' [ScreenShot]
Successfully validated 'Completion In Any Order' [ScreenShot]
Test Passed.
--- 24 May 16:26:08 020 - TestCaseID:: verifyRemoteSettingsinEsignatureManagementPage
--- 24 May 16:26:08 928 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:26:14 403 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:26:14 405 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:26:17 721 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> id: idSIButton9]
--- 24 May 16:26:17 790 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> id: i0116]
--- 24 May 16:26:23 035 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> id: idSIButton9]
--- 24 May 16:26:24 329 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> id: i0118]
--- 24 May 16:26:30 456 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:26:30 457 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:26:30 512 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> id: lightbox]
--- 24 May 16:26:31 633 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> id: idSIButton9]
--- 24 May 16:26:34 531 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:26:34 531 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:26:38 306 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:26:38 570 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:26:38 571 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:26:38 642 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> css selector: .header]
--- 24 May 16:26:40 916 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:26:41 231 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:26:41 231 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:26:42 423 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:26:42 479 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:26:42 479 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:26:42 545 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:26:42 781 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:26:43 254 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 16:26:46 528 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:26:46 529 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:26:48 753 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:26:48 922 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 16:27:00 097 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 24 May 16:27:00 156 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 24 May 16:27:00 607 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 24 May 16:27:00 608 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:27:00 664 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> id: headerRemoteSettings]
--- 24 May 16:27:00 796 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 24 May 16:27:00 796 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:27:00 858 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf20dac31d02782ec0d6ee8cb6b66d74)] -> css selector: .header]
Fi details are matching [ScreenShot]
--- 24 May 16:27:01 552 - TestCaseID:: verifyRemoteSettingsinEsignatureManagementPage
--- 24 May 16:27:02 369 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:27:06 832 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 24 May 16:27:06 832 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:27:40 244 - Unable to find an element after 5 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 24 May 16:27:40 301 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: btnSubmit]
--- 24 May 16:27:50 494 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 24 May 16:27:50 548 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: ctl00_cph1_txtHSFIID]
--- 24 May 16:27:50 587 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: ctl00_cph1_txtHSFIID]
Inserted FI name - AutoTestFI
Steps:
--- 24 May 16:27:55 810 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: btnSubmit]
--- 24 May 16:27:58 179 - 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%3dt3ziow1iz2m1gqjypsynzp_0tfsdmqvti7uoti5hmuh-b6udc-exqz07dhdho2wal-k7cklphhr7-fw9kwejpsxxyk1ynk154n3mdylhmon8mnrdefu0sdjfunq4hbxjbv6pzir_wpyatabmazjpww-tvdsjssk1nkhgjhqunnvec9hgwdw0-ua_-5olh1mlmm53uy1bwaqgtorch7er3a&response_mode=form_post&nonce=638521450067468790.ywfkywi5zmetogu0mc00nzizlwjizgmtogm3zdy5mzjiyzqyytaxm2e5ymqtnta0yi00mjjkltg2ztctmdhkzjcyzmyxzgq5&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
--- 24 May 16:27:58 180 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 16:28:03 495 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: i0116]
--- 24 May 16:28:03 537 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: i0116]
Inserted Email - cuadmin@immtestcu.onmicrosoft.com
Steps:
--- 24 May 16:28:08 805 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: idSIButton9]
--- 24 May 16:28:09 006 - 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%3dt3ziow1iz2m1gqjypsynzp_0tfsdmqvti7uoti5hmuh-b6udc-exqz07dhdho2wal-k7cklphhr7-fw9kwejpsxxyk1ynk154n3mdylhmon8mnrdefu0sdjfunq4hbxjbv6pzir_wpyatabmazjpww-tvdsjssk1nkhgjhqunnvec9hgwdw0-ua_-5olh1mlmm53uy1bwaqgtorch7er3a&response_mode=form_post&nonce=638521450067468790.ywfkywi5zmetogu0mc00nzizlwjizgmtogm3zdy5mzjiyzqyytaxm2e5ymqtnta0yi00mjjkltg2ztctmdhkzjcyzmyxzgq5&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
--- 24 May 16:28:09 006 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Next button
Steps:
--- 24 May 16:28:10 090 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: i0118]
--- 24 May 16:28:10 141 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: i0118]
Inserted Password - [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: i0118]
Steps:
--- 24 May 16:28:15 353 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: idSIButton9]
--- 24 May 16:28:16 421 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:28:16 421 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 16:28:17 500 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: idSIButton9]
--- 24 May 16:28:20 994 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 16:28:20 994 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on StaySign in button
Steps:
Successfully login into eSign application
--- 24 May 16:28:21 119 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 16:28:21 119 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:28:21 173 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: btnUpload]
--- 24 May 16:28:21 296 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 16:28:21 296 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:28:21 366 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: .header]
--- 24 May 16:28:21 415 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //a[text()='Administration']]
--- 24 May 16:28:23 485 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //a[text()='Administration']]
--- 24 May 16:28:39 936 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 24 May 16:28:50 181 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 24 May 16:28:50 250 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //button[@class='btn margin-off action']]
--- 24 May 16:28:50 289 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //button[@class='btn margin-off action']]
--- 24 May 16:29:12 173 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 24 May 16:29:12 173 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:29:17 234 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: span.glyphicon]
--- 24 May 16:29:37 245 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: globalErrorMessage]
--- 24 May 16:29:42 361 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 24 May 16:29:42 361 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:29:47 444 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: span.glyphicon]
--- 24 May 16:30:07 348 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: globalErrorMessage]
--- 24 May 16:30:22 431 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //span[contains(@class,'icon-page-redirect')]]
--- 24 May 16:30:26 879 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=7113d877-c034-49ec-918c-eba7fe52c5d5&source=templatedetail
--- 24 May 16:30:26 879 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:30:50 524 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: shortname]
--- 24 May 16:30:50 610 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: shortname]
--- 24 May 16:30:55 871 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: fullname]
--- 24 May 16:31:01 099 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: description]
--- 24 May 16:31:06 451 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //button[contains(@data-bind,'click: $parent.endEdit.')]]
--- 24 May 16:31:11 828 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=7113d877-c034-49ec-918c-eba7fe52c5d5&source=templatedetail
--- 24 May 16:31:11 828 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:31:28 037 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //button[contains(@data-bind,'click: $parent.endEdit.')]]
--- 24 May 16:31:40 484 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: svg[id*='v-'] > g > g[id*=j_] rect]
Drag and dropped 'Textbox' to designer zone [ScreenShot]
--- 24 May 16:31:43 231 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //button[contains(@data-bind,'$parent.endEdit.bind')]]
--- 24 May 16:32:00 847 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=7113d877-c034-49ec-918c-eba7fe52c5d5&source=templatedetail
--- 24 May 16:32:00 847 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:32:04 774 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 24 May 16:32:04 774 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:32:14 820 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //span[contains(@class,'icon-page-redirect')]]
--- 24 May 16:32:19 728 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=c0cb477d-d2a8-4962-bef8-bf76369d90f7&source=templatedetail&hasundefineddocs=false
--- 24 May 16:32:19 728 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:32:43 436 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: shortname]
--- 24 May 16:32:43 532 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: shortname]
--- 24 May 16:32:48 763 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: fullname]
--- 24 May 16:32:53 977 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: description]
--- 24 May 16:32:59 304 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //button[contains(@data-bind,'click: $parent.endEdit.')]]
--- 24 May 16:33:04 762 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=c0cb477d-d2a8-4962-bef8-bf76369d90f7&source=templatedetail&hasundefineddocs=false
--- 24 May 16:33:04 762 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:33:20 914 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //button[contains(@data-bind,'click: $parent.endEdit.')]]
--- 24 May 16:33:33 343 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: svg[id*='v-'] > g > g[id*=j_] rect]
Drag and dropped 'Textbox' to designer zone [ScreenShot]
--- 24 May 16:33:36 017 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //button[contains(@data-bind,'$parent.endEdit.bind')]]
--- 24 May 16:33:53 726 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=c0cb477d-d2a8-4962-bef8-bf76369d90f7&source=templatedetail&hasundefineddocs=false
--- 24 May 16:33:53 726 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:33:57 185 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 24 May 16:33:57 186 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:33:57 292 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 24 May 16:33:57 293 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:33:57 341 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: btnSearch]
--- 24 May 16:33:57 417 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 24 May 16:33:57 417 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:33:57 482 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: .header]
Successfully navigated to the 'Document Maintenance RTS' page [ScreenShot]
--- 24 May 16:33:57 672 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 24 May 16:33:57 672 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Expected: check the Define template document after configuration
Actual(Passed): Successfully verified the Define template document after configuration[ScreenShot]
Actual(Passed): Successfully verified the Define template document after configuration[ScreenShot]
Successfully navigated to the 'Document Maintenance RTS' page [ScreenShot]
--- 24 May 16:33:58 032 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 24 May 16:33:58 032 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Expected: check the Define template document after configuration
Actual(Passed): Successfully verified the Define template document after configuration[ScreenShot]
Actual(Passed): Successfully verified the Define template document after configuration[ScreenShot]
--- 24 May 16:33:58 308 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //a[text()='Processing']]
--- 24 May 16:34:00 412 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //a[text()='Processing']]
--- 24 May 16:34:07 585 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 16:34:07 585 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:34:18 032 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: tab0]
--- 24 May 16:34:18 106 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 16:34:18 106 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:34:18 163 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: .header]
--- 24 May 16:34:28 238 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 16:34:28 238 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:34:28 285 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: dragandrophandler]
--- 24 May 16:34:49 637 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 16:34:49 637 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:34:49 681 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded [Ljava.lang.String;@14c8c42f file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded [Ljava.lang.String;@14c8c42f file in the collected Document Page[ScreenShot]
--- 24 May 16:34:49 937 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 16:34:49 937 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:34:55 003 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: div[data-bind*='DocumentName()']]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 24 May 16:34:55 192 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //a[text()='Processing']]
--- 24 May 16:34:57 274 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //a[text()='Processing']]
--- 24 May 16:35:03 614 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 16:35:03 614 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:35:13 937 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: tab0]
--- 24 May 16:35:14 013 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 16:35:14 013 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:35:14 073 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: .header]
--- 24 May 16:35:24 281 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 16:35:24 281 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:35:24 323 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: dragandrophandler]
--- 24 May 16:35:45 673 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 16:35:45 673 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:35:45 717 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded [Ljava.lang.String;@14c8c42f file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded [Ljava.lang.String;@14c8c42f file in the collected Document Page[ScreenShot]
--- 24 May 16:35:45 971 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 16:35:45 972 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:35:51 007 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: div[data-bind*='DocumentName()']]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 24 May 16:35:51 414 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //span[contains(text(),'Create Session')]]
--- 24 May 16:35:59 363 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //button[contains(text(),'Continue')]]
--- 24 May 16:36:19 887 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> tag name: title]
--- 24 May 16:36:20 045 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202405241104473778799_dbkusgtrg2xoq1fsdvcvagef&refresh=y
--- 24 May 16:36:20 045 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:36:20 087 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: Sign]
--- 24 May 16:36:20 128 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: Attach]
--- 24 May 16:36:20 252 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202405241104473778799_dbkusgtrg2xoq1fsdvcvagef&refresh=y
--- 24 May 16:36:20 252 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:36:20 309 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: .header]
--- 24 May 16:36:30 477 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: Sign]
--- 24 May 16:36:30 517 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> id: Sign]
--- 24 May 16:36:35 922 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202405241104473778799_dbkusgtrg2xoq1fsdvcvagef
--- 24 May 16:36:35 922 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:36:35 968 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 24 May 16:36:36 062 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202405241104473778799_dbkusgtrg2xoq1fsdvcvagef
--- 24 May 16:36:36 062 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:36:36 122 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 24 May 16:36:38 513 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //*[@id='tab0']]
--- 24 May 16:36:40 769 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //*[@id='tab0']]
--- 24 May 16:36:51 864 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //label[@id = 'tab0' and @data-value='Complete in Order']]
Successfully validated 'Completion In Order' [ScreenShot]
--- 24 May 16:36:52 069 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //label[@id = 'tab0' and @data-value='Complete in Order']]
--- 24 May 16:36:54 293 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //label[@id = 'tab1' and @data-value='Complete in Any Order']]
--- 24 May 16:36:56 529 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2f4a48a5a69a3b51f6b81df558681a6b)] -> xpath: //label[@id = 'tab1' and @data-value='Complete in Any Order']]
Successfully validated 'Completion In Any Order' [ScreenShot]
Test Passed.
LogineSignandVerifyClientSettings(, chrome_Windows 11)
Successfully navigated to 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'Settings' page [ScreenShot]
Clicked on Save button
Successfully login into eSign application
Successfully navigated to 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'Settings' page [ScreenShot]
Clicked on Save button
Successfully login into eSign application
Collected Documents page is displayed in eSign
Test Passed.
--- 24 May 15:28:53 923 - TestCaseID:: LogineSignandVerifyClientSettings
--- 24 May 15:28:55 651 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:29:01 590 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 15:29:01 590 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:29:06 356 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> id: idSIButton9]
--- 24 May 15:29:06 520 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> id: i0116]
--- 24 May 15:29:11 951 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> id: idSIButton9]
--- 24 May 15:29:13 315 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> id: i0118]
--- 24 May 15:29:19 374 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:29:19 374 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:29:19 444 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> id: lightbox]
--- 24 May 15:29:19 501 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> id: idSIButton9]
--- 24 May 15:29:19 835 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:29:19 835 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:29:30 196 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: .//h3[@class='mb-3 text-center page-title']'
--- 24 May 15:29:40 464 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnAddFI'
--- 24 May 15:29:50 610 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.cssSelector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label'
--- 24 May 15:30:01 820 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 24 May 15:30:12 037 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 24 May 15:30:22 426 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 24 May 15:30:32 820 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 24 May 15:30:42 963 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 24 May 15:30:43 146 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:30:43 146 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:30:43 240 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> css selector: .header]
--- 24 May 15:30:46 542 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 15:30:46 853 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:30:46 853 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:30:48 310 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 15:30:48 383 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:30:48 384 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:30:48 459 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 15:30:51 767 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:30:51 767 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:30:53 999 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:30:54 188 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 15:31:03 461 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 24 May 15:31:08 867 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 24 May 15:31:08 868 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:31:19 232 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 24 May 15:31:19 298 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> id: enableClient]
--- 24 May 15:31:19 393 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 24 May 15:31:19 393 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:31:19 469 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> css selector: .header]
Successfully navigated to 'Settings' page [ScreenShot]
--- 24 May 15:31:19 685 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> xpath: //input[@type='checkbox']]
--- 24 May 15:31:24 793 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (584d12713738b81d7ff634811bac720f)] -> xpath: //input[@type='checkbox']]
Clicked on Save button
--- 24 May 15:31:40 319 - TestCaseID:: LogineSignandVerifyClientSettings
--- 24 May 15:31:41 087 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:31:45 854 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 24 May 15:31:45 854 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:32:18 969 - Unable to find an element after 5 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 24 May 15:32:19 065 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: btnSubmit]
--- 24 May 15:32:29 498 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 24 May 15:32:29 573 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: ctl00_cph1_txtHSFIID]
--- 24 May 15:32:29 627 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: ctl00_cph1_txtHSFIID]
Inserted FI name - AutoTestFI
Steps:
--- 24 May 15:32:34 851 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: btnSubmit]
--- 24 May 15:32:37 769 - 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%3dyj1ilcbivecgp4r2qsrwz1v4cllzqcqgbnfo0aprusvu4buv2z3dvxz1i8vi67epwvlmk7ym6v-lwazpjr4ytdzwrrzigec7pbcfx9s6su5wy7z_kdamtp-d1zld-8qhzkvecvhmetpruzp3i9taxheilzmu0gry3byto-j0icocaza5gohee5dhwfrmqvznfnp42xvncxlelagfcv44uq&response_mode=form_post&nonce=638521416859325928.n2izy2y5mzatyjaxmi00n2i1lthmmjetnguyzjjhzdcznze0m2zhndnjndutoda4zs00mmezltk3otutmtm5njzhyjk1n2fk&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
--- 24 May 15:32:37 769 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 15:32:42 965 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: i0116]
--- 24 May 15:32:43 027 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: i0116]
Inserted Email - cuadmin@immtestcu.onmicrosoft.com
Steps:
--- 24 May 15:32:48 327 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: idSIButton9]
--- 24 May 15:32:48 611 - 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%3dyj1ilcbivecgp4r2qsrwz1v4cllzqcqgbnfo0aprusvu4buv2z3dvxz1i8vi67epwvlmk7ym6v-lwazpjr4ytdzwrrzigec7pbcfx9s6su5wy7z_kdamtp-d1zld-8qhzkvecvhmetpruzp3i9taxheilzmu0gry3byto-j0icocaza5gohee5dhwfrmqvznfnp42xvncxlelagfcv44uq&response_mode=form_post&nonce=638521416859325928.n2izy2y5mzatyjaxmi00n2i1lthmmjetnguyzjjhzdcznze0m2zhndnjndutoda4zs00mmezltk3otutmtm5njzhyjk1n2fk&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
--- 24 May 15:32:48 612 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Next button
Steps:
--- 24 May 15:32:49 781 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: i0118]
--- 24 May 15:32:49 831 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: i0118]
Inserted Password - [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: i0118]
Steps:
--- 24 May 15:32:55 049 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: idSIButton9]
--- 24 May 15:32:56 233 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:32:56 234 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 15:32:57 391 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: idSIButton9]
--- 24 May 15:33:03 120 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 15:33:03 121 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on StaySign in button
Steps:
Successfully login into eSign application
--- 24 May 15:33:03 244 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 15:33:03 246 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:33:03 311 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> id: btnUpload]
--- 24 May 15:33:03 454 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 15:33:03 455 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:33:03 536 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> css selector: .header]
--- 24 May 15:33:03 599 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> xpath: //a[text()='Administration']]
--- 24 May 15:33:05 699 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (61ea82b45cf8705cac371fb282d59cf8)] -> xpath: //a[text()='Administration']]
--- 24 May 15:33:22 581 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 24 May 15:33:32 846 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 24 May 15:33:33 118 - TestCaseID:: LogineSignandVerifyClientSettings
--- 24 May 15:33:33 994 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:33:39 692 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 15:33:39 692 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:33:43 732 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> id: idSIButton9]
--- 24 May 15:33:43 809 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> id: i0116]
--- 24 May 15:33:49 129 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> id: idSIButton9]
--- 24 May 15:33:50 442 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> id: i0118]
--- 24 May 15:33:56 870 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:33:56 870 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:33:56 936 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> id: lightbox]
--- 24 May 15:33:56 997 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> id: idSIButton9]
--- 24 May 15:33:57 239 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:33:57 240 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:34:08 298 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: .//h3[@class='mb-3 text-center page-title']'
--- 24 May 15:34:19 183 - Unable to find an element after 0 sec ==> [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> id: btnAddFI]
--- 24 May 15:34:29 790 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.cssSelector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label'
--- 24 May 15:34:40 148 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 24 May 15:34:50 564 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 24 May 15:35:00 830 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 24 May 15:35:11 262 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 24 May 15:35:21 596 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 24 May 15:35:21 773 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:35:21 774 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:35:21 855 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> css selector: .header]
--- 24 May 15:35:25 142 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 15:35:25 442 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:35:25 442 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:35:26 972 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 15:35:27 043 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:35:27 043 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:35:27 113 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 15:35:30 371 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:35:30 371 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:35:32 624 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:35:32 827 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 15:35:42 052 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 24 May 15:35:47 465 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 24 May 15:35:47 465 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:35:57 870 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 24 May 15:35:57 936 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> id: enableClient]
--- 24 May 15:35:58 020 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 24 May 15:35:58 021 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:35:58 091 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> css selector: .header]
Successfully navigated to 'Settings' page [ScreenShot]
--- 24 May 15:35:58 292 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> xpath: //input[@type='checkbox']]
--- 24 May 15:36:03 415 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> xpath: //input[@type='checkbox']]
--- 24 May 15:36:08 541 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> xpath: //input[@type='checkbox']]
--- 24 May 15:36:13 672 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (16e30d9000dd819a2e19d290543ffc83)] -> xpath: //input[@type='checkbox']]
Clicked on Save button
--- 24 May 15:36:29 222 - TestCaseID:: LogineSignandVerifyClientSettings
--- 24 May 15:36:29 987 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:36:34 912 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 24 May 15:36:34 912 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:37:08 279 - Unable to find an element after 5 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 24 May 15:37:08 338 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: btnSubmit]
--- 24 May 15:37:18 664 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 24 May 15:37:18 724 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: ctl00_cph1_txtHSFIID]
--- 24 May 15:37:18 771 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: ctl00_cph1_txtHSFIID]
Inserted FI name - AutoTestFI
Steps:
--- 24 May 15:37:24 008 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: btnSubmit]
--- 24 May 15:37:27 755 - 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%3d3rddovvgss9sf23hzlsvxfo0nhnifh8lmbyab4wtqb2rm1llneay1_44s-gg4aut839r2fhjwhw6gypwo1q_vlzzf4l43y4b7mmfxy5kcuiy6xxsj9k3seisgkk5hfgv6jswoe97ii8jj8k1myj-inqgo2khlltc4_2ppumxc8-qmq3dbvw5sm9wtc6nknvjiwrvnpanf1jsf2yo3kxk6g&response_mode=form_post&nonce=638521419748979963.yju4n2ixm2itmjkwny00zduzlwjlzdutodu4ogyxmzy2mdbkotk4nddjm2qtzjdlyy00ntc0lwe1mmytmtaxn2rmmzvlywe3&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
--- 24 May 15:37:27 755 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 15:37:32 963 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: i0116]
--- 24 May 15:37:33 013 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: i0116]
Inserted Email - cuadmin@immtestcu.onmicrosoft.com
Steps:
--- 24 May 15:37:38 279 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: idSIButton9]
--- 24 May 15:37:38 502 - 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%3d3rddovvgss9sf23hzlsvxfo0nhnifh8lmbyab4wtqb2rm1llneay1_44s-gg4aut839r2fhjwhw6gypwo1q_vlzzf4l43y4b7mmfxy5kcuiy6xxsj9k3seisgkk5hfgv6jswoe97ii8jj8k1myj-inqgo2khlltc4_2ppumxc8-qmq3dbvw5sm9wtc6nknvjiwrvnpanf1jsf2yo3kxk6g&response_mode=form_post&nonce=638521419748979963.yju4n2ixm2itmjkwny00zduzlwjlzdutodu4ogyxmzy2mdbkotk4nddjm2qtzjdlyy00ntc0lwe1mmytmtaxn2rmmzvlywe3&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
--- 24 May 15:37:38 503 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Next button
Steps:
--- 24 May 15:37:40 646 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: i0118]
--- 24 May 15:37:40 691 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: i0118]
Inserted Password - [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: i0118]
Steps:
--- 24 May 15:37:45 885 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: idSIButton9]
--- 24 May 15:37:47 278 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:37:47 279 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 15:37:48 373 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: idSIButton9]
--- 24 May 15:37:52 228 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 15:37:52 228 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on StaySign in button
Steps:
Successfully login into eSign application
--- 24 May 15:37:52 349 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 15:37:52 349 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:37:52 404 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: btnUpload]
--- 24 May 15:37:52 528 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 15:37:52 528 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:37:52 602 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> css selector: .header]
--- 24 May 15:37:52 650 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> xpath: //a[text()='Administration']]
--- 24 May 15:37:54 749 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> xpath: //a[text()='Administration']]
--- 24 May 15:38:12 539 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 24 May 15:38:22 912 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 24 May 15:38:22 991 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> xpath: //button[@class='btn margin-off action']]
--- 24 May 15:38:23 035 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> xpath: //button[@class='btn margin-off action']]
--- 24 May 15:38:25 676 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 24 May 15:38:25 676 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:38:30 718 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> css selector: span.glyphicon]
--- 24 May 15:38:50 812 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: globalErrorMessage]
--- 24 May 15:39:00 872 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> xpath: //span[contains(@class,'icon-page-redirect')]]
--- 24 May 15:39:16 041 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=9bef4b84-e615-42ef-b399-b2988743331d&source=templatedetail&hasundefineddocs=false
--- 24 May 15:39:16 042 - 15 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:39:37 812 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=9bef4b84-e615-42ef-b399-b2988743331d&source=templatedetail&hasundefineddocs=false
--- 24 May 15:39:37 812 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:39:43 259 - Unable to find a element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> css selector: #divEditField label > span.cr]
--- 24 May 15:39:45 339 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: btnDefineDocumentCancel]
--- 24 May 15:39:51 599 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: cancelDesignButton]
--- 24 May 15:39:56 958 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> xpath: //a[text()='Processing']]
--- 24 May 15:39:59 069 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> xpath: //a[text()='Processing']]
--- 24 May 15:40:06 373 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7161bba16e3a770f076cb447edfb4292)] -> id: tab0]
Collected Documents page is displayed in eSign
--- 24 May 15:40:06 511 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 24 May 15:40:06 511 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:40:16 907 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: tab2'
Test Passed.
verifyAzureDetailsTabs(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Successfully navigated to 'Azure Details' page [ScreenShot]
Successfully verified all the elements are displaying when Azure detail toggle is enable [ScreenShot]
'Save' and 'Cancel' bttons are enabled by default in azure details tab [ScreenShot]
Timed out after 5 seconds. Unable to locate the element [ScreenShot]
--- 24 May 15:40:17 186 - TestCaseID:: verifyAzureDetailsTabs
--- 24 May 15:40:18 018 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:40:23 430 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 15:40:23 430 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:40:27 003 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> id: idSIButton9]
--- 24 May 15:40:27 079 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> id: i0116]
--- 24 May 15:40:32 329 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> id: idSIButton9]
--- 24 May 15:40:33 602 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> id: i0118]
--- 24 May 15:40:39 629 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:40:39 629 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:40:39 687 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> id: lightbox]
--- 24 May 15:40:40 784 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> id: idSIButton9]
--- 24 May 15:40:43 832 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 15:40:43 832 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:40:47 816 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 15:40:48 081 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:40:48 081 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:40:48 159 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> css selector: .header]
--- 24 May 15:40:51 480 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 15:40:51 771 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:40:51 771 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:40:52 993 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 15:40:53 061 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:40:53 061 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:40:53 126 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 15:40:53 353 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 15:40:53 836 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 15:40:57 141 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:40:57 141 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:40:59 384 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:40:59 584 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> css selector: input[type=text]]
--- 24 May 15:41:08 251 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> xpath: //div[@class='textWrapper' and contains(text(),'Azure Details')]]
--- 24 May 15:41:15 626 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/azure
--- 24 May 15:41:15 626 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:41:25 899 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header'
--- 24 May 15:41:25 950 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> xpath: //*[@id='azureDetailsForm']/c-card/c-card-body/div[1]/div[1]/div[1]/label]
--- 24 May 15:41:26 029 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/azure
--- 24 May 15:41:26 029 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:41:26 094 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> css selector: .header]
Successfully navigated to 'Azure Details' page [ScreenShot]
Successfully verified all the elements are displaying when Azure detail toggle is enable [ScreenShot]
'Save' and 'Cancel' bttons are enabled by default in azure details tab [ScreenShot]
--- 24 May 15:41:40 798 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c91894d1ed808c3177df6ba0bf12f8cc)] -> id: domain]
Timed out after 5 seconds. Unable to locate the element [ScreenShot]
verifyPlatformSettingsTabs(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
eSign Platform page didn't open up [ScreenShot]
--- 24 May 15:51:11 633 - TestCaseID:: verifyPlatformSettingsTabs
--- 24 May 15:51:12 370 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:51:17 239 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 15:51:17 239 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:51:20 655 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> id: idSIButton9]
--- 24 May 15:51:20 720 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> id: i0116]
--- 24 May 15:51:25 939 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> id: idSIButton9]
--- 24 May 15:51:27 175 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> id: i0118]
--- 24 May 15:51:33 090 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:51:33 090 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:51:33 139 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> id: lightbox]
--- 24 May 15:51:34 262 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> id: idSIButton9]
--- 24 May 15:51:37 751 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 15:51:37 752 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:51:42 275 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 15:51:42 532 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:51:42 533 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:51:42 601 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> css selector: .header]
--- 24 May 15:51:45 971 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 15:51:46 271 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:51:46 271 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:51:47 754 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 15:51:47 812 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:51:47 813 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:51:47 877 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 15:51:48 090 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 15:51:48 572 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 15:51:51 839 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:51:51 839 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:51:54 061 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:51:54 248 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 15:52:05 433 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fd3ca070390c506e62e9a5709adf2c3a)] -> xpath: //div[@class='textWrapper' and contains(text(),'Platforms')]]
--- 24 May 15:52:08 734 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platforms
--- 24 May 15:52:08 734 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:52:18 934 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id='listDictionaries']/tbody/tr[1]/td[2]'
eSign Platform page didn't open up [ScreenShot]
verifySwitchingBetweenFIsinPlatformsTab(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Manage FI title displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
eSign Platform page didn't open up [ScreenShot]
--- 24 May 16:05:53 314 - TestCaseID:: verifySwitchingBetweenFIsinPlatformsTab
--- 24 May 16:05:54 174 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:05:59 943 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:05:59 944 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:06:03 345 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> id: idSIButton9]
--- 24 May 16:06:03 413 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> id: i0116]
--- 24 May 16:06:08 640 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> id: idSIButton9]
--- 24 May 16:06:09 932 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> id: i0118]
--- 24 May 16:06:16 058 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:06:16 058 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:06:16 109 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> id: lightbox]
--- 24 May 16:06:17 236 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> id: idSIButton9]
--- 24 May 16:06:20 813 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:06:20 813 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:06:24 802 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:06:25 034 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:06:25 035 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:06:25 104 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> css selector: .header]
--- 24 May 16:06:28 414 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:06:28 698 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:06:28 698 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:06:29 890 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:06:29 948 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:06:29 948 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:06:30 012 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:06:30 227 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
Manage FI title displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:06:30 702 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 16:06:33 940 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:06:33 940 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:06:36 140 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:06:36 329 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 16:06:47 630 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cd1be1b6ec238bad3025f79f3f09025e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Platforms')]]
--- 24 May 16:06:51 008 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platforms
--- 24 May 16:06:51 008 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:07:01 327 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id='listDictionaries']/tbody/tr[1]/td[2]'
eSign Platform page didn't open up [ScreenShot]
verifySwitchingBetweenFIsinOtherSettingsTab(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Manage FI title displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'OtheSettings' page [ScreenShot]
Successfully verified 'Other Settings Labels' [ScreenShot]
Failed to search the FI
--- 24 May 15:56:29 569 - TestCaseID:: verifySwitchingBetweenFIsinOtherSettingsTab
--- 24 May 15:56:30 327 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:56:36 053 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 15:56:36 053 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:56:39 594 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> id: idSIButton9]
--- 24 May 15:56:39 660 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> id: i0116]
--- 24 May 15:56:44 892 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> id: idSIButton9]
--- 24 May 15:56:46 125 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> id: i0118]
--- 24 May 15:56:52 069 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:56:52 069 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:56:52 117 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> id: lightbox]
--- 24 May 15:56:53 215 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> id: idSIButton9]
--- 24 May 15:56:56 482 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 15:56:56 482 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:57:00 434 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 15:57:00 689 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:57:00 690 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:57:00 758 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> css selector: .header]
--- 24 May 15:57:03 013 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 15:57:03 293 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:57:03 293 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:57:05 007 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 15:57:05 059 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:57:05 059 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:57:05 118 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 15:57:05 332 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
Manage FI title displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 15:57:05 803 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 15:57:09 069 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:57:09 069 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:57:11 255 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:57:11 420 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 15:57:20 701 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> xpath: //div[@class='textWrapper' and contains(text(),'Other Settings')]]
--- 24 May 15:57:28 078 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/other-settings
--- 24 May 15:57:28 078 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:57:28 126 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> xpath: //*[@class='border-top-0 rounded-0 card-header']]
--- 24 May 15:57:28 223 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/other-settings
--- 24 May 15:57:28 223 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:57:28 278 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> css selector: .header]
Successfully navigated to 'OtheSettings' page [ScreenShot]
Successfully verified 'Other Settings Labels' [ScreenShot]
--- 24 May 15:57:36 759 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/other-settings
--- 24 May 15:57:36 759 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:57:36 807 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> xpath: //span[@class='pointer']]
--- 24 May 15:57:42 210 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/other-settings
--- 24 May 15:57:42 210 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:57:44 408 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:57:44 617 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c8d6e7f8bbce71016831287982a3e396)] -> css selector: input[type=text]]
Failed to search the FI
verifySwitchingBetweenFIsinPlatformOverrideTab(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Manage FI title displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'PlatFormOverride' page [ScreenShot]
Successfully alert message displayed [ScreenShot]
Successfully validated alert message 1 [ScreenShot]
Successfully validated alert message 2 [ScreenShot]
Successfully validated alert message 3 [ScreenShot]
Successfully validated alert message 4 [ScreenShot]
Successfully stayed on same FI [ScreenShot]
Successfully alert message displayed [ScreenShot]
Successfully switched to another FI [ScreenShot]
eSign Platform Override page didn't open up [ScreenShot]
--- 24 May 16:36:57 066 - TestCaseID:: verifySwitchingBetweenFIsinPlatformOverrideTab
--- 24 May 16:36:57 827 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:37:04 268 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:37:04 268 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:37:07 804 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> id: idSIButton9]
--- 24 May 16:37:07 889 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> id: i0116]
--- 24 May 16:37:13 126 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> id: idSIButton9]
--- 24 May 16:37:14 444 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> id: i0118]
--- 24 May 16:37:20 425 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:37:20 425 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:37:20 471 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> id: lightbox]
--- 24 May 16:37:21 607 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> id: idSIButton9]
--- 24 May 16:37:24 589 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:37:24 589 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:37:32 032 - Unable to find an element after 0 sec ==> [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
--- 24 May 16:37:32 094 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> id: btnAddFI]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:37:32 342 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:37:32 342 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:37:32 409 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> css selector: .header]
--- 24 May 16:37:35 747 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:37:36 016 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:37:36 016 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:37:37 174 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:37:37 228 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:37:37 228 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:37:37 291 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:37:37 520 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
Manage FI title displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:37:38 014 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 16:37:41 300 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:37:41 300 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:37:43 491 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:37:43 697 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 16:37:54 999 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Platform Override')]]
--- 24 May 16:37:58 267 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platform-override
--- 24 May 16:37:58 267 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:37:58 311 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> id: btnAddNew]
--- 24 May 16:37:58 378 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platform-override
--- 24 May 16:37:58 378 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:37:58 440 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> css selector: .header]
Successfully navigated to 'PlatFormOverride' page [ScreenShot]
--- 24 May 16:38:01 812 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platform-override
--- 24 May 16:38:01 812 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:38:01 862 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: //span[@class='pointer']]
--- 24 May 16:38:07 259 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platform-override
--- 24 May 16:38:07 259 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:38:09 425 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:38:09 680 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> css selector: input[type=text]]
--- 24 May 16:38:17 285 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: //*[contains(@id,'Process')]/c-modal-dialog/c-modal-content/div[2]/c-modal-body/div]
Successfully alert message displayed [ScreenShot]
Successfully validated alert message 1 [ScreenShot]
Successfully validated alert message 2 [ScreenShot]
Successfully validated alert message 3 [ScreenShot]
Successfully validated alert message 4 [ScreenShot]
--- 24 May 16:38:18 695 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: (//*[@id='btnYes'])[3]]
Successfully stayed on same FI [ScreenShot]
--- 24 May 16:38:22 570 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platform-override
--- 24 May 16:38:22 570 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:38:22 614 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: //span[@class='pointer']]
--- 24 May 16:38:27 973 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platform-override
--- 24 May 16:38:27 974 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:38:30 156 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:38:30 372 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> css selector: input[type=text]]
--- 24 May 16:38:37 967 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: //*[contains(@id,'Process')]/c-modal-dialog/c-modal-content/div[2]/c-modal-body/div]
Successfully alert message displayed [ScreenShot]
--- 24 May 16:38:38 531 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: (//*[@id='btnYes'])[3]]
Successfully switched to another FI [ScreenShot]
--- 24 May 16:38:54 452 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (fc4340e1cd1227caed8303f7b389ce0e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Platform Override')]]
--- 24 May 16:38:57 819 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platform-override
--- 24 May 16:38:57 819 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:39:08 280 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnAddNew'
eSign Platform Override page didn't open up [ScreenShot]
verifyClientSettingsTabs(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'Settings' page [ScreenShot]
Successfully verified 'Client Settings Labels' [ScreenShot]
Successfully verified 'Client Settings CheckBoxes' [ScreenShot]
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
Clicked on Save button
Successfully login into eSign application
javascript error: {"status":60,"value":"[object HTMLSpanElement] has no size and location"} [ScreenShot]
--- 24 May 16:08:09 727 - TestCaseID:: verifyClientSettingsTabs
--- 24 May 16:08:10 546 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:08:16 539 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:08:16 539 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:08:20 316 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> id: idSIButton9]
--- 24 May 16:08:20 382 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> id: i0116]
--- 24 May 16:08:25 617 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> id: idSIButton9]
--- 24 May 16:08:26 918 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> id: i0118]
--- 24 May 16:08:32 914 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:08:32 914 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:08:32 964 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> id: lightbox]
--- 24 May 16:08:34 108 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> id: idSIButton9]
--- 24 May 16:08:37 073 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:08:37 073 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:08:41 732 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:08:41 965 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:08:41 965 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:08:42 032 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> css selector: .header]
--- 24 May 16:08:44 299 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:08:44 587 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:08:44 587 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:08:45 791 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:08:45 847 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:08:45 847 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:08:45 907 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:08:46 126 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:08:46 589 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 16:08:49 839 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:08:49 839 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:08:52 028 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:08:52 231 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 16:09:01 427 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 24 May 16:09:06 754 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 24 May 16:09:06 755 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:09:16 973 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 24 May 16:09:17 018 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> id: enableClient]
--- 24 May 16:09:17 090 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 24 May 16:09:17 090 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:09:17 151 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> css selector: .header]
Successfully navigated to 'Settings' page [ScreenShot]
Successfully verified 'Client Settings Labels' [ScreenShot]
Successfully verified 'Client Settings CheckBoxes' [ScreenShot]
--- 24 May 16:09:23 073 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> id: allowedDomain]
--- 24 May 16:09:25 134 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> id: allowedDomain]
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
--- 24 May 16:09:33 656 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:09:35 723 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:09:35 788 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:09:37 888 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:09:37 955 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:09:38 022 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e6a2b2b315cc3370577cb01800cef133)] -> xpath: //input[@type='checkbox']]
Clicked on Save button
--- 24 May 16:09:40 559 - TestCaseID:: verifyClientSettingsTabs
--- 24 May 16:09:41 302 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:09:45 631 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 24 May 16:09:45 631 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:10:19 058 - Unable to find an element after 5 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 24 May 16:10:19 120 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: btnSubmit]
--- 24 May 16:10:29 422 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 24 May 16:10:29 488 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: ctl00_cph1_txtHSFIID]
--- 24 May 16:10:29 529 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: ctl00_cph1_txtHSFIID]
Inserted FI name - AutoTestFI
Steps:
--- 24 May 16:10:34 758 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: btnSubmit]
--- 24 May 16:10:37 416 - 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%3dnxcvqucmxw8umrgcbcjgjybw2t6s9txve5ga-zn9umwf5a30iikpgqxctz00f0yjf8ubtlr1khhwph3q_fbup_0eqxccu0ml92znrbihfqyrx1fs6tylk_q4zgcjhw66ia9jade8etwcxuhhlqxfypunigr7krxlwi_oks1sxp0re4d8qynjjmp0tpm0apqhfanjfgpechifen_svhtdma&response_mode=form_post&nonce=638521439656932828.ntaxzdllztatnje2os00odhmltlkztqtmgm1m2eynzzjztu0mtexmmzhmmmtntfjmy00ztm1ltgxyjitmge1zjq0yjk2zjbh&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
--- 24 May 16:10:37 416 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 16:10:42 637 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: i0116]
--- 24 May 16:10:42 683 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: i0116]
Inserted Email - cuadmin@immtestcu.onmicrosoft.com
Steps:
--- 24 May 16:10:47 913 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: idSIButton9]
--- 24 May 16:10:48 134 - 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%3dnxcvqucmxw8umrgcbcjgjybw2t6s9txve5ga-zn9umwf5a30iikpgqxctz00f0yjf8ubtlr1khhwph3q_fbup_0eqxccu0ml92znrbihfqyrx1fs6tylk_q4zgcjhw66ia9jade8etwcxuhhlqxfypunigr7krxlwi_oks1sxp0re4d8qynjjmp0tpm0apqhfanjfgpechifen_svhtdma&response_mode=form_post&nonce=638521439656932828.ntaxzdllztatnje2os00odhmltlkztqtmgm1m2eynzzjztu0mtexmmzhmmmtntfjmy00ztm1ltgxyjitmge1zjq0yjk2zjbh&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
--- 24 May 16:10:48 134 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Next button
Steps:
--- 24 May 16:10:50 278 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: i0118]
--- 24 May 16:10:50 319 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: i0118]
Inserted Password - [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: i0118]
Steps:
--- 24 May 16:10:55 585 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: idSIButton9]
--- 24 May 16:10:56 666 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:10:56 666 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 16:10:57 751 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: idSIButton9]
--- 24 May 16:11:02 270 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 16:11:02 270 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on StaySign in button
Steps:
Successfully login into eSign application
--- 24 May 16:11:02 376 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 16:11:02 376 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:11:02 432 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: btnUpload]
--- 24 May 16:11:02 559 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 16:11:02 559 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:11:02 627 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> css selector: .header]
--- 24 May 16:11:02 674 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> xpath: //a[text()='Administration']]
--- 24 May 16:11:04 783 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> xpath: //a[text()='Administration']]
--- 24 May 16:11:21 626 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 24 May 16:11:31 934 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 24 May 16:11:32 018 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> xpath: //button[@class='btn margin-off action']]
--- 24 May 16:11:32 059 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> xpath: //button[@class='btn margin-off action']]
--- 24 May 16:11:34 719 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 24 May 16:11:34 719 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:11:39 787 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> css selector: span.glyphicon]
--- 24 May 16:11:59 719 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> id: globalErrorMessage]
--- 24 May 16:12:15 081 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 11 (9e883dec19a2bc4977949d3d4123a446)] -> xpath: //span[contains(@class,'icon-page-redirect')]]
javascript error: {"status":60,"value":"[object HTMLSpanElement] has no size and location"} [ScreenShot]
verifyFIDetailsInDifferentSettingsTabs(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
'IMM Admin' can access manage FI [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Failed to search the FI
--- 24 May 16:16:29 213 - TestCaseID:: verifyFIDetailsInDifferentSettingsTabs
--- 24 May 16:16:30 054 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:16:36 101 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:16:36 101 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:16:39 889 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: idSIButton9]
--- 24 May 16:16:39 955 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: i0116]
--- 24 May 16:16:45 175 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: idSIButton9]
--- 24 May 16:16:46 448 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: i0118]
--- 24 May 16:16:52 337 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:16:52 337 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:16:52 387 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: lightbox]
--- 24 May 16:16:53 459 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: idSIButton9]
--- 24 May 16:16:56 899 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:16:56 899 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:17:01 236 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:17:01 490 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:17:01 490 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:17:01 558 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> css selector: .header]
--- 24 May 16:17:03 841 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:17:04 134 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:17:04 134 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:17:05 342 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:17:05 400 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:17:05 400 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:17:05 459 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:17:05 677 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:17:06 160 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
'IMM Admin' can access manage FI [ScreenShot]
--- 24 May 16:17:09 731 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:17:09 731 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:17:11 977 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:17:12 170 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
Fi details are matching [ScreenShot]
--- 24 May 16:17:25 539 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: btnUser]
--- 24 May 16:17:25 750 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: btnUser]
--- 24 May 16:17:26 022 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: linkLogOut]
--- 24 May 16:17:26 064 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: linkLogOut]
--- 24 May 16:17:26 161 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: reLogin]
--- 24 May 16:17:26 198 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> id: reLogin]
--- 24 May 16:17:30 081 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:17:30 081 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:17:32 428 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:17:32 619 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:17:32 619 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:17:32 693 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> css selector: .header]
--- 24 May 16:17:35 956 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:17:36 233 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:17:36 234 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:17:36 855 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:17:36 907 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:17:36 907 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:17:36 963 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> css selector: .header]
--- 24 May 16:17:40 147 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:17:40 147 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:17:42 341 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:17:42 502 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (80dff46bbe051425ffcee7bd60fcb6e7)] -> css selector: input[type=text]]
Failed to search the FI
verifyWebHooksSettingsTab(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Successfully validated Webhooks Settings Header [ScreenShot]
By Default Webhook Settings Tab is expanded [ScreenShot]
Collapsed the Webhook Settings sub tab [ScreenShot]
Successfully validated Webhook Setting Details labels [ScreenShot]
Button 'Yes' & 'No' are not displayed
--- 24 May 15:53:31 561 - TestCaseID:: verifyWebHooksSettingsTab
--- 24 May 15:53:32 331 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:53:37 959 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 15:53:37 959 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:53:41 481 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> id: idSIButton9]
--- 24 May 15:53:41 545 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> id: i0116]
--- 24 May 15:53:46 780 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> id: idSIButton9]
--- 24 May 15:53:48 052 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> id: i0118]
--- 24 May 15:53:54 008 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:53:54 008 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:53:54 057 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> id: lightbox]
--- 24 May 15:53:55 183 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> id: idSIButton9]
--- 24 May 15:53:58 171 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 15:53:58 171 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:54:02 342 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 15:54:02 575 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:54:02 575 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:54:02 643 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> css selector: .header]
--- 24 May 15:54:05 913 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 15:54:06 191 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:54:06 192 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:54:07 617 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 15:54:07 670 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:54:07 670 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:54:07 731 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 15:54:07 952 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 15:54:08 404 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 15:54:11 714 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:54:11 714 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:54:13 941 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:54:14 140 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 15:54:25 323 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 24 May 15:54:25 382 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 24 May 15:54:25 853 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 24 May 15:54:25 854 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:54:25 899 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> id: headerRemoteSettings]
--- 24 May 15:54:26 024 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 24 May 15:54:26 025 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:54:26 085 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> css selector: .header]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Successfully validated Webhooks Settings Header [ScreenShot]
--- 24 May 15:55:59 798 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: //*[@class='fs-5 icon-Designer-ZoomOut']]
By Default Webhook Settings Tab is expanded [ScreenShot]
--- 24 May 15:55:59 975 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: //*[@class='fs-5 icon-Designer-ZoomOut']]
--- 24 May 15:56:02 323 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: //*[@class='fs-5 icon-Designer-ZoomIn']]
Collapsed the Webhook Settings sub tab [ScreenShot]
--- 24 May 15:56:02 628 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: //*[@class='fs-5 icon-Designer-ZoomIn']]
--- 24 May 15:56:13 277 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@class='btn btn-primary']'
Successfully validated Webhook Setting Details labels [ScreenShot]
Failed to validate Activate and Deactivate buttons[ScreenShot]
Failed to validate Activate and Deactivate buttons[ScreenShot]
--- 24 May 15:56:13 947 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> id: webHookName]
--- 24 May 15:56:14 769 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 24 May 15:56:14 770 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:56:14 797 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: //*[@id='btnGroupStatus']/label]
--- 24 May 15:56:20 586 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> xpath: //*[contains(@class,'modal-body')]]
Failed to validate Message Title[ScreenShot]
Failed to validate deactivate message [ScreenShot]
--- 24 May 15:56:29 303 - Unable to find disabled element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (f2ebd619d38f371e1049bab1df07d053)] -> id: btnYes]
Button 'Yes' & 'No' are not displayed
verifyPlatformSettingsTabs(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
eSign Platform page didn't open up [ScreenShot]
--- 24 May 15:52:19 270 - TestCaseID:: verifyPlatformSettingsTabs
--- 24 May 15:52:20 027 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:52:27 061 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 15:52:27 063 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:52:33 110 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> id: idSIButton9]
--- 24 May 15:52:33 187 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> id: i0116]
--- 24 May 15:52:38 431 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> id: idSIButton9]
--- 24 May 15:52:39 664 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> id: i0118]
--- 24 May 15:52:45 772 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:52:45 772 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:52:45 825 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> id: lightbox]
--- 24 May 15:52:46 917 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> id: idSIButton9]
--- 24 May 15:52:51 144 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 15:52:51 144 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:52:55 668 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 15:52:55 922 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:52:55 922 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:52:55 991 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> css selector: .header]
--- 24 May 15:52:58 242 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 15:52:58 514 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:52:58 514 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:52:59 937 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 15:52:59 989 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:52:59 989 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:53:00 065 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 15:53:00 283 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 15:53:00 745 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 15:53:04 025 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:53:04 025 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:53:06 248 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:53:06 433 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 15:53:17 597 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9768c1995541957e3c2dffcd67b83984)] -> xpath: //div[@class='textWrapper' and contains(text(),'Platforms')]]
--- 24 May 15:53:20 890 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platforms
--- 24 May 15:53:20 890 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:53:31 194 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id='listDictionaries']/tbody/tr[1]/td[2]'
eSign Platform page didn't open up [ScreenShot]
verifyClientSettingsTabs(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'Settings' page [ScreenShot]
Successfully verified 'Client Settings Labels' [ScreenShot]
Successfully verified 'Client Settings CheckBoxes' [ScreenShot]
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
Clicked on Cancel button
Clicked on Cancel button
Successfully login into eSign application
javascript error: {"status":60,"value":"[object HTMLSpanElement] has no size and location"} [ScreenShot]
--- 24 May 16:12:15 529 - TestCaseID:: verifyClientSettingsTabs
--- 24 May 16:12:16 340 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:12:22 193 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:12:22 193 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:12:26 236 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: idSIButton9]
--- 24 May 16:12:26 308 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: i0116]
--- 24 May 16:12:31 584 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: idSIButton9]
--- 24 May 16:12:32 887 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: i0118]
--- 24 May 16:12:38 920 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:12:38 921 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:12:38 972 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: lightbox]
--- 24 May 16:12:40 140 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: idSIButton9]
--- 24 May 16:12:43 164 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:12:43 164 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:12:47 251 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:12:47 481 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:12:47 482 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:12:47 556 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> css selector: .header]
--- 24 May 16:12:50 904 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:12:51 185 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:12:51 186 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:12:52 407 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:12:52 466 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:12:52 466 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:12:52 531 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:12:52 774 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:12:53 234 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 16:12:56 570 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:12:56 570 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:12:58 810 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:12:58 992 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 16:13:08 121 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 24 May 16:13:13 579 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 24 May 16:13:13 579 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:13:23 831 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 24 May 16:13:23 904 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: enableClient]
--- 24 May 16:13:23 975 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 24 May 16:13:23 975 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:13:24 035 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> css selector: .header]
Successfully navigated to 'Settings' page [ScreenShot]
Successfully verified 'Client Settings Labels' [ScreenShot]
Successfully verified 'Client Settings CheckBoxes' [ScreenShot]
--- 24 May 16:13:29 715 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: allowedDomain]
--- 24 May 16:13:31 819 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: allowedDomain]
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
null Tool Tip Present
--- 24 May 16:13:40 302 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:13:42 389 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:13:42 455 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:13:44 560 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:13:44 630 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:13:46 729 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:13:46 802 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //input[@type='checkbox']]
--- 24 May 16:13:48 870 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> xpath: //input[@type='checkbox']]
Clicked on Cancel button
--- 24 May 16:13:49 812 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: btnYes]
Clicked on Cancel button
--- 24 May 16:13:53 673 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bcd9e8734a620de315f73f03f616ea64)] -> id: btnNo]
--- 24 May 16:13:53 883 - TestCaseID:: verifyClientSettingsTabs
--- 24 May 16:13:54 661 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:13:59 170 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 24 May 16:13:59 171 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:14:32 775 - Unable to find an element after 5 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 24 May 16:14:32 850 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: btnSubmit]
--- 24 May 16:14:43 053 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 24 May 16:14:43 101 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: ctl00_cph1_txtHSFIID]
--- 24 May 16:14:43 144 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: ctl00_cph1_txtHSFIID]
Inserted FI name - AutoTestFI
Steps:
--- 24 May 16:14:48 356 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: btnSubmit]
--- 24 May 16:14:51 588 - 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%3dv9f7uyvti7ntilw7pbxwgdugrhejapeahrono9zkfhzk3gzlsehy6kdui__bollnjx94z-rbnpv-ige9oj84md-51de6m8djuzwunm1oylac5vgykm3piwwvalj3cbd37htey6wjm4tzw4vi9x6wds3h2pyqw0dra136ieopbjtpe9bdjjkyqcvxvw0ic5ifkwd57t58j1v0quymoddf6g&response_mode=form_post&nonce=638521442193227529.ytgxmjhkzdgtndnjzs00ztfklwexmjgtnjuxzta3mtzkytzjyjm4zdg1ntityzzmzi00mdgxltk2njktzta1zwy4ytq0ogfj&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
--- 24 May 16:14:51 588 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 16:14:56 777 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: i0116]
--- 24 May 16:14:56 824 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: i0116]
Inserted Email - cuadmin@immtestcu.onmicrosoft.com
Steps:
--- 24 May 16:15:02 059 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: idSIButton9]
--- 24 May 16:15:02 298 - 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%3dv9f7uyvti7ntilw7pbxwgdugrhejapeahrono9zkfhzk3gzlsehy6kdui__bollnjx94z-rbnpv-ige9oj84md-51de6m8djuzwunm1oylac5vgykm3piwwvalj3cbd37htey6wjm4tzw4vi9x6wds3h2pyqw0dra136ieopbjtpe9bdjjkyqcvxvw0ic5ifkwd57t58j1v0quymoddf6g&response_mode=form_post&nonce=638521442193227529.ytgxmjhkzdgtndnjzs00ztfklwexmjgtnjuxzta3mtzkytzjyjm4zdg1ntityzzmzi00mdgxltk2njktzta1zwy4ytq0ogfj&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
--- 24 May 16:15:02 298 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Next button
Steps:
--- 24 May 16:15:03 419 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: i0118]
--- 24 May 16:15:03 464 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: i0118]
Inserted Password - [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: i0118]
Steps:
--- 24 May 16:15:08 730 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: idSIButton9]
--- 24 May 16:15:09 869 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:15:09 869 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 16:15:11 053 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: idSIButton9]
--- 24 May 16:15:16 186 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 16:15:16 186 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on StaySign in button
Steps:
Successfully login into eSign application
--- 24 May 16:15:16 294 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 16:15:16 294 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:15:16 345 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: btnUpload]
--- 24 May 16:15:16 461 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 24 May 16:15:16 461 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:15:16 529 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> css selector: .header]
--- 24 May 16:15:16 573 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> xpath: //a[text()='Administration']]
--- 24 May 16:15:18 718 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> xpath: //a[text()='Administration']]
--- 24 May 16:15:35 375 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 24 May 16:15:45 576 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 24 May 16:15:45 646 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> xpath: //button[@class='btn margin-off action']]
--- 24 May 16:15:45 690 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> xpath: //button[@class='btn margin-off action']]
--- 24 May 16:15:48 396 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 24 May 16:15:48 396 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:15:53 463 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> css selector: span.glyphicon]
--- 24 May 16:16:13 404 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> id: globalErrorMessage]
--- 24 May 16:16:28 770 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 11 (0b89b24c2af2440a834e3960638589a7)] -> xpath: //span[contains(@class,'icon-page-redirect')]]
javascript error: {"status":60,"value":"[object HTMLSpanElement] has no size and location"} [ScreenShot]
verifySwitchingBetweenTabsinPlatformsTab(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
eSign Platform page didn't open up [ScreenShot]
--- 24 May 16:07:01 617 - TestCaseID:: verifySwitchingBetweenTabsinPlatformsTab
--- 24 May 16:07:02 391 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:07:07 857 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:07:07 857 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:07:12 175 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> id: idSIButton9]
--- 24 May 16:07:12 243 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> id: i0116]
--- 24 May 16:07:17 454 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> id: idSIButton9]
--- 24 May 16:07:18 707 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> id: i0118]
--- 24 May 16:07:24 568 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:07:24 569 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:07:24 622 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> id: lightbox]
--- 24 May 16:07:25 760 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> id: idSIButton9]
--- 24 May 16:07:28 759 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:07:28 759 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:07:32 743 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:07:32 996 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:07:32 996 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:07:33 070 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> css selector: .header]
--- 24 May 16:07:36 385 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:07:36 660 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:07:36 661 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:07:38 132 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:07:38 187 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:07:38 188 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:07:38 253 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:07:38 478 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:07:38 957 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 16:07:42 217 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:07:42 217 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:07:44 472 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:07:44 657 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 16:07:55 855 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3d89a307cd1faf416378e71379ad7a30)] -> xpath: //div[@class='textWrapper' and contains(text(),'Platforms')]]
--- 24 May 16:07:59 217 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platforms
--- 24 May 16:07:59 217 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:08:09 425 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id='listDictionaries']/tbody/tr[1]/td[2]'
eSign Platform page didn't open up [ScreenShot]
verifyPlatFormOverrideDisbale(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'PlatFormOverride' page [ScreenShot]
Clicked on Cancel button
Clicked on Cancel button
Successfully deleted all platforms [ScreenShot]
Clicked on Save button
Successfully login into eSign application
Documents Maintenance page didn't open up [ScreenShot]
--- 24 May 16:03:06 685 - TestCaseID:: verifyPlatFormOverrideDisbale
--- 24 May 16:03:07 425 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:03:13 283 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:03:13 284 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:03:17 339 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: idSIButton9]
--- 24 May 16:03:17 406 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: i0116]
--- 24 May 16:03:22 629 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: idSIButton9]
--- 24 May 16:03:23 952 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: i0118]
--- 24 May 16:03:29 885 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:03:29 885 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:03:29 937 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: lightbox]
--- 24 May 16:03:31 017 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: idSIButton9]
--- 24 May 16:03:34 014 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:03:34 014 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:03:37 970 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:03:38 212 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:03:38 213 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:03:38 278 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> css selector: .header]
--- 24 May 16:03:41 585 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:03:41 865 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:03:41 865 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:03:43 065 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:03:43 119 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:03:43 119 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:03:43 180 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:03:43 409 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:03:43 868 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 16:03:47 218 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:03:47 218 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:03:49 449 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:03:49 649 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 16:04:00 790 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> xpath: //div[@class='textWrapper' and contains(text(),'Platform Override')]]
--- 24 May 16:04:04 096 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platform-override
--- 24 May 16:04:04 096 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:04:04 138 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: btnAddNew]
--- 24 May 16:04:04 207 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platform-override
--- 24 May 16:04:04 207 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:04:04 262 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> css selector: .header]
Successfully navigated to 'PlatFormOverride' page [ScreenShot]
Clicked on Cancel button
Clicked on Cancel button
--- 24 May 16:04:15 960 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> xpath: //*[@class='table']/tbody/tr/td]
Successfully deleted all platforms [ScreenShot]
--- 24 May 16:04:16 168 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: btnAddNew]
--- 24 May 16:04:16 373 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> xpath: //*[@id='selectPO']]
--- 24 May 16:04:21 876 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: checkBox_Platform_override_0]
--- 24 May 16:04:21 915 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c747d72a56995c8035b0ebe4fba3e045)] -> id: checkBox_Platform_override_0]
Clicked on Save button
--- 24 May 16:04:26 554 - TestCaseID:: verifyPlatFormOverrideDisbale
--- 24 May 16:04:27 424 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:04:32 134 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 24 May 16:04:32 134 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:05:05 536 - Unable to find an element after 5 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 24 May 16:05:05 591 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: btnSubmit]
--- 24 May 16:05:15 842 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 24 May 16:05:15 906 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: ctl00_cph1_txtHSFIID]
--- 24 May 16:05:15 948 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: ctl00_cph1_txtHSFIID]
Inserted FI name - AutoTestFI
Steps:
--- 24 May 16:05:21 143 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: btnSubmit]
--- 24 May 16:05:23 998 - 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%3ddargcptru-rks-ivelylxymfaugaulx9wzwdgtp-uwjroyjgbeiqwxoigwh7mu--cprxn-_fpe1f7eo7_1haaecebjzwh83gdyueg6vctiny-r95-ky8htnqu1nh9rosmo-kikkpy3ewx-0j32tlrpb4xx9qfcxwywjlh2it-af6ngcrlzwnlf4ni9z00mws2n_32uhaepvxrhulvtwj-w&response_mode=form_post&nonce=638521436520986296.ztzjowq2y2itnjbjny00mjqxltg1mwmtmzbiowm1ztg1zgezzje2mje4mjktotdjzc00mdi0lwi0nzmtogqzmwrjmguznjq4&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
--- 24 May 16:05:23 998 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 16:05:29 140 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: i0116]
--- 24 May 16:05:29 186 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: i0116]
Inserted Email - cuadmin@immtestcu.onmicrosoft.com
Steps:
--- 24 May 16:05:34 473 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: idSIButton9]
--- 24 May 16:05:34 705 - 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%3ddargcptru-rks-ivelylxymfaugaulx9wzwdgtp-uwjroyjgbeiqwxoigwh7mu--cprxn-_fpe1f7eo7_1haaecebjzwh83gdyueg6vctiny-r95-ky8htnqu1nh9rosmo-kikkpy3ewx-0j32tlrpb4xx9qfcxwywjlh2it-af6ngcrlzwnlf4ni9z00mws2n_32uhaepvxrhulvtwj-w&response_mode=form_post&nonce=638521436520986296.ztzjowq2y2itnjbjny00mjqxltg1mwmtmzbiowm1ztg1zgezzje2mje4mjktotdjzc00mdi0lwi0nzmtogqzmwrjmguznjq4&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
--- 24 May 16:05:34 705 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Next button
Steps:
--- 24 May 16:05:35 803 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: i0118]
--- 24 May 16:05:35 847 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: i0118]
Inserted Password - [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: i0118]
Steps:
--- 24 May 16:05:41 047 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: idSIButton9]
--- 24 May 16:05:42 226 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:05:42 226 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on Submit button
Steps:
--- 24 May 16:05:42 274 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e3e24036eca82cf8bc83129c15383b8)] -> id: idSIButton9]
--- 24 May 16:05:42 486 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:05:42 486 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
Clicked on StaySign in button
Steps:
Successfully login into eSign application
--- 24 May 16:05:42 549 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:05:42 549 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:05:52 878 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnUpload'
Documents Maintenance page didn't open up [ScreenShot]
verifyPlatformSettingsTabs(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
eSign Platform page didn't open up [ScreenShot]
--- 24 May 15:50:03 727 - TestCaseID:: verifyPlatformSettingsTabs
--- 24 May 15:50:04 493 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 15:50:10 620 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 15:50:10 620 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:50:14 065 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> id: idSIButton9]
--- 24 May 15:50:14 132 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> id: i0116]
--- 24 May 15:50:19 367 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> id: idSIButton9]
--- 24 May 15:50:20 645 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> id: i0118]
--- 24 May 15:50:26 645 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 15:50:26 646 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:50:26 690 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> id: lightbox]
--- 24 May 15:50:27 802 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> id: idSIButton9]
--- 24 May 15:50:30 685 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 15:50:30 685 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:50:34 637 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 15:50:34 872 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:50:34 873 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:50:34 942 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> css selector: .header]
--- 24 May 15:50:38 285 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 15:50:38 554 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 15:50:38 554 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:50:40 010 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 15:50:40 062 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:50:40 062 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:50:40 123 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 15:50:40 343 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 15:50:40 803 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 15:50:44 028 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 15:50:44 028 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:50:46 294 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 15:50:46 462 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 15:50:57 662 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (dd6d2460ba62db61db73186a095c6b7f)] -> xpath: //div[@class='textWrapper' and contains(text(),'Platforms')]]
--- 24 May 15:51:01 004 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platforms
--- 24 May 15:51:01 004 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 15:51:11 310 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id='listDictionaries']/tbody/tr[1]/td[2]'
eSign Platform page didn't open up [ScreenShot]
verifyDeletionOfDictionaries(, chrome_Windows 11)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
eSign Platform page didn't open up [ScreenShot]
--- 24 May 16:39:08 567 - TestCaseID:: verifyDeletionOfDictionaries
--- 24 May 16:39:09 423 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 24 May 16:39:15 475 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 24 May 16:39:15 475 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:39:19 404 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> id: idSIButton9]
--- 24 May 16:39:19 472 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> id: i0116]
--- 24 May 16:39:24 696 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> id: idSIButton9]
--- 24 May 16:39:25 976 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> id: i0118]
--- 24 May 16:39:32 094 - Page URL:: https://login.microsoftonline.com/common/login
--- 24 May 16:39:32 095 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:39:32 146 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> id: lightbox]
--- 24 May 16:39:33 239 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> id: idSIButton9]
--- 24 May 16:39:36 524 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 24 May 16:39:36 524 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:39:40 889 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> xpath: .//h3[@class='mb-3 text-center page-title']]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 24 May 16:39:41 151 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:39:41 151 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:39:41 224 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> css selector: .header]
--- 24 May 16:39:44 627 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 24 May 16:39:44 901 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 24 May 16:39:44 901 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:39:46 385 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 24 May 16:39:46 433 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:39:46 433 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:39:46 498 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 24 May 16:39:46 723 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 24 May 16:39:47 201 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 24 May 16:39:50 526 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 24 May 16:39:50 526 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:39:52 718 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> xpath: //div[@class='ng-placeholder']]
--- 24 May 16:39:52 901 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 24 May 16:40:04 080 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (44932698a0a952ff2cb656004ba5c081)] -> xpath: //div[@class='textWrapper' and contains(text(),'Platforms')]]
--- 24 May 16:40:07 465 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/platforms
--- 24 May 16:40:07 465 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 24 May 16:40:17 636 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id='listDictionaries']/tbody/tr[1]/td[2]'
eSign Platform page didn't open up [ScreenShot]
25 ignored methods
com.imm.testscripts.ManageFi.ManageFi
verifySwitchingBetweenFIsinIPFilteringTab
verifyRemoteSettingsSubTab
verifyPlatFormOverrideTabs
verifySwitchingBetweenFIs
verifyOtherSettingsTabs
verifySwitchingBetweenTabsFromOtherSettingsTabs
verifyTenantAdminCanOnlyAccessManageFIReportingandHelp
verifySwitchingBetweenFIsinRemoteSettingsTab
verifySwitchingBetweenTabsinPlatformOverrideTab
verifySearchOption
verifySwitchingBetweenTabsinIPFilteringTabs
verifySearchingFI
verifyRemoteSettingsTab
VerifyAddonPage
verifySwitchingBetweenTabsinRemoteSettingsTab
verifyIPFilteringTabs
verifyManageFIAfterSearchWithFiName
verifyVerifastSettingsTabs
verifyErrorMessagesInRemoteSettingsSubTab
verifySwitchingBetweenTabsinClientSettingsTab
verifyActivateAndDeactivateFI
verifySwitchingBetweenFIsinAzureDetaisTab
verifySwitchingBetweenTabsFromAzureDetailsTabs
verifySwitchingBetweenFIsinClientSettingsTab
verifyReportingMenu
verifyRemoteSettingsSubTab
verifyPlatFormOverrideTabs
verifySwitchingBetweenFIs
verifyOtherSettingsTabs
verifySwitchingBetweenTabsFromOtherSettingsTabs
verifyTenantAdminCanOnlyAccessManageFIReportingandHelp
verifySwitchingBetweenFIsinRemoteSettingsTab
verifySwitchingBetweenTabsinPlatformOverrideTab
verifySearchOption
verifySwitchingBetweenTabsinIPFilteringTabs
verifySearchingFI
verifyRemoteSettingsTab
VerifyAddonPage
verifySwitchingBetweenTabsinRemoteSettingsTab
verifyIPFilteringTabs
verifyManageFIAfterSearchWithFiName
verifyVerifastSettingsTabs
verifyErrorMessagesInRemoteSettingsSubTab
verifySwitchingBetweenTabsinClientSettingsTab
verifyActivateAndDeactivateFI
verifySwitchingBetweenFIsinAzureDetaisTab
verifySwitchingBetweenTabsFromAzureDetailsTabs
verifySwitchingBetweenFIsinClientSettingsTab
verifyReportingMenu
Methods in chronological order
com.imm.testscripts.ManageFi.ManageFi
init(org.testng.TestRunner@4984094c)
0 ms
LogineSignandVerifyClientSettings(, chrome_Windows 11)
456221 ms
verifyAzureDetailsTabs(, chrome_Windows 11)
684250 ms
verifySwitchingBetweenTabsFromBasicDetailsTabs(, chrome_Windows 11)
778691 ms
verifyPlatformSettingsTabs(, chrome_Windows 11)
1270728 ms
verifyPlatformSettingsTabs(, chrome_Windows 11)
1338604 ms
verifyPlatformSettingsTabs(, chrome_Windows 11)
1406261 ms
verifyWebHooksSettingsTab(, chrome_Windows 11)
1478567 ms
verifySwitchingBetweenFIsinOtherSettingsTab(, chrome_Windows 11)
1656561 ms
verifyBasicDetailsTabs(, chrome_Windows 11)
1742349 ms
verifyPlatFormOverrideDisbale(, chrome_Windows 11)
2133659 ms
verifySwitchingBetweenFIsinPlatformsTab(, chrome_Windows 11)
2220409 ms
verifySwitchingBetweenTabsinPlatformsTab(, chrome_Windows 11)
2288625 ms
verifyClientSettingsTabs(, chrome_Windows 11)
2447536 ms
verifyClientSettingsTabs(, chrome_Windows 11)
2700895 ms
verifyFIDetailsInDifferentSettingsTabs(, chrome_Windows 11)
2856289 ms
verifySwitchingBetweenFIsinVerifastSettingsTab(, chrome_Windows 11)
2940247 ms
verifySwitchingBetweenTabsinVerifastSettingsTabs(, chrome_Windows 11)
3088790 ms
verifyRemoteSettingsinEsignatureManagementPage(, chrome_Windows 11)
3488603 ms
verifySwitchingBetweenFIsinPlatformOverrideTab(, chrome_Windows 11)
4084061 ms
verifyDeletionOfDictionaries(, chrome_Windows 11)
4215658 ms