| Tests passed/Failed/Skipped: | 4/2/0 |
| Started on: | Tue Dec 16 19:37:55 IST 2025 |
| Total time: | 1376 seconds (1376555 ms) |
| Included groups: | |
| Excluded groups: |
| FAILED TESTS | |||
| Test method | Exception | Time (seconds) | Instance |
| verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage Test class: com.imm.testscripts.FIManagement.FIManagement Test method: verify Email Verification Status When user Email not verified In User Account Settings Page Parameters: {Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/#, EmailID=sunitha.pattem@smartims.com,pattemsunitha1304@gmail.com, WorkflowSummary=, Login_User_ID=fiadmin,adobe, Address=, FiStatus=, entraGroupEmail=AdobeOEMGroup@IMMTestCU.onmicrosoft.com,AdobeOEMTest@IMMTestCU.onmicrosoft.com, FiAdmin_LastName=FI Administr...,tom, Add_Dictionary=, GRP_PermissionRadio=, Effect_Summary=, Name=, GRP_PermissionChkBox=, NewUser_ID=, LocalDomain=, PartiesToView=, NewName=, plusfi=false, User_ID=, Wkf_Permission=, Reset_Password=, NewDescription=, AZDomain=, Workflow=, City=, Delete_Dictionary=, AttachmentTypeOption=, NewEmailID=, State=, Login_Password=nimdaif, eSignClient=, ClientID=, Domain=immtestcu, UserType=Admin,User, anonymusFI=true, NewGroup=, Tenant_User=immadmin2@immesignqa.onmicrosoft.com, FiAdmin_FirstName=Default,adobe, Group=Administrators,AdobeOEMGroup,AccountCreation, Dictionary=, FI_Name=, Description=verify Email Verification Status When user Email not verified In User Account Settings Page - Anonymus Sign FI, AdditionalDomainName=, SearchUser=, Filepath=, TestID=verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage, entraGroup=true, KioskDropDownValues=, FiAdmin_UserID=, Dictionary_Code=, FItype=Unified, integrationType=Fully Integrated, IndexSource=, Access_Password=P@ssword1, UserURL2=, Inbox_Permission=, Confirm_Reset_Password=, AdditionalLocalDomainName=, Notes=, Inbox=, GlobalAdmin=, Path=, Copy_User_ID=, Tenant_Password=iMM@2023, Enter_eSignClient=, ZipCode=, FI_ID=, Confirm_Password=P@ssword1, CasesUser=, Tab=, UserURL=, Copy_Tab=, ADUserEmail=} Show output Show all outputs verify Email Verification Status When user Email not verified In User Account Settings Page - Anonymus Sign FI Steps: --- 16 Dec 20:00:20 414 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 20:00:23 546 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 20:00:34 324 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 20:00:34 325 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 20:00:34 541 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f9e40c4d4b0063f8a33625379ca1e046)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 20:00:34 801 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f9e40c4d4b0063f8a33625379ca1e046)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] FI ID field not found or not interactable on the page!! [ScreenShot] |
java.lang.Exception: FI ID field not found or not interactable on the page!! at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:84) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:57) at com.imm.pages.SignInPage.setFI_ID(SignInPage.java:179) at com.imm.pages.SignInPage.loginToApplication(SignInPage.java:157) at com.imm.testscripts.FIManagement.FIManagement.verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage(FIManagement.java:13155) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) 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:293) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91) Caused by: java.lang.IllegalStateException: No webdriver is bound to current thread: 1. You need to call open(url) first. at com.codeborne.selenide.WebDriverThreadLocalContainer.lambda$currentThreadDriver$1(WebDriverThreadLocalContainer.java:156) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at com.codeborne.selenide.WebDriverThreadLocalContainer.currentThreadDriver(WebDriverThreadLocalContainer.java:155) at com.codeborne.selenide.WebDriverThreadLocalContainer.getWebDriver(WebDriverThreadLocalContainer.java:122) at com.codeborne.selenide.WebDriverRunner.getWebDriver(WebDriverRunner.java:83) at com.codeborne.selenide.StaticDriver.getWebDriver(StaticDriver.java:31) at com.codeborne.selenide.Driver.executeJavaScript(Driver.java:42) at com.codeborne.selenide.commands.Clear.blurSafely(Clear.java:52) at com.codeborne.selenide.commands.Clear.clearAndTrigger(Clear.java:47) at com.codeborne.selenide.commands.SetValue.setValueForTextInput(SetValue.java:68) at com.codeborne.selenide.commands.SetValue.execute(SetValue.java:38) 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.$Proxy24.setValue(Unknown Source) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:82) ... 30 more java.lang.Exception: FI ID field not found or not interactable on the page!! at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:84) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:57) at com.imm.pages.SignInPage.setFI_ID(SignInPage.java:179) at com.imm.pages.SignInPage.loginToApplication(SignInPage.java:157) at com.imm.testscripts.FIManagement.FIManagement.verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage(FIManagement.java:13155) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) 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:293) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91) Caused by: java.lang.IllegalStateException: No webdriver is bound to current thread: 1. You need to call open(url) first. at com.codeborne.selenide.WebDriverThreadLocalContainer.lambda$currentThreadDriver$1(WebDriverThreadLocalContainer.java:156) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at com.codeborne.selenide.WebDriverThreadLocalContainer.currentThreadDriver(WebDriverThreadLocalContainer.java:155) at com.codeborne.selenide.WebDriverThreadLocalContainer.getWebDriver(WebDriverThreadLocalContainer.java:122) at com.codeborne.selenide.WebDriverRunner.getWebDriver(WebDriverRunner.java:83) at com.codeborne.selenide.StaticDriver.getWebDriver(StaticDriver.java:31) at com.codeborne.selenide.Driver.executeJavaScript(Driver.java:42) at com.codeborne.selenide.commands.Clear.blurSafely(Clear.java:52) at com.codeborne.selenide.commands.Clear.clearAndTrigger(Clear.java:47) at com.codeborne.selenide.commands.SetValue.setValueForTextInput(SetValue.java:68) at com.codeborne.selenide.commands.SetValue.execute(SetValue.java:38) 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.$Proxy24.setValue(Unknown Source) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:82) ... 30 more |
13 | com.imm.testscripts.FIManagement.FIManagement@568ff82 |
| verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage Test class: com.imm.testscripts.FIManagement.FIManagement Test method: verify Email Verification Status When user Email not verified In User Account Settings Page Parameters: {Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/#, EmailID=sunitha.pattem@smartims.com,pattemsunitha1304@gmail.com, WorkflowSummary=, Login_User_ID=fiadmin,adobe, Address=, FiStatus=, entraGroupEmail=AdobeOEMGroup@IMMTestCU.onmicrosoft.com,AdobeOEMTest@IMMTestCU.onmicrosoft.com, FiAdmin_LastName=FI Administr...,tom, Add_Dictionary=, GRP_PermissionRadio=, Effect_Summary=, Name=, GRP_PermissionChkBox=, NewUser_ID=, LocalDomain=, PartiesToView=, NewName=, plusfi=true, User_ID=, Wkf_Permission=, Reset_Password=, NewDescription=, AZDomain=, Workflow=, City=, Delete_Dictionary=, AttachmentTypeOption=, NewEmailID=, State=, Login_Password=nimdaif, eSignClient=, ClientID=, Domain=immtestcu, UserType=Admin,User, anonymusFI=true, NewGroup=, Tenant_User=immadmin2@immesignqa.onmicrosoft.com, FiAdmin_FirstName=Default,adobe, Group=AdobeOEMTest,AdobeOEMGroup,AccountCreation, Dictionary=, FI_Name=, Description=verify Email Verification Status When user Email not verified In User Account Settings Page - Anonymus Plus FI, AdditionalDomainName=, SearchUser=, Filepath=, TestID=verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage, entraGroup=true, KioskDropDownValues=, FiAdmin_UserID=, Dictionary_Code=, FItype=Unified, integrationType=Fully Integrated, IndexSource=, Access_Password=P@ssword1, UserURL2=, Inbox_Permission=, Confirm_Reset_Password=, AdditionalLocalDomainName=, Notes=, Inbox=, GlobalAdmin=, Path=, Copy_User_ID=, Tenant_Password=iMM@2023, Enter_eSignClient=, ZipCode=, FI_ID=, Confirm_Password=P@ssword1, CasesUser=, Tab=, UserURL=, Copy_Tab=, ADUserEmail=} Show output Show all outputs verify Email Verification Status When user Email not verified In User Account Settings Page - Anonymus Plus FI Steps: --- 16 Dec 20:00:37 070 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 20:00:39 762 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 20:00:48 504 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 20:00:48 506 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 20:00:48 682 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (bc74da0d58fdba0a9f78a49a243123ec)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 20:00:48 870 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (bc74da0d58fdba0a9f78a49a243123ec)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] FI ID field not found or not interactable on the page!! [ScreenShot] |
java.lang.Exception: FI ID field not found or not interactable on the page!! at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:84) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:57) at com.imm.pages.SignInPage.setFI_ID(SignInPage.java:179) at com.imm.pages.SignInPage.loginToApplication(SignInPage.java:157) at com.imm.testscripts.FIManagement.FIManagement.verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage(FIManagement.java:13155) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) 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:293) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91) Caused by: java.lang.IllegalStateException: No webdriver is bound to current thread: 1. You need to call open(url) first. at com.codeborne.selenide.WebDriverThreadLocalContainer.lambda$currentThreadDriver$1(WebDriverThreadLocalContainer.java:156) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at com.codeborne.selenide.WebDriverThreadLocalContainer.currentThreadDriver(WebDriverThreadLocalContainer.java:155) at com.codeborne.selenide.WebDriverThreadLocalContainer.getWebDriver(WebDriverThreadLocalContainer.java:122) at com.codeborne.selenide.WebDriverRunner.getWebDriver(WebDriverRunner.java:83) at com.codeborne.selenide.StaticDriver.getWebDriver(StaticDriver.java:31) at com.codeborne.selenide.Driver.executeJavaScript(Driver.java:42) at com.codeborne.selenide.commands.Clear.blurSafely(Clear.java:52) at com.codeborne.selenide.commands.Clear.clearAndTrigger(Clear.java:47) at com.codeborne.selenide.commands.SetValue.setValueForTextInput(SetValue.java:68) at com.codeborne.selenide.commands.SetValue.execute(SetValue.java:38) 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.$Proxy24.setValue(Unknown Source) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:82) ... 30 more java.lang.Exception: FI ID field not found or not interactable on the page!! at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:84) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:57) at com.imm.pages.SignInPage.setFI_ID(SignInPage.java:179) at com.imm.pages.SignInPage.loginToApplication(SignInPage.java:157) at com.imm.testscripts.FIManagement.FIManagement.verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage(FIManagement.java:13155) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) 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:293) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91) Caused by: java.lang.IllegalStateException: No webdriver is bound to current thread: 1. You need to call open(url) first. at com.codeborne.selenide.WebDriverThreadLocalContainer.lambda$currentThreadDriver$1(WebDriverThreadLocalContainer.java:156) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at com.codeborne.selenide.WebDriverThreadLocalContainer.currentThreadDriver(WebDriverThreadLocalContainer.java:155) at com.codeborne.selenide.WebDriverThreadLocalContainer.getWebDriver(WebDriverThreadLocalContainer.java:122) at com.codeborne.selenide.WebDriverRunner.getWebDriver(WebDriverRunner.java:83) at com.codeborne.selenide.StaticDriver.getWebDriver(StaticDriver.java:31) at com.codeborne.selenide.Driver.executeJavaScript(Driver.java:42) at com.codeborne.selenide.commands.Clear.blurSafely(Clear.java:52) at com.codeborne.selenide.commands.Clear.clearAndTrigger(Clear.java:47) at com.codeborne.selenide.commands.SetValue.setValueForTextInput(SetValue.java:68) at com.codeborne.selenide.commands.SetValue.execute(SetValue.java:38) 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.$Proxy24.setValue(Unknown Source) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:82) ... 30 more |
12 | com.imm.testscripts.FIManagement.FIManagement@568ff82 |
| PASSED TESTS | |||
| Test method | Exception | Time (seconds) | Instance |
| verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage Test class: com.imm.testscripts.FIManagement.FIManagement Test method: verify Email Verification Status When user Email not verified In User Account Settings Page Parameters: {Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/#, EmailID=sunitha.pattem@smartims.com,,pattemsunitha1304@gmail.com, WorkflowSummary=, Login_User_ID=janedoe@immtestcu.onmicrosoft.com,SPGrpEmailNoUserEmail@immtestcu.onmicrosoft.com,adobe@immtestcu.onmicrosoft.com, Address=, FiStatus=, entraGroupEmail=AdobeOEMGroup@IMMTestCU.onmicrosoft.com,AdobeOEMTest@IMMTestCU.onmicrosoft.com, FiAdmin_LastName=Doe New,,tom, Add_Dictionary=, GRP_PermissionRadio=, Effect_Summary=, Name=, GRP_PermissionChkBox=, NewUser_ID=, LocalDomain=, PartiesToView=, NewName=, plusfi=true, User_ID=, Wkf_Permission=, Reset_Password=, NewDescription=, AZDomain=, Workflow=, City=, Delete_Dictionary=, AttachmentTypeOption=, NewEmailID=, State=, Login_Password=iMM@2022, eSignClient=, ClientID=, Domain=immtestcu, UserType=Admin,User,User, anonymusFI=false, NewGroup=, Tenant_User=immadmin2@immesignqa.onmicrosoft.com, FiAdmin_FirstName=Jane,SPGrpEmailNoUserEmai,adobe, Group=Administrators;60 characters test _group #&!2323 Adobe,Users;60 characters test _group #&!2323 Adobe,AccountCreation,Adobe New Entra Sync Group,AdobeOEMTest,Users, Dictionary=, FI_Name=, Description=verify Email Verification Status When user Email not verified In User Account Settings Page - Fully Integrated - Plus FI, AdditionalDomainName=, SearchUser=, Filepath=, TestID=verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage, entraGroup=true, KioskDropDownValues=, FiAdmin_UserID=, Dictionary_Code=, FItype=Unified, integrationType=Fully Integrated, IndexSource=, Access_Password=P@ssword1, UserURL2=, Inbox_Permission=, Confirm_Reset_Password=, AdditionalLocalDomainName=, Notes=, Inbox=, GlobalAdmin=, Path=, Copy_User_ID=, Tenant_Password=iMM@2023, Enter_eSignClient=, ZipCode=, FI_ID=plusrmt1, Confirm_Password=P@ssword1, CasesUser=, Tab=, UserURL=, Copy_Tab=, ADUserEmail=} Show output Show all outputs verify Email Verification Status When user Email not verified In User Account Settings Page - Fully Integrated - Plus FI Steps: --- 16 Dec 19:44:14 690 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:44:20 076 - 5 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 19:44:31 754 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 19:44:31 764 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:44:32 466 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:44:32 913 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] --- 16 Dec 19:44:37 599 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:44:46 400 - 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%3dh6vahpth1c3qgzfg7yziv3oazqn2eztmy1_vc3kxg31zogtrjkrg_r9anfjptwra9tjixakg0tb7aicppd-bsg4tzexneao4ukh83cbe6jhbfcp-qritrnpoprjxv3ywvw7_2ougkgirusuj19bwaa3o1uvfclvlrf0cnsveyusww0iephfz7keexdv-kbo-lumyempez4ne8r0jnq4m4g&response_mode=form_post&nonce=639014913164567182.nzvkmtzhmzatywu0ns00ztvjltgwyjqtnjcwmdu2nwiwntg0ywyzzwe2yjmtogm2oc00mdkylwe2mmmtzdm3mwuzztu1zgu2&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 --- 16 Dec 19:44:46 401 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:44:51 607 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> id: lightbox] --- 16 Dec 19:44:51 772 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> id: i0116] --- 16 Dec 19:44:53 753 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> id: idSIButton9] --- 16 Dec 19:44:58 138 - 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%3dh6vahpth1c3qgzfg7yziv3oazqn2eztmy1_vc3kxg31zogtrjkrg_r9anfjptwra9tjixakg0tb7aicppd-bsg4tzexneao4ukh83cbe6jhbfcp-qritrnpoprjxv3ywvw7_2ougkgirusuj19bwaa3o1uvfclvlrf0cnsveyusww0iephfz7keexdv-kbo-lumyempez4ne8r0jnq4m4g&response_mode=form_post&nonce=639014913164567182.nzvkmtzhmzatywu0ns00ztvjltgwyjqtnjcwmdu2nwiwntg0ywyzzwe2yjmtogm2oc00mdkylwe2mmmtzdm3mwuzztu1zgu2&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 --- 16 Dec 19:44:58 139 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:45:00 796 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> id: idSIButton9] --- 16 Dec 19:45:06 743 - Page URL:: https://login.microsoftonline.com/common/login --- 16 Dec 19:45:06 744 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:45:07 030 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> id: lightbox] --- 16 Dec 19:45:07 257 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> id: idSIButton9] --- 16 Dec 19:45:17 349 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:45:17 349 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:45:21 047 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:45:21 047 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:45:21 604 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> id: btnUpload] --- 16 Dec 19:45:25 048 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:45:25 049 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:45:25 356 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> css selector: .header] Successfully navigated to the 'DocumentsPage' page [ScreenShot] --- 16 Dec 19:45:25 731 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> xpath: //*[@id="ctl00_TeAjQueryMenu2_dropdownUL"]/li] --- 16 Dec 19:45:45 018 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:45:45 019 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:45:45 497 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> xpath: //button[@id='btnPasswordReset_0']] --- 16 Dec 19:45:49 013 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:45:49 014 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:45:49 304 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> css selector: .header] --- 16 Dec 19:45:51 663 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> xpath: //a[contains(@id,'mnu_')and @href='#']//span[@class='exclamation']] Expected: Exclamation mark is displayed when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:45:53 111 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> xpath: //a[contains(@id,'mnu_')and contains(@href,'Usermaintenance')]//span[@class='exclamation']] Expected: Exclamation mark is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI[ScreenShot] Expected: Email verification banner is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Email verification banner is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:45:56 026 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> xpath: //span[contains(text(),'Details')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI[ScreenShot] Expected: 'X Not Verified' status is displayed when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified 'X Not Verified' status is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:45:57 501 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (1e9825466707ccfba11a423777e923c4)] -> xpath: //*[@id='UserTab2']/a] Expected: No status is displayed when group email is blank for default Group Administrators Actual(Passed): ✅Successfully verified No status is displayed when group email is blank for default Group Administrators[ScreenShot] --- 16 Dec 19:46:01 209 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:46:07 288 - 6 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 19:46:16 398 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 19:46:16 400 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:46:16 708 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:46:16 950 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] --- 16 Dec 19:46:20 160 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:46:27 175 - 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%3d07sikzh0cptbcvmlveeslzqasxp8qhyscqzazwdlqu3vcgffawega_pkd5qjplyhtxdidhbvb5fbm_il7tpn5ngriaslq58vxv7qzkquhojjbfx8p_eeaqujyvjy-izog7iali_anx4hnaa3iz5jo3q8h4nwi0ipogy693zwrtu387zti6oyrbnoqosm6hksdm51srkm8b5k8k1nyim_hg&response_mode=form_post&nonce=639014914187208633.yzfiymnkmdatytyyos00y2uzltg0ymetyzm2ztq3ntvlntuyzwe3zgi5mdgtmtu4yi00zjuwltlmzdqtm2y5zdc1zjyxnmzj&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 --- 16 Dec 19:46:27 176 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:46:32 361 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> id: lightbox] --- 16 Dec 19:46:32 524 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> id: i0116] --- 16 Dec 19:46:34 425 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> id: idSIButton9] --- 16 Dec 19:46:38 662 - 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%3d07sikzh0cptbcvmlveeslzqasxp8qhyscqzazwdlqu3vcgffawega_pkd5qjplyhtxdidhbvb5fbm_il7tpn5ngriaslq58vxv7qzkquhojjbfx8p_eeaqujyvjy-izog7iali_anx4hnaa3iz5jo3q8h4nwi0ipogy693zwrtu387zti6oyrbnoqosm6hksdm51srkm8b5k8k1nyim_hg&response_mode=form_post&nonce=639014914187208633.yzfiymnkmdatytyyos00y2uzltg0ymetyzm2ztq3ntvlntuyzwe3zgi5mdgtmtu4yi00zjuwltlmzdqtm2y5zdc1zjyxnmzj&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 --- 16 Dec 19:46:38 663 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:46:41 683 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> id: idSIButton9] --- 16 Dec 19:46:46 558 - Page URL:: https://login.microsoftonline.com/common/login --- 16 Dec 19:46:46 559 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:46:46 759 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> id: lightbox] --- 16 Dec 19:46:47 139 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> id: idSIButton9] --- 16 Dec 19:46:57 909 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:46:57 909 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:47:01 560 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:47:01 561 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:47:02 152 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> id: immPageTitle] --- 16 Dec 19:47:05 590 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:47:05 591 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:47:06 359 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> css selector: .header] Expected: Should navigate to 'Cases' Page Actual(Passed): Successfully navigated to 'Cases' Page[ScreenShot] --- 16 Dec 19:47:10 139 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:47:10 139 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:47:10 508 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> xpath: //*[@id="dropdownUL"]/li/a] --- 16 Dec 19:47:23 392 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:47:23 394 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:47:23 718 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> xpath: //button[@id='btnPasswordReset_0']] --- 16 Dec 19:47:27 291 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:47:27 291 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:47:27 554 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> css selector: .header] --- 16 Dec 19:47:29 823 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> xpath: //a[contains(@id,'mnu_')and @href='#']//span[@class='exclamation']] Expected: Exclamation mark is displayed when user email is blank and group email is not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed when user email is blank and group email is not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:47:31 527 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> xpath: //a[contains(@id,'mnu_')and contains(@href,'Usermaintenance')]//span[@class='exclamation']] Expected: Exclamation mark is displayed in User Account Settings page when user email is blank and group email is not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in User Account Settings page when user email is blank and group email is not verified for Fully Integrated FI[ScreenShot] Expected: Email verification banner is displayed in User Account Settings page when user email is blank and group email is not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Email verification banner is displayed in User Account Settings page when user email is blank and group email is not verified for Fully Integrated FI[ScreenShot] Expected: Exclamation mark is not displayed in Details tab when user email is blank for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in Details tab when user email is blank for Fully Integrated FI[ScreenShot] --- 16 Dec 19:47:54 881 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> xpath: //*[@id='UserTab2']/a] Expected: X Not verified status is displayed when group email is not blank for Group 60 characters test _group #&!2323 Adobe Actual(Passed): ✅Successfully verifiedX Not verified status is displayed when group email is not blank for Group 60 characters test _group #&!2323 Adobe[ScreenShot] --- 16 Dec 19:47:57 708 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (8e7919ee467518053f5f7cb119ba2524)] -> xpath: //span[contains(text(),'Groups')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI[ScreenShot] Expected: No status is displayed when group email is blank for default Group Users Actual(Passed): ✅Successfully verified No status is displayed when group email is blank for default Group Users[ScreenShot] --- 16 Dec 19:48:05 525 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:48:12 218 - 6 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 19:48:23 266 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 19:48:23 267 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:48:23 724 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:48:24 249 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] --- 16 Dec 19:48:29 608 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:48:38 985 - 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%3dtuforgylzqwwlvkgmas2hvgfgf0f4vpfb5bnrhrp2q6wymng7jvxtlgsd4bycksk8nyn-pieexupqclstgwpnh1qggnmo2hltm4ysuc8vfpqvbkxvsymtg5bd-ifsmiwuf14cqdsizrgcespjaxr99man-9chw2dioikhmizqyl02p-wr6p7vkdamoglqm-ajnea9hmxzmmfk0don6wjxq&response_mode=form_post&nonce=639014915481231786.nmnkotawm2ityja5zc00zjnjlwi0nditnja3nwm5zwq3otuxzjcwymrizwityzhjns00zdjhlthizjgtzwe2y2rmyjuxn2jj&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 --- 16 Dec 19:48:38 986 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:48:44 320 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> id: lightbox] --- 16 Dec 19:48:44 567 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> id: i0116] --- 16 Dec 19:48:47 619 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> id: idSIButton9] --- 16 Dec 19:48:51 723 - 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%3dtuforgylzqwwlvkgmas2hvgfgf0f4vpfb5bnrhrp2q6wymng7jvxtlgsd4bycksk8nyn-pieexupqclstgwpnh1qggnmo2hltm4ysuc8vfpqvbkxvsymtg5bd-ifsmiwuf14cqdsizrgcespjaxr99man-9chw2dioikhmizqyl02p-wr6p7vkdamoglqm-ajnea9hmxzmmfk0don6wjxq&response_mode=form_post&nonce=639014915481231786.nmnkotawm2ityja5zc00zjnjlwi0nditnja3nwm5zwq3otuxzjcwymrizwityzhjns00zdjhlthizjgtzwe2y2rmyjuxn2jj&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 --- 16 Dec 19:48:51 724 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:48:54 231 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> id: idSIButton9] --- 16 Dec 19:48:59 513 - Page URL:: https://login.microsoftonline.com/common/login --- 16 Dec 19:48:59 515 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:48:59 740 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> id: lightbox] --- 16 Dec 19:48:59 993 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> id: idSIButton9] --- 16 Dec 19:49:12 160 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:49:12 161 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:49:15 666 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:49:15 667 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:49:16 053 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> id: immPageTitle] --- 16 Dec 19:49:19 595 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:49:19 611 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:49:20 269 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> css selector: .header] Expected: Should navigate to 'Cases' Page Actual(Passed): Successfully navigated to 'Cases' Page[ScreenShot] --- 16 Dec 19:49:23 971 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:49:23 972 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:49:24 343 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //*[@id="dropdownUL"]/li/a] --- 16 Dec 19:49:35 733 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:49:35 734 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:49:36 001 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //button[@id='btnPasswordReset_0']] --- 16 Dec 19:49:39 266 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:49:39 266 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:49:39 404 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> css selector: .header] --- 16 Dec 19:49:41 589 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //a[contains(@id,'mnu_')and @href='#']//span[@class='exclamation']] Expected: Exclamation mark is displayed when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:49:42 760 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //a[contains(@id,'mnu_')and contains(@href,'Usermaintenance')]//span[@class='exclamation']] Expected: Exclamation mark is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI[ScreenShot] Expected: Email verification banner is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Email verification banner is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:49:45 330 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //span[contains(text(),'Details')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI[ScreenShot] Expected: 'X Not Verified' status is displayed when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified 'X Not Verified' status is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:49:46 024 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //*[@id='UserTab2']/a] Expected: X Not verified status is displayed when group email is not blank for Group 60 characters test _group #&!2323 Adobe Actual(Passed): ✅Successfully verifiedX Not verified status is displayed when group email is not blank for Group 60 characters test _group #&!2323 Adobe[ScreenShot] --- 16 Dec 19:49:48 527 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //span[contains(text(),'Groups')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI[ScreenShot] Expected: No status is displayed when group email is blank for default Group AccountCreation Actual(Passed): ✅Successfully verified No status is displayed when group email is blank for default Group AccountCreation[ScreenShot] Expected: X Not verified status is displayed when group email is not blank for Group Adobe New Entra Sync Group Actual(Passed): ✅Successfully verifiedX Not verified status is displayed when group email is not blank for Group Adobe New Entra Sync Group[ScreenShot] --- 16 Dec 19:49:59 630 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //span[contains(text(),'Groups')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI[ScreenShot] Expected: X Not verified status is displayed when group email is not blank for Group AdobeOEMTest Actual(Passed): ✅Successfully verifiedX Not verified status is displayed when group email is not blank for Group AdobeOEMTest[ScreenShot] --- 16 Dec 19:50:08 484 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (9560500cbb419d41f201eb836a6db555)] -> xpath: //span[contains(text(),'Groups')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI[ScreenShot] Expected: No status is displayed when group email is blank for default Group Users Actual(Passed): ✅Successfully verified No status is displayed when group email is blank for default Group Users[ScreenShot] --- 16 Dec 19:50:20 657 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:50:23 503 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) Test Passed. |
0 | com.imm.testscripts.FIManagement.FIManagement@568ff82 | |
| verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage Test class: com.imm.testscripts.FIManagement.FIManagement Test method: verify Email Verification Status When user Email not verified In User Account Settings Page Parameters: {Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/#, EmailID=sunitha.pattem@smartims.com,pattemsunitha1304@gmail.com, WorkflowSummary=, Login_User_ID=cuadmin@immtestcu.onmicrosoft.com,adobe@immtestcu.onmicrosoft.com, Address=, FiStatus=, entraGroupEmail=AdobeOEMGroup@IMMTestCU.onmicrosoft.com,AdobeOEMTest@IMMTestCU.onmicrosoft.com, FiAdmin_LastName=,tom, Add_Dictionary=, GRP_PermissionRadio=, Effect_Summary=, Name=, GRP_PermissionChkBox=, NewUser_ID=, LocalDomain=, PartiesToView=, NewName=, plusfi=false, User_ID=, Wkf_Permission=, Reset_Password=, NewDescription=, AZDomain=, Workflow=, City=, Delete_Dictionary=, AttachmentTypeOption=, NewEmailID=, State=, Login_Password=iMM@2022, eSignClient=, ClientID=, Domain=immtestcu, UserType=Admin,User, anonymusFI=false, NewGroup=, Tenant_User=immadmin2@immesignqa.onmicrosoft.com, FiAdmin_FirstName=cuadminDN,adobe, Group=AdobeOEMTest,AdobeOEMGroup,AccountCreation, Dictionary=, FI_Name=, Description=verify Email Verification Status When user Email not verified In User Account Settings Page - Legacy - Sign FI, AdditionalDomainName=, SearchUser=, Filepath=, TestID=verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage, entraGroup=true, KioskDropDownValues=, FiAdmin_UserID=, Dictionary_Code=, FItype=Unified, integrationType=Legacy Account, IndexSource=, Access_Password=P@ssword1, UserURL2=, Inbox_Permission=, Confirm_Reset_Password=, AdditionalLocalDomainName=, Notes=, Inbox=, GlobalAdmin=, Path=, Copy_User_ID=, Tenant_Password=iMM@2023, Enter_eSignClient=, ZipCode=, FI_ID=autoesign, Confirm_Password=P@ssword1, CasesUser=, Tab=, UserURL=, Copy_Tab=, ADUserEmail=} Show output Show all outputs verify Email Verification Status When user Email not verified In User Account Settings Page - Legacy - Sign FI Steps: --- 16 Dec 19:50:23 955 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:50:26 900 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 19:50:36 081 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 19:50:36 082 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:50:36 394 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:50:36 648 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] --- 16 Dec 19:50:38 190 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:50:44 359 - 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%3dbasncpk-sctvp3wyq-4hk_sq80rlksjp3sbwd6dufobsqzs31bkpocfk8fux4v9w0pz-nqddvql5aspqplbalno6-47yc9oxsj3jwmxpan4zu0y0uj340arqm_ue21q4jcoga1hb-rhlcewg9_q0zi1uikzmbeopqyzahc15badi3ivd7efvvf48chg3nynca2wckuycjvgrfqmg29ghdw&response_mode=form_post&nonce=639014916759782341.mgvjzwrhyjctyjcxni00ywi4lwflymetngi1nju5njkwnddkmjuwowywytctnwu4os00mmzilwi0ndqtngnhnjc4owrlnzc4&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 --- 16 Dec 19:50:44 359 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:50:49 514 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> id: lightbox] --- 16 Dec 19:50:49 650 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> id: i0116] --- 16 Dec 19:50:50 860 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> id: idSIButton9] --- 16 Dec 19:50:54 347 - 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%3dbasncpk-sctvp3wyq-4hk_sq80rlksjp3sbwd6dufobsqzs31bkpocfk8fux4v9w0pz-nqddvql5aspqplbalno6-47yc9oxsj3jwmxpan4zu0y0uj340arqm_ue21q4jcoga1hb-rhlcewg9_q0zi1uikzmbeopqyzahc15badi3ivd7efvvf48chg3nynca2wckuycjvgrfqmg29ghdw&response_mode=form_post&nonce=639014916759782341.mgvjzwrhyjctyjcxni00ywi4lwflymetngi1nju5njkwnddkmjuwowywytctnwu4os00mmzilwi0ndqtngnhnjc4owrlnzc4&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 --- 16 Dec 19:50:54 347 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:50:56 585 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> id: idSIButton9] --- 16 Dec 19:51:01 085 - Page URL:: https://login.microsoftonline.com/common/login --- 16 Dec 19:51:01 085 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:51:01 245 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> id: lightbox] --- 16 Dec 19:51:01 424 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> id: idSIButton9] --- 16 Dec 19:51:09 521 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:51:09 521 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:51:12 750 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:51:12 751 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:51:12 914 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> id: btnUpload] --- 16 Dec 19:51:16 097 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:51:16 097 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:51:16 231 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> css selector: .header] Successfully navigated to the 'DocumentsPage' page [ScreenShot] --- 16 Dec 19:51:16 432 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> xpath: //*[@id="ctl00_TeAjQueryMenu2_dropdownUL"]/li] --- 16 Dec 19:51:33 896 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:51:33 896 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:51:34 030 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> xpath: //button[@id='btnPasswordReset_0']] --- 16 Dec 19:51:37 265 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:51:37 266 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:51:37 410 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a555ca0961512c1ed902308a7036cd4a)] -> css selector: .header] Expected: Exclamation mark is not displayed when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed when user email is blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in User Account Settings page when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in User Account Settings page when blank or not blank for Legacy FI[ScreenShot] Expected: Email verification banner is not displayed in User Account Settings page when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Email verification banner is not displayed in User Account Settings page when blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in Details tab when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in Details tab when blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in Groups tab when Group email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in Groups tab when Group email is blank or not blank for Legacy F[ScreenShot] --- 16 Dec 19:52:44 921 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:52:47 446 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 19:52:57 941 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 19:52:57 941 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:52:58 082 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:52:58 223 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] --- 16 Dec 19:52:59 737 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:53:06 140 - 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%3dset51nziuxcznxixurkq3oounbyenjhygxj4aolebtu3jxgwwtqgn6nnas_js47_rawxxtho4rgg_nsjy-cjzmi9-7dozpnptiuw-35l-m83ggio9avz41qjq1n6kqoxex-ootitpyuz1zqujqa0g3umrup9l1b3yznwm1skbacseisajvhagn1jg2e2njvriv93qzpxv0mzpuvul16h4w&response_mode=form_post&nonce=639014918176715943.ndq5mwm4ywqtnge3my00ytu5lwixzgytmtc2zmniodi2zdhlmde5mjm3zjctmde0ny00ndu3lwe2zdgtytzmmtmwn2exnwyx&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 --- 16 Dec 19:53:06 140 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:53:11 329 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> id: lightbox] --- 16 Dec 19:53:11 486 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> id: i0116] --- 16 Dec 19:53:13 050 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> id: idSIButton9] --- 16 Dec 19:53:16 644 - 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%3dset51nziuxcznxixurkq3oounbyenjhygxj4aolebtu3jxgwwtqgn6nnas_js47_rawxxtho4rgg_nsjy-cjzmi9-7dozpnptiuw-35l-m83ggio9avz41qjq1n6kqoxex-ootitpyuz1zqujqa0g3umrup9l1b3yznwm1skbacseisajvhagn1jg2e2njvriv93qzpxv0mzpuvul16h4w&response_mode=form_post&nonce=639014918176715943.ndq5mwm4ywqtnge3my00ytu5lwixzgytmtc2zmniodi2zdhlmde5mjm3zjctmde0ny00ndu3lwe2zdgtytzmmtmwn2exnwyx&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 --- 16 Dec 19:53:16 645 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:53:18 885 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> id: idSIButton9] --- 16 Dec 19:53:23 361 - Page URL:: https://login.microsoftonline.com/common/login --- 16 Dec 19:53:23 361 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:53:23 506 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> id: lightbox] --- 16 Dec 19:53:23 644 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> id: idSIButton9] --- 16 Dec 19:53:32 878 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:53:32 879 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:53:36 029 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:53:36 030 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:53:36 175 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> xpath: //*[@id='btnSearch']] --- 16 Dec 19:53:39 327 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:53:39 328 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:53:39 460 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> css selector: .header] Expected: Should navigate to 'search Active Session' Page Actual(Passed): Successfully navigated to 'search Active Session ' Page[ScreenShot] --- 16 Dec 19:53:42 757 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:53:42 758 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:53:42 852 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> xpath: //*[@id="dropdownUL"]/li/a] --- 16 Dec 19:53:51 616 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:53:51 616 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:53:51 762 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> xpath: //button[@id='btnPasswordReset_0']] --- 16 Dec 19:53:54 996 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:53:54 997 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:53:55 126 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (36b02f3846d35a79b356d7a29fb6c5fd)] -> css selector: .header] Expected: Exclamation mark is not displayed when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed when user email is blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in User Account Settings page when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in User Account Settings page when blank or not blank for Legacy FI[ScreenShot] Expected: Email verification banner is not displayed in User Account Settings page when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Email verification banner is not displayed in User Account Settings page when blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in Details tab when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in Details tab when blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in Groups tab when Group email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in Groups tab when Group email is blank or not blank for Legacy F[ScreenShot] --- 16 Dec 19:55:04 387 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:55:08 864 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) Test Passed. |
0 | com.imm.testscripts.FIManagement.FIManagement@568ff82 | |
| verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage Test class: com.imm.testscripts.FIManagement.FIManagement Test method: verify Email Verification Status When user Email not verified In User Account Settings Page Parameters: {Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/#, EmailID=sunitha.pattem@smartims.com,,pattemsunitha1304@gmail.com, WorkflowSummary=, Login_User_ID=janedoe@immtestcu.onmicrosoft.com,SPGrpEmailNoUserEmail@immtestcu.onmicrosoft.com,adobe@immtestcu.onmicrosoft.com, Address=, FiStatus=, entraGroupEmail=AdobeOEMGroup@IMMTestCU.onmicrosoft.com,AdobeOEMTest@IMMTestCU.onmicrosoft.com,60characterstest_group#&!2323Adobe@IMMTestCU.onmicrosoft.com, FiAdmin_LastName=Doe New,,tom, Add_Dictionary=, GRP_PermissionRadio=, Effect_Summary=, Name=, GRP_PermissionChkBox=, NewUser_ID=, LocalDomain=, PartiesToView=, NewName=, plusfi=false, User_ID=, Wkf_Permission=, Reset_Password=, NewDescription=, AZDomain=, Workflow=, City=, Delete_Dictionary=, AttachmentTypeOption=, NewEmailID=, State=, Login_Password=iMM@2022, eSignClient=, ClientID=, Domain=immtestcu, UserType=Admin,User,User, anonymusFI=false, NewGroup=, Tenant_User=immadmin2@immesignqa.onmicrosoft.com, FiAdmin_FirstName=Jane,SPGrpEmailNoUserEmai,adobe, Group=Administrators,Users;60 characters test _group #&!2323 Adobe,Users;60 characters test _group #&!2323 Adobe,AccountCreation,Adobe New Entra Sync Group,AdobeOEMTest,Users, Dictionary=, FI_Name=, Description=verify Email Verification Status When user Email not verified In User Account Settings Page - Fully Integrated - Sign FI, AdditionalDomainName=, SearchUser=, Filepath=, TestID=verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage, entraGroup=true, KioskDropDownValues=, FiAdmin_UserID=, Dictionary_Code=, FItype=Unified, integrationType=Fully Integrated, IndexSource=, Access_Password=P@ssword1, UserURL2=, Inbox_Permission=, Confirm_Reset_Password=, AdditionalLocalDomainName=, Notes=, Inbox=, GlobalAdmin=, Path=, Copy_User_ID=, Tenant_Password=iMM@2023, Enter_eSignClient=, ZipCode=, FI_ID=adobeuser, Confirm_Password=P@ssword1, CasesUser=, Tab=, UserURL=, Copy_Tab=, ADUserEmail=} Show output Show all outputs verify Email Verification Status When user Email not verified In User Account Settings Page - Fully Integrated - Sign FI Steps: --- 16 Dec 19:37:57 814 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:38:11 858 - 14 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 19:38:24 779 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 19:38:24 780 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:38:25 698 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:38:26 119 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] --- 16 Dec 19:38:29 281 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:38:36 264 - 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%3ds1yr6vq_ix3ofk7-xhzjnc5gagfwetpklhjipl2qsvz4wux2rvgzloriiutuqbkibr1gfaegtfzipvv0d9qhwgt8msavxcebzjzyykd-dhwafizxjwfbz_ng49etxphstt3frv9_ximbpedshotjuepvkfecbif_hzzuwfdb73kjxxkqut4atpbrqou9onsnjn_c_4zuutrfzhw0_fj3lw&response_mode=form_post&nonce=639014909472600323.ntmzy2q5ywutyjrhzc00nmiwlwjhn2ytnwi1ytmymzm4ymjimgnhm2i0n2itzwq4ms00ztc2ltk4zwqtzteyymnhotvlogzj&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 --- 16 Dec 19:38:36 266 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:38:41 498 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> id: lightbox] --- 16 Dec 19:38:41 717 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> id: i0116] --- 16 Dec 19:38:43 785 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> id: idSIButton9] --- 16 Dec 19:38:47 623 - 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%3ds1yr6vq_ix3ofk7-xhzjnc5gagfwetpklhjipl2qsvz4wux2rvgzloriiutuqbkibr1gfaegtfzipvv0d9qhwgt8msavxcebzjzyykd-dhwafizxjwfbz_ng49etxphstt3frv9_ximbpedshotjuepvkfecbif_hzzuwfdb73kjxxkqut4atpbrqou9onsnjn_c_4zuutrfzhw0_fj3lw&response_mode=form_post&nonce=639014909472600323.ntmzy2q5ywutyjrhzc00nmiwlwjhn2ytnwi1ytmymzm4ymjimgnhm2i0n2itzwq4ms00ztc2ltk4zwqtzteyymnhotvlogzj&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 --- 16 Dec 19:38:47 624 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:38:50 078 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> id: idSIButton9] --- 16 Dec 19:38:54 963 - Page URL:: https://login.microsoftonline.com/common/login --- 16 Dec 19:38:54 964 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:38:55 147 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> id: lightbox] --- 16 Dec 19:38:55 361 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> id: idSIButton9] --- 16 Dec 19:39:04 741 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:39:04 742 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:39:08 197 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:39:08 199 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:39:08 391 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> id: btnUpload] --- 16 Dec 19:39:12 994 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:39:12 995 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:39:13 188 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> css selector: .header] Successfully navigated to the 'DocumentsPage' page [ScreenShot] --- 16 Dec 19:39:13 572 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> xpath: //*[@id="ctl00_TeAjQueryMenu2_dropdownUL"]/li] --- 16 Dec 19:39:33 379 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:39:33 381 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:39:33 570 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> xpath: //button[@id='btnPasswordReset_0']] --- 16 Dec 19:39:36 801 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:39:36 802 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:39:36 967 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> css selector: .header] --- 16 Dec 19:39:39 200 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> xpath: //a[contains(@id,'mnu_')and @href='#']//span[@class='exclamation']] Expected: Exclamation mark is displayed when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:39:40 246 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> xpath: //a[contains(@id,'mnu_')and contains(@href,'Usermaintenance')]//span[@class='exclamation']] Expected: Exclamation mark is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI[ScreenShot] Expected: Email verification banner is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Email verification banner is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:39:42 827 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> xpath: //span[contains(text(),'Details')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI[ScreenShot] Expected: 'X Not Verified' status is displayed when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified 'X Not Verified' status is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:39:43 729 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (915e142cfcb6419c6eefa0457b21f935)] -> xpath: //*[@id='UserTab2']/a] Expected: No status is displayed when group email is blank for default Group Administrators Actual(Passed): ✅Successfully verified No status is displayed when group email is blank for default Group Administrators[ScreenShot] Expected: No status is displayed when group email is blank for default Group Users Actual(Passed): ✅Successfully verified No status is displayed when group email is blank for default Group Users[ScreenShot] --- 16 Dec 19:39:51 655 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:39:55 550 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 19:40:09 367 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 19:40:09 370 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:40:09 654 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:40:09 959 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] --- 16 Dec 19:40:12 674 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:40:19 276 - 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%3dq38dk_2euvhe4vim82fvd8rnpxxm6cg3l1flfghma6s0yvd-rkqehbkg6qthlizbn85a7cztajibp3icinmj6uz--5khbfuzahf8paviqtexsxawoolli0_03cj7zqvjyrq_4-dfrg5gg4sgrfqrxdfve5ttyzwzqlkdlqbvoizj-n7fpanzbazx7fqr-f3pxy9ek58az6ntfjje6hqz2g&response_mode=form_post&nonce=639014910505656854.ndflodu1ymqtywvhzc00nzm5lthiyjctnzblywq3ytayogy1y2ezm2zjmdatmzhlzs00zdvmlweynwqtodu4mmqyytdkytg4&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 --- 16 Dec 19:40:19 277 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:40:25 064 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> id: lightbox] --- 16 Dec 19:40:25 560 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> id: i0116] --- 16 Dec 19:40:28 222 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> id: idSIButton9] --- 16 Dec 19:40:31 872 - 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%3dq38dk_2euvhe4vim82fvd8rnpxxm6cg3l1flfghma6s0yvd-rkqehbkg6qthlizbn85a7cztajibp3icinmj6uz--5khbfuzahf8paviqtexsxawoolli0_03cj7zqvjyrq_4-dfrg5gg4sgrfqrxdfve5ttyzwzqlkdlqbvoizj-n7fpanzbazx7fqr-f3pxy9ek58az6ntfjje6hqz2g&response_mode=form_post&nonce=639014910505656854.ndflodu1ymqtywvhzc00nzm5lthiyjctnzblywq3ytayogy1y2ezm2zjmdatmzhlzs00zdvmlweynwqtodu4mmqyytdkytg4&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 --- 16 Dec 19:40:31 872 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:40:34 184 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> id: idSIButton9] --- 16 Dec 19:40:39 011 - Page URL:: https://login.microsoftonline.com/common/login --- 16 Dec 19:40:39 011 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:40:39 413 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> id: lightbox] --- 16 Dec 19:40:39 949 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> id: idSIButton9] --- 16 Dec 19:40:53 024 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:40:53 026 - 12 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:40:56 297 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:40:56 298 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:40:56 907 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> xpath: //*[@id='btnSearch']] --- 16 Dec 19:41:00 348 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:41:00 350 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:41:00 592 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> css selector: .header] Expected: Should navigate to 'search Active Session' Page Actual(Passed): Successfully navigated to 'search Active Session ' Page[ScreenShot] --- 16 Dec 19:41:04 753 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:41:04 757 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:41:05 334 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> xpath: //*[@id="dropdownUL"]/li/a] --- 16 Dec 19:41:17 133 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:41:17 134 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:41:17 534 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> xpath: //button[@id='btnPasswordReset_0']] --- 16 Dec 19:41:21 979 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:41:21 981 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:41:22 590 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> css selector: .header] --- 16 Dec 19:41:25 126 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> xpath: //a[contains(@id,'mnu_')and @href='#']//span[@class='exclamation']] Expected: Exclamation mark is displayed when user email is blank and group email is not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed when user email is blank and group email is not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:41:26 580 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> xpath: //a[contains(@id,'mnu_')and contains(@href,'Usermaintenance')]//span[@class='exclamation']] Expected: Exclamation mark is displayed in User Account Settings page when user email is blank and group email is not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in User Account Settings page when user email is blank and group email is not verified for Fully Integrated FI[ScreenShot] Expected: Email verification banner is displayed in User Account Settings page when user email is blank and group email is not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Email verification banner is displayed in User Account Settings page when user email is blank and group email is not verified for Fully Integrated FI[ScreenShot] Expected: Exclamation mark is not displayed in Details tab when user email is blank for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in Details tab when user email is blank for Fully Integrated FI[ScreenShot] --- 16 Dec 19:41:50 100 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> xpath: //*[@id='UserTab2']/a] Expected: X Not verified status is displayed when group email is not blank for Group 60 characters test _group #&!2323 Adobe Actual(Passed): ✅Successfully verifiedX Not verified status is displayed when group email is not blank for Group 60 characters test _group #&!2323 Adobe[ScreenShot] --- 16 Dec 19:41:53 498 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b5010feecff84fa1b43df3e69c029091)] -> xpath: //span[contains(text(),'Groups')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI[ScreenShot] Expected: No status is displayed when group email is blank for default Group Users Actual(Passed): ✅Successfully verified No status is displayed when group email is blank for default Group Users[ScreenShot] --- 16 Dec 19:41:59 001 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:42:03 946 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 19:42:13 213 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 19:42:13 215 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:42:13 800 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:42:14 186 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] --- 16 Dec 19:42:16 987 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:42:24 604 - 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%3dv4gr7-zw9kxhnsxwawe974jefyzxe0zcrwacksm_atbotgqaa6hm1a5wsfolmhoyhsbi2o_8iut8wuncmcx8cgxlldbsx5ap0qehp9vf2g39xpvz9wmm4ob6pitzc5rxvnndlktgtwkkw2txz8zkb0anhimfbv0kw28wzjbs5abpjc7ssy4kjlsxy8ui9l2qmvvmyr0dqbrtjiwqxrouqg&response_mode=form_post&nonce=639014911752134350.ngq1ngixnjqtnmnlyy00mza3lwizmwetymm1mmu3zdblogq5zthjnjm0m2ytodfkmi00njk5lwi2nzitnjgwmdcwmwyxzmrh&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 --- 16 Dec 19:42:24 606 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:42:29 776 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> id: lightbox] --- 16 Dec 19:42:29 955 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> id: i0116] --- 16 Dec 19:42:31 367 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> id: idSIButton9] --- 16 Dec 19:42:34 900 - 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%3dv4gr7-zw9kxhnsxwawe974jefyzxe0zcrwacksm_atbotgqaa6hm1a5wsfolmhoyhsbi2o_8iut8wuncmcx8cgxlldbsx5ap0qehp9vf2g39xpvz9wmm4ob6pitzc5rxvnndlktgtwkkw2txz8zkb0anhimfbv0kw28wzjbs5abpjc7ssy4kjlsxy8ui9l2qmvvmyr0dqbrtjiwqxrouqg&response_mode=form_post&nonce=639014911752134350.ngq1ngixnjqtnmnlyy00mza3lwizmwetymm1mmu3zdblogq5zthjnjm0m2ytodfkmi00njk5lwi2nzitnjgwmdcwmwyxzmrh&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 --- 16 Dec 19:42:34 900 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:42:37 162 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> id: idSIButton9] --- 16 Dec 19:42:41 568 - Page URL:: https://login.microsoftonline.com/common/login --- 16 Dec 19:42:41 570 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:42:41 804 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> id: lightbox] --- 16 Dec 19:42:42 049 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> id: idSIButton9] --- 16 Dec 19:42:51 620 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:42:51 620 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:42:54 800 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:42:54 801 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:42:55 006 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //*[@id='btnSearch']] --- 16 Dec 19:42:58 217 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:42:58 217 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:42:58 367 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> css selector: .header] Expected: Should navigate to 'search Active Session' Page Actual(Passed): Successfully navigated to 'search Active Session ' Page[ScreenShot] --- 16 Dec 19:43:01 687 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch --- 16 Dec 19:43:01 688 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:43:01 787 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //*[@id="dropdownUL"]/li/a] --- 16 Dec 19:43:11 804 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:43:11 805 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:43:11 976 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //button[@id='btnPasswordReset_0']] --- 16 Dec 19:43:15 206 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:43:15 207 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:43:15 336 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> css selector: .header] --- 16 Dec 19:43:17 601 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //a[contains(@id,'mnu_')and @href='#']//span[@class='exclamation']] Expected: Exclamation mark is displayed when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:43:18 740 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //a[contains(@id,'mnu_')and contains(@href,'Usermaintenance')]//span[@class='exclamation']] Expected: Exclamation mark is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI[ScreenShot] Expected: Email verification banner is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Email verification banner is displayed in User Account Settings page when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:43:21 408 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //span[contains(text(),'Details')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI[ScreenShot] Expected: 'X Not Verified' status is displayed when user email is not blank and not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified 'X Not Verified' status is displayed in Details tab when user email is not blank and not verified for Fully Integrated FI[ScreenShot] --- 16 Dec 19:43:22 615 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //*[@id='UserTab2']/a] Expected: X Not verified status is displayed when group email is not blank for Group 60 characters test _group #&!2323 Adobe Actual(Passed): ✅Successfully verifiedX Not verified status is displayed when group email is not blank for Group 60 characters test _group #&!2323 Adobe[ScreenShot] --- 16 Dec 19:43:25 172 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //span[contains(text(),'Groups')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI[ScreenShot] Expected: No status is displayed when group email is blank for default Group AccountCreation Actual(Passed): ✅Successfully verified No status is displayed when group email is blank for default Group AccountCreation[ScreenShot] Expected: X Not verified status is displayed when group email is not blank for Group Adobe New Entra Sync Group Actual(Passed): ✅Successfully verifiedX Not verified status is displayed when group email is not blank for Group Adobe New Entra Sync Group[ScreenShot] --- 16 Dec 19:43:36 469 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //span[contains(text(),'Groups')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI[ScreenShot] Expected: X Not verified status is displayed when group email is not blank for Group AdobeOEMTest Actual(Passed): ✅Successfully verifiedX Not verified status is displayed when group email is not blank for Group AdobeOEMTest[ScreenShot] --- 16 Dec 19:43:46 917 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5e71f81194c58eaf4dbab12eb3a650df)] -> xpath: //span[contains(text(),'Groups')]//following-sibling::span[@class='exclamation']] Expected: Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI Actual(Passed): ✅Successfully verified Exclamation mark is displayed in Groups tab when group email not verified for Fully Integrated FI[ScreenShot] Expected: No status is displayed when group email is blank for default Group Users Actual(Passed): ✅Successfully verified No status is displayed when group email is blank for default Group Users[ScreenShot] --- 16 Dec 19:44:03 007 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:44:11 966 - 8 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) Test Passed. |
2 | com.imm.testscripts.FIManagement.FIManagement@568ff82 | |
| verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage Test class: com.imm.testscripts.FIManagement.FIManagement Test method: verify Email Verification Status When user Email not verified In User Account Settings Page Parameters: {Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/#, EmailID=sunitha.pattem@smartims.com,pattemsunitha1304@gmail.com, WorkflowSummary=, Login_User_ID=cuadmin@immtestcu.onmicrosoft.com,adobe@immtestcu.onmicrosoft.com, Address=, FiStatus=, entraGroupEmail=AdobeOEMGroup@IMMTestCU.onmicrosoft.com,AdobeOEMTest@IMMTestCU.onmicrosoft.com, FiAdmin_LastName=,tom, Add_Dictionary=, GRP_PermissionRadio=, Effect_Summary=, Name=, GRP_PermissionChkBox=, NewUser_ID=, LocalDomain=, PartiesToView=, NewName=, plusfi=true, User_ID=, Wkf_Permission=, Reset_Password=, NewDescription=, AZDomain=, Workflow=, City=, Delete_Dictionary=, AttachmentTypeOption=, NewEmailID=, State=, Login_Password=iMM@2022, eSignClient=, ClientID=, Domain=immtestcu, UserType=Admin,User, anonymusFI=false, NewGroup=, Tenant_User=immadmin2@immesignqa.onmicrosoft.com, FiAdmin_FirstName=cuadminDN,adobe, Group=Administrators,AdobeOEMGroup,AccountCreation, Dictionary=, FI_Name=, Description=verify Email Verification Status When user Email not verified In User Account Settings Page - Legacy - Plus FI, AdditionalDomainName=, SearchUser=, Filepath=, TestID=verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage, entraGroup=true, KioskDropDownValues=, FiAdmin_UserID=, Dictionary_Code=, FItype=Unified, integrationType=Legacy Account, IndexSource=, Access_Password=P@ssword1, UserURL2=, Inbox_Permission=, Confirm_Reset_Password=, AdditionalLocalDomainName=, Notes=, Inbox=, GlobalAdmin=, Path=, Copy_User_ID=, Tenant_Password=iMM@2023, Enter_eSignClient=, ZipCode=, FI_ID=autoeplus, Confirm_Password=P@ssword1, CasesUser=, Tab=, UserURL=, Copy_Tab=, ADUserEmail=} Show output Show all outputs verify Email Verification Status When user Email not verified In User Account Settings Page - Legacy - Plus FI Steps: --- 16 Dec 19:55:09 474 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:55:12 827 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 19:55:21 250 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 19:55:21 250 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:55:21 508 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:55:21 761 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] --- 16 Dec 19:55:23 244 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:55:29 876 - 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%3ddgx9qe5-s0aq5waprnao3irwfsve5bxp-unsppihwo-2ncinndc6vhn7rn9salfy8hqq_qcv89a_7znpsgjcp_cctdx7xbo4bntpiv7n-z7xrl_u0wzxhs4yqdwp3qid-83pmx4udgm6j3wvv3abbfghqvhq0uyr61km3xcimompl-a6irdbcpyevio7u-edkjqrpvajytvhiugc9-bbpw&response_mode=form_post&nonce=639014919611023813.ngfhnjdizdutodbmyy00mwnklthkzjytzdi2yzk1mmm3zgmynzu0ognjm2ytnjg4ms00zdnjlwfly2ytnmjkntjmnza4mjk0&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 --- 16 Dec 19:55:29 877 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:55:35 020 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> id: lightbox] --- 16 Dec 19:55:35 150 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> id: i0116] --- 16 Dec 19:55:36 273 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> id: idSIButton9] --- 16 Dec 19:55:39 725 - 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%3ddgx9qe5-s0aq5waprnao3irwfsve5bxp-unsppihwo-2ncinndc6vhn7rn9salfy8hqq_qcv89a_7znpsgjcp_cctdx7xbo4bntpiv7n-z7xrl_u0wzxhs4yqdwp3qid-83pmx4udgm6j3wvv3abbfghqvhq0uyr61km3xcimompl-a6irdbcpyevio7u-edkjqrpvajytvhiugc9-bbpw&response_mode=form_post&nonce=639014919611023813.ngfhnjdizdutodbmyy00mwnklthkzjytzdi2yzk1mmm3zgmynzu0ognjm2ytnjg4ms00zdnjlwfly2ytnmjkntjmnza4mjk0&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 --- 16 Dec 19:55:39 726 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:55:41 956 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> id: idSIButton9] --- 16 Dec 19:55:46 282 - Page URL:: https://login.microsoftonline.com/common/login --- 16 Dec 19:55:46 282 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:55:46 412 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> id: lightbox] --- 16 Dec 19:55:46 534 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> id: idSIButton9] --- 16 Dec 19:55:54 956 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:55:54 957 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:55:58 113 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:55:58 114 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:55:58 247 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> id: btnUpload] --- 16 Dec 19:56:01 416 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:56:01 417 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:56:01 550 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> css selector: .header] Successfully navigated to the 'DocumentsPage' page [ScreenShot] --- 16 Dec 19:56:01 747 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> xpath: //*[@id="ctl00_TeAjQueryMenu2_dropdownUL"]/li] --- 16 Dec 19:56:07 408 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:56:07 408 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:56:48 317 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx --- 16 Dec 19:56:48 317 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:56:48 454 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (ea2f64752b848a9868dd6308b6515e0c)] -> css selector: .header] Expected: Exclamation mark is not displayed when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed when user email is blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in User Account Settings page when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in User Account Settings page when blank or not blank for Legacy FI[ScreenShot] Expected: Email verification banner is not displayed in User Account Settings page when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Email verification banner is not displayed in User Account Settings page when blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in Details tab when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in Details tab when blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in Groups tab when Group email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in Groups tab when Group email is blank or not blank for Legacy F[ScreenShot] --- 16 Dec 19:57:55 269 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 19:57:58 067 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) --- 16 Dec 19:58:07 386 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx --- 16 Dec 19:58:07 386 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:58:07 576 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:58:07 743 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']] --- 16 Dec 19:58:09 132 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> xpath: //*[contains(@id,'btnSubmit')]] --- 16 Dec 19:58:15 504 - 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%3dvay0dj3coc8mhwzxw0f0fvpxxtc9jwrbujizsxevdvkye7flz-e4kgtoqid4qkgfkzl5banrxpn7yxrvnsjxbei9pz_bqjvbgggbokqgelbqsnevoakpodkst0qsbmorbjylpwhh1uskml5epcq_-nzszj84sjowf4trjseytn0falw6cdyipxsvd-_axbe9c8zj8pf2qtv57oodayvneg&response_mode=form_post&nonce=639014921269255422.zti5yju1ztutyjzhos00mdg0ltg3ztmtytlhotzlnzmwytljzmjhyzvhztytnzixmy00odhiltg3otktyjfkoty4yzcyyzk0&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 --- 16 Dec 19:58:15 504 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:58:20 665 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> id: lightbox] --- 16 Dec 19:58:20 801 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> id: i0116] --- 16 Dec 19:58:21 875 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> id: idSIButton9] --- 16 Dec 19:58:26 252 - 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%3dvay0dj3coc8mhwzxw0f0fvpxxtc9jwrbujizsxevdvkye7flz-e4kgtoqid4qkgfkzl5banrxpn7yxrvnsjxbei9pz_bqjvbgggbokqgelbqsnevoakpodkst0qsbmorbjylpwhh1uskml5epcq_-nzszj84sjowf4trjseytn0falw6cdyipxsvd-_axbe9c8zj8pf2qtv57oodayvneg&response_mode=form_post&nonce=639014921269255422.zti5yju1ztutyjzhos00mdg0ltg3ztmtytlhotzlnzmwytljzmjhyzvhztytnzixmy00odhiltg3otktyjfkoty4yzcyyzk0&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 --- 16 Dec 19:58:26 253 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:58:28 498 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> id: idSIButton9] --- 16 Dec 19:58:32 852 - Page URL:: https://login.microsoftonline.com/common/login --- 16 Dec 19:58:32 853 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:58:32 995 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> id: lightbox] --- 16 Dec 19:58:33 156 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> id: idSIButton9] --- 16 Dec 19:58:44 075 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:58:44 075 - 10 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:58:47 360 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:58:47 362 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:58:47 461 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> id: immPageTitle] --- 16 Dec 19:58:50 724 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:58:50 725 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:58:50 865 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> css selector: .header] Expected: Should navigate to 'Cases' Page Actual(Passed): Successfully navigated to 'Cases' Page[ScreenShot] --- 16 Dec 19:58:54 282 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases --- 16 Dec 19:58:54 283 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:58:54 370 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> xpath: //*[@id="dropdownUL"]/li/a] --- 16 Dec 19:59:04 056 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:59:04 056 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:59:04 200 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> xpath: //button[@id='btnPasswordReset_0']] --- 16 Dec 19:59:07 470 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd --- 16 Dec 19:59:07 470 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122) --- 16 Dec 19:59:07 616 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (f01c1dccb1ec56fa429b8f0eae7bcfa5)] -> css selector: .header] Expected: Exclamation mark is not displayed when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed when user email is blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in User Account Settings page when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in User Account Settings page when blank or not blank for Legacy FI[ScreenShot] Expected: Email verification banner is not displayed in User Account Settings page when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Email verification banner is not displayed in User Account Settings page when blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in Details tab when user email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in Details tab when blank or not blank for Legacy FI[ScreenShot] Expected: Exclamation mark is not displayed in Groups tab when Group email is blank or not blank for Legacy FI Actual(Passed): ✅Successfully verified Exclamation mark is not displayed in Groups tab when Group email is blank or not blank for Legacy F[ScreenShot] --- 16 Dec 20:00:15 591 - TestCaseID:: verifyEmailVerificationStatusWhenUserEmailNotVerifiedInUserAccountSettingsPage --- 16 Dec 20:00:19 769 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558) Test Passed. |
0 | com.imm.testscripts.FIManagement.FIManagement@568ff82 | |