Total Tests
Total Steps
Total Time Taken (Current Run) 0h 4m 19s+848ms
Total Time Taken (Overall) 0h 4m 19s+848ms
Start 25-04-2025 04:19:12 PM
End 25-04-2025 04:23:32 PM
Tests View
test(s) passed
test(s) failed, others
Steps View
step(s) passed
step(s) failed, others
Pass Percentage
Environment
Param Value
User Name anomau
OS Windows 10
Java Version 23
Host Name anomau001
Categories
Name
P1
Smoke
Verify Menu Bar For Logged In Users In Sign
Tests
  • com.imm.testscripts.CreateFi.CreateFi#VerifyMenuBarForLoggedInUsersInSign pass
    25-04-2025 04:19:12 PM 25-04-2025 04:20:37 PM 0h 1m 24s+970ms
    P1 Smoke Verify Menu Bar For Logged In Users In Sign
    Status Timestamp Details
    04:19:12 PM **** Verify Menu Bar For Logged In Users InSign - Fully Integrated Sign Fi ****
    04:19:12 PM https://esignnonprod.immesign.com/qa/tenantmanager/
    04:19:17 PM Login with eSign FI - AU32527
    04:19:37 PM Log in with Username - joepeter@immtestcu.onmicrosoft.com
    04:20:39 PM **** Verify Menu Bar For Logged In Users InSign - Legacy Sign Fi ****
    04:20:39 PM https://esignnonprod.immesign.com/qa/tenantmanager/
    04:20:44 PM Login with eSign FI - SignLegacy
    04:21:04 PM Log in with Username - joepeter@immtestcu.onmicrosoft.com
    04:22:06 PM **** Verify Menu Bar For Logged In Users InSign - Fully Integrated Plus Fi ****
    04:22:06 PM https://esignnonprod.immesign.com/qa/tenantmanager/
    04:22:11 PM Login with eSign FI - PlusRmt
    04:22:31 PM Log in with Username - joepeter@immtestcu.onmicrosoft.com
  • fail
    25-04-2025 04:20:39 PM 25-04-2025 04:22:05 PM 0h 1m 25s+371ms
    Verify Menu Bar For Logged In Users In Sign
    P1 Smoke Verify Menu Bar For Logged In Users In Sign
    Status Timestamp Details
    04:22:05 PM
    Element should be visible {Proxy element for: AjaxElementLocator 'By.xpath: //input[@id='ctl00_cph1_txtHSFIID']'} Element: 'Ups, failed to describe the element [caused by: NoSuchElementException: Timed out after 2 seconds. Unable to locate the element]' Timeout: 10 s. Caused by: NoSuchElementException: Timed out after 2 seconds. Unable to locate the element at com.codeborne.selenide.impl.WebElementSource.handleError(WebElementSource.java:125) at com.codeborne.selenide.impl.WebElementSource.checkConditionAndReturnElement(WebElementSource.java:102) at com.codeborne.selenide.impl.WebElementSource.checkCondition(WebElementSource.java:78) at com.codeborne.selenide.commands.Should.execute(Should.java:24) at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:23) at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:19) at com.codeborne.selenide.commands.Commands.execute(Commands.java:159) at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:131) at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:83) at jdk.proxy2/jdk.proxy2.$Proxy23.shouldBe(Unknown Source) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:76) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:55) at com.imm.pages.SignInPage.setFI_ID(SignInPage.java:168) at com.imm.pages.SignInPage.loginToApplicationCloud(SignInPage.java:153) at com.imm.testscripts.CreateFi.CreateFi.VerifyMenuBarForLoggedInUsersInSign(CreateFi.java:4605) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133) at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598) at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173) at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46) at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824) at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128) at java.base/java.util.ArrayList.forEach(ArrayList.java:1597) at org.testng.TestRunner.privateRun(TestRunner.java:794) at org.testng.TestRunner.run(TestRunner.java:596) at org.testng.SuiteRunner.runTest(SuiteRunner.java:377) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332) at org.testng.SuiteRunner.run(SuiteRunner.java:276) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212) at org.testng.TestNG.runSuitesLocally(TestNG.java:1134) at org.testng.TestNG.runSuites(TestNG.java:1063) at org.testng.TestNG.run(TestNG.java:1031) at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115) at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77) Caused by: org.openqa.selenium.NoSuchElementException: Timed out after 2 seconds. Unable to locate the element at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:99) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:39) at jdk.proxy2/jdk.proxy2.$Proxy21.isDisplayed(Unknown Source) at com.codeborne.selenide.conditions.Visible.check(Visible.java:15) at com.codeborne.selenide.impl.WebElementSource.checkConditionAndReturnElement(WebElementSource.java:92) ... 39 more Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//input[@id='ctl00_cph1_txtHSFIID']"} (Session info: chrome=135.0.7049.96) For documentation on this error, please visit: https://selenium.dev/exceptions/#no_such_element Build info: version: '4.7.1', revision: 'c6795baf1a3' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '23' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [7b8c5a7a13b70117c0a2811ee136f25a, findElement {using=xpath, value=//input[@id='ctl00_cph1_txtHSFIID']}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 135.0.7049.96, chrome: {chromedriverVersion: 135.0.7049.114 (63fd8a7d9d0..., userDataDir: C:\Users\anomau\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:61012}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.31:4444/session..., se:cdpVersion: 135.0.7049.96, 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: 7b8c5a7a13b70117c0a2811ee136f25a at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:501) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:485) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551) at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:162) at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:60) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:367) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359) at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70) at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39) at jdk.proxy2/jdk.proxy2.$Proxy15.findElement(Unknown Source) at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:70) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:39) at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:165) at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:72) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:95) ... 43 more
Categories
  • P1
    Pass: 1 Fail: 1
    RunDate Test Name Status
    25-04-2025 04:19:12 PM com.imm.testscripts.CreateFi.CreateFi#VerifyMenuBarForLoggedInUsersInSign
    pass
    25-04-2025 04:20:39 PM
    fail
  • Smoke
    Pass: 1 Fail: 1
    RunDate Test Name Status
    25-04-2025 04:19:12 PM com.imm.testscripts.CreateFi.CreateFi#VerifyMenuBarForLoggedInUsersInSign
    pass
    25-04-2025 04:20:39 PM
    fail
  • Verify Menu Bar For Logged In Users In Sign
    Pass: 1 Fail: 1
    RunDate Test Name Status
    25-04-2025 04:19:12 PM com.imm.testscripts.CreateFi.CreateFi#VerifyMenuBarForLoggedInUsersInSign
    pass
    25-04-2025 04:20:39 PM
    fail