com.imm.testscripts.CreateFi.CreateFi
CreateFiwithAndWithoutRemoteSign
(, chrome_Windows 10)
java.lang.AssertionError: Add fi button is not displayed
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.support.Log.assertThat(Log.java:678)
at com.imm.testscripts.CreateFi.CreateFi.CreateFiwithAndWithoutRemoteSign(CreateFi.java:747)
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:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(VCreateFiwithAndWithoutRemoteSign)
CreateFiwithAndWithoutRemoteSign
(, chrome_Windows 10)
java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return value of "org.openqa.selenium.WebElement.getAttribute(String)" is null
at com.imm.pages.InfrastructurePage.isBtnContinueDisabled(InfrastructurePage.java:299)
at com.imm.testscripts.CreateFi.CreateFi.CreateFiwithAndWithoutRemoteSign(CreateFi.java:831)
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:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(VCreateFiwithAndWithoutRemoteSign)
C:\Users\sunitha.patterm\AppData\Local\Temp\testng-eclipse--631086180\testng-customsuite.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" name="IMM_Esign_Chrome" guice-stage="DEVELOPMENT" verbose="3">
<parameter name="webSite" value="https://esignnonprod.immesign.com/qa/tenantmanager/"/>
<parameter name="projectKey" value="ESPC"/>
<parameter name="deviceHost" value="localhost"/>
<parameter name="sessionUrl" value="https://esignnonprod.immesign.com/qa/tenantmanager/"/>
<parameter name="devicePort" value="4444"/>
<parameter name="browserName" value="chrome_windows"/>
<listeners>
<listener class-name="com.imm.support.MethodInterceptor"/>
</listeners>
<test thread-count="500" name="Default test" verbose="2">
<classes>
<class name="com.imm.testscripts.CreateFi.CreateFi">
<methods>
<include name="CreateFiwithAndWithoutRemoteSign"/>
</methods>
</class> <!-- com.imm.testscripts.CreateFi.CreateFi -->
</classes>
</test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- Default test (1 class)
Groups for IMM_Esign_Chrome
CreateFiwithAndWithoutRemoteSign
CreateFiwithAndWithoutRemoteSign
P1
CreateFiwithAndWithoutRemoteSign
Smoke
CreateFiwithAndWithoutRemoteSign
Times for IMM_Esign_Chrome
Total running time: 7 minutes
Reporter output for IMM_Esign_Chrome
CreateFiwithAndWithoutRemoteSign(, chrome_Windows 10)
Successfully navigated to 'Create an FI' page [ScreenShot]
Add fi button is not displayed [ScreenShot]
--- 23 May 17:56:38 116 - TestCaseID:: CreateFiwithAndWithoutRemoteSign
--- 23 May 17:56:39 444 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 23 May 17:56:44 165 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 23 May 17:56:44 165 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:56:48 141 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97dbea5b417fc07daa7da1e1ad52169b)] -> id: idSIButton9]
--- 23 May 17:56:48 223 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97dbea5b417fc07daa7da1e1ad52169b)] -> id: i0116]
--- 23 May 17:56:53 514 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97dbea5b417fc07daa7da1e1ad52169b)] -> id: idSIButton9]
--- 23 May 17:56:54 834 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97dbea5b417fc07daa7da1e1ad52169b)] -> id: i0118]
--- 23 May 17:57:00 845 - Page URL:: https://login.microsoftonline.com/common/login
--- 23 May 17:57:00 845 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:57:00 913 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97dbea5b417fc07daa7da1e1ad52169b)] -> id: lightbox]
--- 23 May 17:57:02 014 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97dbea5b417fc07daa7da1e1ad52169b)] -> id: idSIButton9]
--- 23 May 17:57:05 231 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 23 May 17:57:05 231 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:57:15 498 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: createdFIList'
--- 23 May 17:57:25 637 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.cssSelector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label'
--- 23 May 17:57:36 066 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 23 May 17:57:46 503 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 23 May 17:57:56 638 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 23 May 17:58:06 887 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 23 May 17:58:17 232 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 23 May 17:58:17 289 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 23 May 17:58:17 289 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:58:17 386 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97dbea5b417fc07daa7da1e1ad52169b)] -> css selector: .header]
Successfully navigated to 'Create an FI' page [ScreenShot]
--- 23 May 17:58:27 877 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnAddFI'
Add fi button is not displayed [ScreenShot]
CreateFiwithAndWithoutRemoteSign(, chrome_Windows 10)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Create an FI' page [ScreenShot]
Add Fi button is diplayed [ScreenShot]
Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
Successfully navigated to the 'Azure Details' page [ScreenShot]
Successfully verified AD Domain Name, Local Ad Domain and Global Admin fields are enabled [ScreenShot]
Succesfully entered email 'cuadmin@immtestcu.onmicrosoft.com' [ScreenShot]
Next button is enabled [ScreenShot]
Successfully navigated to the 'SummaryPage' page [ScreenShot]
Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
Successfully Configured 'Setting up the Databse'
Successfully Configured 'Configuring the FI Database'
Successfully Configured 'Running Post Deployment Scripts'
Successfully Configured 'Creating FI Settings'
Successfully Configured 'Creating folders in Azure file storage'
Successfully Configured 'Scheduling Jobs'
Cannot invoke "String.equals(Object)" because the return value of "org.openqa.selenium.WebElement.getAttribute(String)" is null [ScreenShot]
--- 23 May 17:50:34 387 - TestCaseID:: CreateFiwithAndWithoutRemoteSign
--- 23 May 17:50:37 625 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 23 May 17:50:42 836 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 23 May 17:50:42 837 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:50:45 972 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: idSIButton9]
--- 23 May 17:50:46 078 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: i0116]
--- 23 May 17:50:51 391 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: idSIButton9]
--- 23 May 17:50:52 733 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: i0118]
--- 23 May 17:50:58 747 - Page URL:: https://login.microsoftonline.com/common/login
--- 23 May 17:50:58 747 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:50:58 821 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: lightbox]
--- 23 May 17:50:59 940 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: idSIButton9]
--- 23 May 17:51:03 314 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 23 May 17:51:03 314 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:08 815 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: createdFIList]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 23 May 17:51:09 111 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 23 May 17:51:09 111 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:09 199 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> css selector: .header]
Successfully navigated to 'Create an FI' page [ScreenShot]
--- 23 May 17:51:09 368 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: btnAddFI]
Add Fi button is diplayed [ScreenShot]
--- 23 May 17:51:09 536 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: btnAddFI]
--- 23 May 17:51:11 908 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 23 May 17:51:11 909 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:12 068 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 23 May 17:51:12 068 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:12 984 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 17:51:13 118 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 17:51:13 119 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:13 204 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> css selector: .header]
--- 23 May 17:51:13 296 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 17:51:13 296 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:13 356 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 17:51:13 459 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 17:51:13 459 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:13 539 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> css selector: .header]
Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
--- 23 May 17:51:13 765 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 17:51:19 212 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: btnValidateHostFiid]
--- 23 May 17:51:24 533 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 17:51:24 657 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: fiName]
--- 23 May 17:51:24 790 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: fiName]
--- 23 May 17:51:30 205 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 17:51:30 557 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: fiName]
--- 23 May 17:51:31 932 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: btnNext]
--- 23 May 17:51:34 207 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 17:51:34 208 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:34 314 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 17:51:34 314 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:35 513 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 23 May 17:51:35 592 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 17:51:35 592 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:35 669 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> css selector: .header]
--- 23 May 17:51:35 741 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 17:51:35 741 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:35 802 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 23 May 17:51:35 876 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 17:51:35 876 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:51:35 972 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> css selector: .header]
Successfully navigated to the 'Azure Details' page [ScreenShot]
Successfully verified AD Domain Name, Local Ad Domain and Global Admin fields are enabled [ScreenShot]
--- 23 May 17:51:36 757 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: domain]
--- 23 May 17:51:53 932 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorDomain1'
--- 23 May 17:52:04 364 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorDomain2'
--- 23 May 17:52:14 788 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorDomain4'
--- 23 May 17:52:19 683 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: localDomain]
--- 23 May 17:52:35 344 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorLocalDomain'
Error message is Not displayed for Blank global AD
--- 23 May 17:52:39 971 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: directoryAdminEmail]
Succesfully entered email 'cuadmin@immtestcu.onmicrosoft.com' [ScreenShot]
Next button is enabled [ScreenShot]
--- 23 May 17:52:45 654 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: btnNext]
--- 23 May 17:52:47 924 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 17:52:47 924 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:52:48 016 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 17:52:48 016 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:52:48 957 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 23 May 17:52:49 029 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 23 May 17:52:49 029 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:52:49 102 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> css selector: .header]
--- 23 May 17:52:49 175 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 23 May 17:52:49 175 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:52:49 235 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 23 May 17:52:49 307 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 23 May 17:52:49 307 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:52:49 379 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> css selector: .header]
Successfully navigated to the 'SummaryPage' page [ScreenShot]
--- 23 May 17:52:52 347 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: btnConfirm]
--- 23 May 17:52:52 406 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: btnConfirm]
--- 23 May 17:52:54 724 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 17:52:54 724 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:52:54 795 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 17:52:54 796 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:52:54 853 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 23 May 17:52:54 924 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 17:52:54 924 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:52:55 003 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> css selector: .header]
--- 23 May 17:52:55 073 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 17:52:55 073 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:52:55 135 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 23 May 17:52:55 204 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 17:52:55 204 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 17:52:55 290 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> css selector: .header]
Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
--- 23 May 17:52:55 506 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (878203faf360b018bb5a80edadba3fc0)] -> id: infraMessage]
Successfully Configured 'Setting up the Databse'
Successfully Configured 'Configuring the FI Database'
Successfully Configured 'Running Post Deployment Scripts'
Successfully Configured 'Creating FI Settings'
Successfully Configured 'Creating folders in Azure file storage'
Successfully Configured 'Scheduling Jobs'
Cannot invoke "String.equals(Object)" because the return value of "org.openqa.selenium.WebElement.getAttribute(String)" is null [ScreenShot]
5 ignored methods
com.imm.testscripts.CreateFi.CreateFi
VerifyAzureDetailsSummaryAndInfrastrucure
verifyIfFIIDconsistsSpecialCharacter
VerifyBasicDetails
createNewFI
VerifyAddonPlatformSettings
verifyIfFIIDconsistsSpecialCharacter
VerifyBasicDetails
createNewFI
VerifyAddonPlatformSettings
Methods in chronological order
com.imm.testscripts.CreateFi.CreateFi
init(org.testng.TestRunner@2b3fd4d2)
0 ms
CreateFiwithAndWithoutRemoteSign(, chrome_Windows 10)
3442 ms
CreateFiwithAndWithoutRemoteSign(, chrome_Windows 10)
365273 ms