Advertisement
Guest User

Full Test, 230 error: not in view

a guest
Sep 7th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 97.68 KB | None | 0 0
  1. org.openqa.selenium.ElementNotInteractableException: Element <a id="processPageForm:j_idt85" class="ui-commandlink ui-widget" href="#"> could not be scrolled into view
  2. Build info: version: '3.8.1', revision: '6e95a6684b', time: '2017-12-01T18:33:54.468Z'
  3. System info: host: 'CE24786', ip: '10.42.98.234', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_181'
  4. Driver info: com.capgemini.mrchecker.selenium.core.newDrivers.NewFirefoxDriver
  5. Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 62.0, javascriptEnabled: true, moz:accessibilityChecks: false, moz:headless: false, moz:processID: 8688, moz:profile: C:\Users\pmanicia\AppData\L..., moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: normal, platform: XP, platformName: XP, platformVersion: 6.1, rotatable: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}}
  6. Session ID: f5b3cf1d-c962-4f84-a236-a4a422f764e8
  7.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  8.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  9.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  10.     at java.lang.reflect.Constructor.newInstance(Unknown Source)
  11.     at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
  12.     at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
  13.     at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
  14.     at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
  15.     at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
  16.     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:601)
  17.     at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279)
  18.     at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83)
  19.     at com.capgemini.mrchecker.selenium.core.newDrivers.NewRemoteWebElement.click(NewRemoteWebElement.java:112)
  20.     at com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage.lambda$0(MigrationPackagePage.java:45)
  21.     at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
  22.     at com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage.reloadUntil(MigrationPackagePage.java:43)
  23.     at com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage.reloadUntilStatusMigrationPackage(MigrationPackagePage.java:69)
  24.     at com.capgemini.mrchecker.selenium.put.classic.CommonTest.assertWOPopupInformationCorrectAndCancelWorkOrder(CommonTest.java:87)
  25.     at com.capgemini.mrchecker.selenium.put.classic.CancelWorkOrderTest.test_230(CancelWorkOrderTest.java:41)
  26.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29.     at java.lang.reflect.Method.invoke(Unknown Source)
  30.     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
  31.     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  32.     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
  33.     at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  34.     at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  35.     at com.capgemini.mrchecker.test.core.BaseTestWatcher$2.evaluate(BaseTestWatcher.java:58)
  36.     at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  37.     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
  38.     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
  39.     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
  40.     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  41.     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  42.     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  43.     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  44.     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  45.     at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  46.     at com.capgemini.mrchecker.test.core.testRunners.core.CustomRunAfters.evaluate(CustomRunAfters.java:37)
  47.     at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
  48.     at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  49.     at com.capgemini.mrchecker.test.core.testRunners.ParallelTestClassRunner.run(ParallelTestClassRunner.java:33)
  50.     at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
  51.     at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
  52.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:538)
  53.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:760)
  54.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:460)
  55.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:206)
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. 2018-09-07 at 12:28:14 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.01 s]
  63. 2018-09-07 at 12:28:14 CEST logDebug - [main] com.capgemini.mrchecker.selenium.put.classic.MainPage: Current loaded page (https://cguser:capgemini2017!@dev02.1000kit.org/put/sso/login/put) with pageTitle (). Page to load: (https://cguser:capgemini2017!@dev02.1000kit.org/put/sso/login/put) ,for page title: (Paket Umschalte Tool - PUT)
  64. 2018-09-07 at 12:28:16 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //td[text()='Executor']/following-sibling::td//a] took [0.044 s]
  65. 2018-09-07 at 12:28:17 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.BlankPage@2a640157
  66. 2018-09-07 at 12:28:17 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  67. 2018-09-07 at 12:28:17 CEST logDebug - [main] TestClassRule.classObservers: []
  68. 2018-09-07 at 12:28:18 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='urAS Groups']] took [1.065 s]
  69. 2018-09-07 at 12:28:18 CEST logDebug - [main] Waiting for [findElementDynamic(): By.partialLinkText: Execution] took [0.145 s]
  70. 2018-09-07 at 12:28:19 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@2dca0d64
  71. 2018-09-07 at 12:28:19 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  72. 2018-09-07 at 12:28:19 CEST logDebug - [main] TestClassRule.classObservers: []
  73. 2018-09-07 at 12:28:20 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.012 s]
  74. 2018-09-07 at 12:28:20 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.008 s]
  75. 2018-09-07 at 12:28:20 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.007 s]
  76. 2018-09-07 at 12:28:20 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.008 s]
  77. 2018-09-07 at 12:28:20 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.016 s]
  78. 2018-09-07 at 12:28:20 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.031 s]
  79. 2018-09-07 at 12:28:21 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  80. 2018-09-07 at 12:28:21 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.007 s]
  81. 2018-09-07 at 12:28:21 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.013 s]
  82. 2018-09-07 at 12:28:22 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:urgTable:urAsGroupResultCount] took [0.016 s]
  83. 2018-09-07 at 12:28:22 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[id$='_createMigrationPackageIcon']] took [0.011 s]
  84. 2018-09-07 at 12:28:22 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.CreatePackagePopup@1cdc4c27
  85. 2018-09-07 at 12:28:22 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  86. 2018-09-07 at 12:28:22 CEST logDebug - [main] TestClassRule.classObservers: []
  87. 2018-09-07 at 12:28:22 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:migrationPackageName] took [0.024 s]
  88. 2018-09-07 at 12:28:22 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:migrationPackageName] took [0.014 s]
  89. 2018-09-07 at 12:28:22 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:iadcheck] took [0.011 s]
  90. 2018-09-07 at 12:28:23 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.01 s]
  91. 2018-09-07 at 12:28:23 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.008 s]
  92. 2018-09-07 at 12:28:23 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  93. 2018-09-07 at 12:28:23 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.007 s]
  94. 2018-09-07 at 12:28:23 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@1d3ac898
  95. 2018-09-07 at 12:28:23 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  96. 2018-09-07 at 12:28:23 CEST logDebug - [main] TestClassRule.classObservers: []
  97. 2018-09-07 at 12:28:23 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.015 s]
  98. 2018-09-07 at 12:28:24 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.007 s]
  99. 2018-09-07 at 12:28:25 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.01 s]
  100. 2018-09-07 at 12:28:29 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.018 s]
  101. 2018-09-07 at 12:28:29 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  102. 2018-09-07 at 12:28:33 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.008 s]
  103. 2018-09-07 at 12:28:34 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  104. 2018-09-07 at 12:28:38 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.032 s]
  105. 2018-09-07 at 12:28:38 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  106. 2018-09-07 at 12:28:42 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.02 s]
  107. 2018-09-07 at 12:28:42 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  108. 2018-09-07 at 12:28:44 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.007 s]
  109. 2018-09-07 at 12:28:44 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.01 s]
  110. 2018-09-07 at 12:28:44 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  111. 2018-09-07 at 12:28:44 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.006 s]
  112. 2018-09-07 at 12:28:44 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@232a7d73
  113. 2018-09-07 at 12:28:44 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  114. 2018-09-07 at 12:28:44 CEST logDebug - [main] TestClassRule.classObservers: []
  115. 2018-09-07 at 12:28:44 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  116. 2018-09-07 at 12:28:46 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='Migration Packages']] took [0.016 s]
  117. 2018-09-07 at 12:28:47 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagesPage@5b619d14
  118. 2018-09-07 at 12:28:47 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  119. 2018-09-07 at 12:28:47 CEST logDebug - [main] TestClassRule.classObservers: []
  120. 2018-09-07 at 12:28:47 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.019 s]
  121. 2018-09-07 at 12:28:48 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.005 s]
  122. 2018-09-07 at 12:28:48 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.008 s]
  123. 2018-09-07 at 12:28:48 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  124. 2018-09-07 at 12:28:48 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.007 s]
  125. 2018-09-07 at 12:28:48 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  126. 2018-09-07 at 12:28:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.005 s]
  127. 2018-09-07 at 12:28:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.059 s]
  128. 2018-09-07 at 12:28:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.007 s]
  129. 2018-09-07 at 12:28:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_status] took [0.008 s]
  130. 2018-09-07 at 12:28:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #searchCriteriaForm\:migrationPackageCriteria_status_panel .ui-chkbox-box] took [0.009 s]
  131. 2018-09-07 at 12:28:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.012 s]
  132. 2018-09-07 at 12:28:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.01 s]
  133. 2018-09-07 at 12:28:50 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.004 s]
  134. 2018-09-07 at 12:28:50 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.014 s]
  135. 2018-09-07 at 12:28:50 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  136. 2018-09-07 at 12:28:50 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:mpSRT:0:mpSRT_edit] took [0.007 s]
  137. 2018-09-07 at 12:28:51 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@3a3e78f
  138. 2018-09-07 at 12:28:51 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  139. 2018-09-07 at 12:28:51 CEST logDebug - [main] TestClassRule.classObservers: []
  140. 2018-09-07 at 12:28:51 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  141. 2018-09-07 at 12:28:53 CEST logDebug - [main] Waiting for [findElementDynamic(): By.linkText: Process Steps (SO)] took [0.322 s]
  142. 2018-09-07 at 12:28:53 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.012 s]
  143. 2018-09-07 at 12:28:54 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.006 s]
  144. 2018-09-07 at 12:28:54 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  145. 2018-09-07 at 12:28:56 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.007 s]
  146. 2018-09-07 at 12:28:56 CEST logDebug - [main] Waiting for [findElementDynamics(): By.className: ui-row-toggler] took [0.007 s]
  147. 2018-09-07 at 12:28:56 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  148. 2018-09-07 at 12:28:57 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: a[title='Show messages of process step']] took [0.006 s]
  149. 2018-09-07 at 12:28:57 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: #migrationOrderStepDetailPopup tbody[id$='_data'] td] took [0.016 s]
  150. 2018-09-07 at 12:28:57 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: migrationOrderStepDetailPopupForm:migrationOrderStepDetailPopup_firstAction] took [0.005 s]
  151. 2018-09-07 at 12:28:57 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: migrationOrderStepDetailPopupForm:migrationOrderStepDetailPopup_firstAction] took [0.005 s]
  152. 2018-09-07 at 12:28:57 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  153. 2018-09-07 at 12:28:57 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: migrationOrderStepDetailPopupForm:migrationOrderStepDetailPopup_firstAction] took [0.006 s]
  154. 2018-09-07 at 12:28:58 CEST logDebug - [main] Waiting for [findElementDynamic(): By.linkText: Connections / Single Orders] took [0.284 s]
  155. 2018-09-07 at 12:28:58 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  156. 2018-09-07 at 12:28:58 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.006 s]
  157. 2018-09-07 at 12:28:59 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  158. 2018-09-07 at 12:29:01 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: .ui-datatable-selectable > td:nth-child(11)] took [0.006 s]
  159. 2018-09-07 at 12:29:01 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='urAS Groups']] took [0.008 s]
  160. 2018-09-07 at 12:29:02 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@3016fd5e
  161. 2018-09-07 at 12:29:02 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  162. 2018-09-07 at 12:29:02 CEST logDebug - [main] TestClassRule.classObservers: []
  163. 2018-09-07 at 12:29:02 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.019 s]
  164. 2018-09-07 at 12:29:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.009 s]
  165. 2018-09-07 at 12:29:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.006 s]
  166. 2018-09-07 at 12:29:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.007 s]
  167. 2018-09-07 at 12:29:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.01 s]
  168. 2018-09-07 at 12:29:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.01 s]
  169. 2018-09-07 at 12:29:03 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  170. 2018-09-07 at 12:29:03 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.004 s]
  171. 2018-09-07 at 12:29:03 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.016 s]
  172. 2018-09-07 at 12:29:03 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:urgTable:urAsGroupResultCount] took [0.005 s]
  173. 2018-09-07 at 12:29:03 CEST logInfo - [main] expectedProcessStepsSoErrorsTest[1: JIRA#107](com.capgemini.mrchecker.selenium.put.classic.ProcessStepsSoErrorsTest) PASSED.
  174. 2018-09-07 at 12:29:03 CEST logDebug - [main] BasePage.onTestSuccess    MainPage
  175. 2018-09-07 at 12:29:03 CEST logInfo - [main] expectedProcessStepsSoErrorsTest[1: JIRA#107](com.capgemini.mrchecker.selenium.put.classic.ProcessStepsSoErrorsTest) duration: 0,96 min
  176. 2018-09-07 at 12:29:03 CEST logDebug - [main] Closing WebDriver for this thread. firefox
  177. 2018-09-07 at 12:29:05 CEST logDebug - [main] BasePage.onTestFinish   MainPage
  178. 2018-09-07 at 12:29:05 CEST logDebug - [main] To remove observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786
  179. 2018-09-07 at 12:29:05 CEST logInfo - [main] expectedProcessStepsSoErrorsTest[2: JIRA#108](com.capgemini.mrchecker.selenium.put.classic.ProcessStepsSoErrorsTest) STARTED.
  180. 2018-09-07 at 12:29:05 CEST logDebug - [main] Creating new browser=firefox WebDriver.
  181. wrz 07, 2018 12:29:11 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  182. INFO: Detected dialect: W3C
  183. 2018-09-07 at 12:29:11 CEST logInfo - [main] Trying to set requested resolution: 1600x1200.
  184. 2018-09-07 at 12:29:11 CEST logInfo - [main] Resolution readed from device: 1600x1200
  185. 2018-09-07 at 12:29:11 CEST logInfo - [main] Trying to set increased resolution for 'View port': 1613x1200.
  186. 2018-09-07 at 12:29:13 CEST logInfo - [main] Resolution readed from device: 1613x1200
  187. 2018-09-07 at 12:29:13 CEST logDebug - [main] driver:NewFirefoxDriver: firefox on XP (4bc77394-5256-4442-9add-608020efc0a4)
  188. 2018-09-07 at 12:29:13 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@6492fab5
  189. 2018-09-07 at 12:29:13 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  190. 2018-09-07 at 12:29:13 CEST logDebug - [main] TestClassRule.classObservers: []
  191. 2018-09-07 at 12:29:13 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  192. 2018-09-07 at 12:29:13 CEST logDebug - [main] com.capgemini.mrchecker.selenium.put.classic.MainPage: Current loaded page (https://cguser:capgemini2017!@dev02.1000kit.org/put/sso/login/put) with pageTitle (). Page to load: (https://cguser:capgemini2017!@dev02.1000kit.org/put/sso/login/put) ,for page title: (Paket Umschalte Tool - PUT)
  193. 2018-09-07 at 12:29:15 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //td[text()='Executor']/following-sibling::td//a] took [0.054 s]
  194. 2018-09-07 at 12:29:16 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.BlankPage@2c5529ab
  195. 2018-09-07 at 12:29:16 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  196. 2018-09-07 at 12:29:16 CEST logDebug - [main] TestClassRule.classObservers: []
  197. 2018-09-07 at 12:29:16 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='urAS Groups']] took [0.77 s]
  198. 2018-09-07 at 12:29:17 CEST logDebug - [main] Waiting for [findElementDynamic(): By.partialLinkText: Execution] took [0.107 s]
  199. 2018-09-07 at 12:29:18 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@51972dc7
  200. 2018-09-07 at 12:29:18 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  201. 2018-09-07 at 12:29:18 CEST logDebug - [main] TestClassRule.classObservers: []
  202. 2018-09-07 at 12:29:18 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  203. 2018-09-07 at 12:29:19 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.008 s]
  204. 2018-09-07 at 12:29:19 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.006 s]
  205. 2018-09-07 at 12:29:19 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.007 s]
  206. 2018-09-07 at 12:29:19 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.016 s]
  207. 2018-09-07 at 12:29:19 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.332 s]
  208. 2018-09-07 at 12:29:19 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  209. 2018-09-07 at 12:29:19 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.008 s]
  210. 2018-09-07 at 12:29:20 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.038 s]
  211. 2018-09-07 at 12:29:20 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:urgTable:urAsGroupResultCount] took [0.008 s]
  212. 2018-09-07 at 12:29:20 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[id$='_createMigrationPackageIcon']] took [0.007 s]
  213. 2018-09-07 at 12:29:21 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.CreatePackagePopup@54c62d71
  214. 2018-09-07 at 12:29:21 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  215. 2018-09-07 at 12:29:21 CEST logDebug - [main] TestClassRule.classObservers: []
  216. 2018-09-07 at 12:29:21 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:migrationPackageName] took [0.02 s]
  217. 2018-09-07 at 12:29:21 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:migrationPackageName] took [0.017 s]
  218. 2018-09-07 at 12:29:21 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:iadcheck] took [0.01 s]
  219. 2018-09-07 at 12:29:21 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.007 s]
  220. 2018-09-07 at 12:29:21 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.008 s]
  221. 2018-09-07 at 12:29:21 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  222. 2018-09-07 at 12:29:21 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.007 s]
  223. 2018-09-07 at 12:29:22 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@fc258b1
  224. 2018-09-07 at 12:29:22 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  225. 2018-09-07 at 12:29:22 CEST logDebug - [main] TestClassRule.classObservers: []
  226. 2018-09-07 at 12:29:22 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  227. 2018-09-07 at 12:29:23 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.008 s]
  228. 2018-09-07 at 12:29:23 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  229. 2018-09-07 at 12:29:28 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.012 s]
  230. 2018-09-07 at 12:29:28 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.015 s]
  231. 2018-09-07 at 12:29:32 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.026 s]
  232. 2018-09-07 at 12:29:32 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.024 s]
  233. 2018-09-07 at 12:29:36 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.007 s]
  234. 2018-09-07 at 12:29:36 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  235. 2018-09-07 at 12:29:40 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.028 s]
  236. 2018-09-07 at 12:29:41 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  237. 2018-09-07 at 12:29:42 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.006 s]
  238. 2018-09-07 at 12:29:42 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.007 s]
  239. 2018-09-07 at 12:29:42 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  240. 2018-09-07 at 12:29:42 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.006 s]
  241. 2018-09-07 at 12:29:42 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@3e821657
  242. 2018-09-07 at 12:29:42 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  243. 2018-09-07 at 12:29:42 CEST logDebug - [main] TestClassRule.classObservers: []
  244. 2018-09-07 at 12:29:42 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  245. 2018-09-07 at 12:29:44 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='Migration Packages']] took [0.007 s]
  246. 2018-09-07 at 12:29:45 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagesPage@260e86a1
  247. 2018-09-07 at 12:29:45 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  248. 2018-09-07 at 12:29:45 CEST logDebug - [main] TestClassRule.classObservers: []
  249. 2018-09-07 at 12:29:45 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.012 s]
  250. 2018-09-07 at 12:29:46 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.007 s]
  251. 2018-09-07 at 12:29:46 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.006 s]
  252. 2018-09-07 at 12:29:46 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  253. 2018-09-07 at 12:29:46 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.005 s]
  254. 2018-09-07 at 12:29:46 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  255. 2018-09-07 at 12:29:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.007 s]
  256. 2018-09-07 at 12:29:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.009 s]
  257. 2018-09-07 at 12:29:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.006 s]
  258. 2018-09-07 at 12:29:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_status] took [0.013 s]
  259. 2018-09-07 at 12:29:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #searchCriteriaForm\:migrationPackageCriteria_status_panel .ui-chkbox-box] took [0.022 s]
  260. 2018-09-07 at 12:29:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.015 s]
  261. 2018-09-07 at 12:29:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.006 s]
  262. 2018-09-07 at 12:29:47 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  263. 2018-09-07 at 12:29:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.012 s]
  264. 2018-09-07 at 12:29:48 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  265. 2018-09-07 at 12:29:48 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:mpSRT:0:mpSRT_edit] took [0.006 s]
  266. 2018-09-07 at 12:29:48 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@3a393455
  267. 2018-09-07 at 12:29:48 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  268. 2018-09-07 at 12:29:48 CEST logDebug - [main] TestClassRule.classObservers: []
  269. 2018-09-07 at 12:29:48 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  270. 2018-09-07 at 12:29:51 CEST logDebug - [main] Waiting for [findElementDynamic(): By.linkText: Process Steps (SO)] took [0.241 s]
  271. 2018-09-07 at 12:29:51 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.016 s]
  272. 2018-09-07 at 12:29:51 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.006 s]
  273. 2018-09-07 at 12:29:52 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  274. 2018-09-07 at 12:29:54 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.012 s]
  275. 2018-09-07 at 12:29:54 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.007 s]
  276. 2018-09-07 at 12:29:55 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.016 s]
  277. 2018-09-07 at 12:29:57 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.01 s]
  278. 2018-09-07 at 12:29:57 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.011 s]
  279. 2018-09-07 at 12:29:57 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.012 s]
  280. 2018-09-07 at 12:29:59 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.011 s]
  281. 2018-09-07 at 12:30:00 CEST logDebug - [main] Waiting for [findElementDynamics(): By.className: ui-row-toggler] took [0.007 s]
  282. 2018-09-07 at 12:30:00 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  283. 2018-09-07 at 12:30:01 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  284. 2018-09-07 at 12:30:01 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: a[title='Show messages of process step']] took [0.007 s]
  285. 2018-09-07 at 12:30:01 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: #migrationOrderStepDetailPopup tbody[id$='_data'] td] took [0.069 s]
  286. 2018-09-07 at 12:30:01 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: migrationOrderStepDetailPopupForm:migrationOrderStepDetailPopup_firstAction] took [0.007 s]
  287. 2018-09-07 at 12:30:01 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: migrationOrderStepDetailPopupForm:migrationOrderStepDetailPopup_firstAction] took [0.008 s]
  288. 2018-09-07 at 12:30:02 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  289. 2018-09-07 at 12:30:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: migrationOrderStepDetailPopupForm:migrationOrderStepDetailPopup_firstAction] took [0.005 s]
  290. 2018-09-07 at 12:30:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.linkText: Connections / Single Orders] took [0.242 s]
  291. 2018-09-07 at 12:30:02 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.012 s]
  292. 2018-09-07 at 12:30:03 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.006 s]
  293. 2018-09-07 at 12:30:03 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  294. 2018-09-07 at 12:30:05 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: .ui-datatable-selectable > td:nth-child(11)] took [0.006 s]
  295. 2018-09-07 at 12:30:05 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='urAS Groups']] took [0.008 s]
  296. 2018-09-07 at 12:30:06 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@fcb4004
  297. 2018-09-07 at 12:30:06 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  298. 2018-09-07 at 12:30:06 CEST logDebug - [main] TestClassRule.classObservers: []
  299. 2018-09-07 at 12:30:06 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  300. 2018-09-07 at 12:30:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.007 s]
  301. 2018-09-07 at 12:30:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.005 s]
  302. 2018-09-07 at 12:30:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.01 s]
  303. 2018-09-07 at 12:30:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.009 s]
  304. 2018-09-07 at 12:30:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.01 s]
  305. 2018-09-07 at 12:30:07 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  306. 2018-09-07 at 12:30:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.004 s]
  307. 2018-09-07 at 12:30:07 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  308. 2018-09-07 at 12:30:08 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:urgTable:urAsGroupResultCount] took [0.005 s]
  309. 2018-09-07 at 12:30:08 CEST logInfo - [main] expectedProcessStepsSoErrorsTest[2: JIRA#108](com.capgemini.mrchecker.selenium.put.classic.ProcessStepsSoErrorsTest) PASSED.
  310. 2018-09-07 at 12:30:08 CEST logDebug - [main] BasePage.onTestSuccess    MainPage
  311. 2018-09-07 at 12:30:08 CEST logInfo - [main] expectedProcessStepsSoErrorsTest[2: JIRA#108](com.capgemini.mrchecker.selenium.put.classic.ProcessStepsSoErrorsTest) duration: 1,05 min
  312. 2018-09-07 at 12:30:08 CEST logDebug - [main] Closing WebDriver for this thread. firefox
  313. 2018-09-07 at 12:30:09 CEST logDebug - [main] BasePage.onTestFinish   MainPage
  314. 2018-09-07 at 12:30:09 CEST logDebug - [main] To remove observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786
  315. 2018-09-07 at 12:30:09 CEST logDebug - [main] BaseTest.tearDownClass()
  316. 2018-09-07 at 12:30:09 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@33308786]
  317. 2018-09-07 at 12:30:09 CEST logDebug - [main] TestClassRule.classObservers: []
  318. 2018-09-07 at 12:30:09 CEST logDebug - [main] BasePage.onTestClassFinish   MainPage
  319. 2018-09-07 at 12:30:09 CEST logDebug - [main] Creating new browser=firefox WebDriver.
  320. wrz 07, 2018 12:30:15 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  321. INFO: Detected dialect: W3C
  322. 2018-09-07 at 12:30:15 CEST logInfo - [main] Trying to set requested resolution: 1600x1200.
  323. 2018-09-07 at 12:30:15 CEST logInfo - [main] Resolution readed from device: 1600x1200
  324. 2018-09-07 at 12:30:15 CEST logInfo - [main] Trying to set increased resolution for 'View port': 1613x1200.
  325. 2018-09-07 at 12:30:17 CEST logInfo - [main] Resolution readed from device: 1613x1200
  326. 2018-09-07 at 12:30:17 CEST logDebug - [main] driver:NewFirefoxDriver: firefox on XP (4c033895-5e54-48a5-8839-1309f83621b4)
  327. 2018-09-07 at 12:30:17 CEST logDebug - [main] driver:NewFirefoxDriver: firefox on XP (4c033895-5e54-48a5-8839-1309f83621b4)
  328. 2018-09-07 at 12:30:17 CEST logDebug - [main] Closing WebDriver for this thread. firefox
  329. 2018-09-07 at 12:30:18 CEST logDebug - [main] All observers cleared.
  330. 2018-09-07 at 12:30:18 CEST logInfo - [main] test_205(com.capgemini.mrchecker.selenium.put.classic.CancelWorkOrderTest) STARTED.
  331. 2018-09-07 at 12:30:18 CEST logDebug - [main] Creating new browser=firefox WebDriver.
  332. wrz 07, 2018 12:30:24 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  333. INFO: Detected dialect: W3C
  334. 2018-09-07 at 12:30:24 CEST logInfo - [main] Trying to set requested resolution: 1600x1200.
  335. 2018-09-07 at 12:30:25 CEST logInfo - [main] Resolution readed from device: 1600x1200
  336. 2018-09-07 at 12:30:25 CEST logInfo - [main] Trying to set increased resolution for 'View port': 1613x1200.
  337. 2018-09-07 at 12:30:27 CEST logInfo - [main] Resolution readed from device: 1613x1200
  338. 2018-09-07 at 12:30:27 CEST logDebug - [main] driver:NewFirefoxDriver: firefox on XP (2d11036d-2667-4f13-afdf-798156181e76)
  339. 2018-09-07 at 12:30:27 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e
  340. 2018-09-07 at 12:30:27 CEST logDebug - [main] BaseTestWatcher.observers: []
  341. 2018-09-07 at 12:30:27 CEST logDebug - [main] TestClassRule.classObservers: []
  342. 2018-09-07 at 12:30:27 CEST logDebug - [main] Added observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e
  343. 2018-09-07 at 12:30:27 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  344. 2018-09-07 at 12:30:27 CEST logDebug - [main] com.capgemini.mrchecker.selenium.put.classic.MainPage: Current loaded page (https://cguser:capgemini2017!@dev02.1000kit.org/put/sso/login/put) with pageTitle (). Page to load: (https://cguser:capgemini2017!@dev02.1000kit.org/put/sso/login/put) ,for page title: (Paket Umschalte Tool - PUT)
  345. 2018-09-07 at 12:30:28 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //td[text()='Executor']/following-sibling::td//a] took [0.057 s]
  346. 2018-09-07 at 12:30:29 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.BlankPage@2cc3ad05
  347. 2018-09-07 at 12:30:29 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  348. 2018-09-07 at 12:30:29 CEST logDebug - [main] TestClassRule.classObservers: []
  349. 2018-09-07 at 12:30:29 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='urAS Groups']] took [0.822 s]
  350. 2018-09-07 at 12:30:30 CEST logDebug - [main] Waiting for [findElementDynamic(): By.partialLinkText: Execution] took [0.195 s]
  351. 2018-09-07 at 12:30:31 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@25e2ab5a
  352. 2018-09-07 at 12:30:31 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  353. 2018-09-07 at 12:30:31 CEST logDebug - [main] TestClassRule.classObservers: []
  354. 2018-09-07 at 12:30:31 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.032 s]
  355. 2018-09-07 at 12:30:32 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.009 s]
  356. 2018-09-07 at 12:30:32 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.007 s]
  357. 2018-09-07 at 12:30:32 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.008 s]
  358. 2018-09-07 at 12:30:32 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.012 s]
  359. 2018-09-07 at 12:30:32 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.036 s]
  360. 2018-09-07 at 12:30:32 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  361. 2018-09-07 at 12:30:32 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.009 s]
  362. 2018-09-07 at 12:30:32 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.051 s]
  363. 2018-09-07 at 12:30:33 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:urgTable:urAsGroupResultCount] took [0.009 s]
  364. 2018-09-07 at 12:30:33 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[id$='_createMigrationPackageIcon']] took [0.006 s]
  365. 2018-09-07 at 12:30:33 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.CreatePackagePopup@5066d65f
  366. 2018-09-07 at 12:30:33 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  367. 2018-09-07 at 12:30:33 CEST logDebug - [main] TestClassRule.classObservers: []
  368. 2018-09-07 at 12:30:34 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:migrationPackageName] took [0.009 s]
  369. 2018-09-07 at 12:30:34 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:migrationPackageName] took [0.018 s]
  370. 2018-09-07 at 12:30:34 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:iadcheck] took [0.01 s]
  371. 2018-09-07 at 12:30:34 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.009 s]
  372. 2018-09-07 at 12:30:34 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.009 s]
  373. 2018-09-07 at 12:30:34 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  374. 2018-09-07 at 12:30:34 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.007 s]
  375. 2018-09-07 at 12:30:34 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@555cf22
  376. 2018-09-07 at 12:30:34 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  377. 2018-09-07 at 12:30:34 CEST logDebug - [main] TestClassRule.classObservers: []
  378. 2018-09-07 at 12:30:34 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  379. 2018-09-07 at 12:30:36 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.007 s]
  380. 2018-09-07 at 12:30:36 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  381. 2018-09-07 at 12:30:40 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.015 s]
  382. 2018-09-07 at 12:30:41 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.011 s]
  383. 2018-09-07 at 12:30:45 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.008 s]
  384. 2018-09-07 at 12:30:45 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  385. 2018-09-07 at 12:30:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.009 s]
  386. 2018-09-07 at 12:30:49 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  387. 2018-09-07 at 12:30:53 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.007 s]
  388. 2018-09-07 at 12:30:53 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.013 s]
  389. 2018-09-07 at 12:30:57 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.017 s]
  390. 2018-09-07 at 12:30:58 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  391. 2018-09-07 at 12:31:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.007 s]
  392. 2018-09-07 at 12:31:02 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  393. 2018-09-07 at 12:31:03 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.005 s]
  394. 2018-09-07 at 12:31:03 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.006 s]
  395. 2018-09-07 at 12:31:03 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  396. 2018-09-07 at 12:31:03 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.005 s]
  397. 2018-09-07 at 12:31:04 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@6955cb39
  398. 2018-09-07 at 12:31:04 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  399. 2018-09-07 at 12:31:04 CEST logDebug - [main] TestClassRule.classObservers: []
  400. 2018-09-07 at 12:31:04 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  401. 2018-09-07 at 12:31:05 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='Migration Packages']] took [0.009 s]
  402. 2018-09-07 at 12:31:06 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagesPage@395b56bb
  403. 2018-09-07 at 12:31:06 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  404. 2018-09-07 at 12:31:06 CEST logDebug - [main] TestClassRule.classObservers: []
  405. 2018-09-07 at 12:31:06 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.011 s]
  406. 2018-09-07 at 12:31:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.008 s]
  407. 2018-09-07 at 12:31:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.008 s]
  408. 2018-09-07 at 12:31:07 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  409. 2018-09-07 at 12:31:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.005 s]
  410. 2018-09-07 at 12:31:07 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.011 s]
  411. 2018-09-07 at 12:31:08 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.006 s]
  412. 2018-09-07 at 12:31:08 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.007 s]
  413. 2018-09-07 at 12:31:08 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.005 s]
  414. 2018-09-07 at 12:31:08 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_status] took [0.013 s]
  415. 2018-09-07 at 12:31:08 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #searchCriteriaForm\:migrationPackageCriteria_status_panel .ui-chkbox-box] took [0.01 s]
  416. 2018-09-07 at 12:31:09 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.005 s]
  417. 2018-09-07 at 12:31:09 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.015 s]
  418. 2018-09-07 at 12:31:09 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.014 s]
  419. 2018-09-07 at 12:31:09 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.005 s]
  420. 2018-09-07 at 12:31:09 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  421. 2018-09-07 at 12:31:09 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:mpSRT:0:mpSRT_edit] took [0.006 s]
  422. 2018-09-07 at 12:31:10 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@5c10f1c3
  423. 2018-09-07 at 12:31:10 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  424. 2018-09-07 at 12:31:10 CEST logDebug - [main] TestClassRule.classObservers: []
  425. 2018-09-07 at 12:31:10 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  426. 2018-09-07 at 12:31:11 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.006 s]
  427. 2018-09-07 at 12:31:11 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.004 s]
  428. 2018-09-07 at 12:31:13 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.007 s]
  429. 2018-09-07 at 12:31:13 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.012 s]
  430. 2018-09-07 at 12:31:14 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.004 s]
  431. 2018-09-07 at 12:31:16 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.012 s]
  432. 2018-09-07 at 12:31:16 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.013 s]
  433. 2018-09-07 at 12:31:17 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.02 s]
  434. 2018-09-07 at 12:31:19 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.006 s]
  435. 2018-09-07 at 12:31:19 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.022 s]
  436. 2018-09-07 at 12:31:19 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  437. 2018-09-07 at 12:31:21 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.006 s]
  438. 2018-09-07 at 12:31:22 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.008 s]
  439. 2018-09-07 at 12:31:22 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  440. 2018-09-07 at 12:31:24 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.006 s]
  441. 2018-09-07 at 12:31:24 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.017 s]
  442. 2018-09-07 at 12:31:25 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  443. 2018-09-07 at 12:31:27 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.005 s]
  444. 2018-09-07 at 12:31:27 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.013 s]
  445. 2018-09-07 at 12:31:27 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  446. 2018-09-07 at 12:31:29 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.006 s]
  447. 2018-09-07 at 12:31:30 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.147 s]
  448. 2018-09-07 at 12:31:30 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.02 s]
  449. 2018-09-07 at 12:31:33 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.006 s]
  450. 2018-09-07 at 12:31:33 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.016 s]
  451. 2018-09-07 at 12:31:33 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.004 s]
  452. 2018-09-07 at 12:31:36 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.007 s]
  453. 2018-09-07 at 12:31:36 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.012 s]
  454. 2018-09-07 at 12:31:36 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.012 s]
  455. 2018-09-07 at 12:31:39 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.007 s]
  456. 2018-09-07 at 12:31:39 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.007 s]
  457. 2018-09-07 at 12:31:39 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  458. 2018-09-07 at 12:31:42 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.012 s]
  459. 2018-09-07 at 12:31:42 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.01 s]
  460. 2018-09-07 at 12:31:42 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  461. 2018-09-07 at 12:31:45 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //label[@Title='Business-Status of the Execution Package.']/parent::*/following-sibling::td[1]] took [0.008 s]
  462. 2018-09-07 at 12:31:45 CEST logDebug - [main] Waiting for [findElementDynamic(): By.linkText: Work Orders] took [0.287 s]
  463. 2018-09-07 at 12:31:45 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  464. 2018-09-07 at 12:31:46 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Edit work order']] took [0.006 s]
  465. 2018-09-07 at 12:31:46 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.WorkOrderDetailsPage@3c989952
  466. 2018-09-07 at 12:31:46 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  467. 2018-09-07 at 12:31:46 CEST logDebug - [main] TestClassRule.classObservers: []
  468. 2018-09-07 at 12:31:46 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.027 s]
  469. 2018-09-07 at 12:31:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #processPageForm button[title='Cancel Work Order']] took [0.008 s]
  470. 2018-09-07 at 12:31:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #processPageForm button[title='Cancel Work Order']] took [0.01 s]
  471. 2018-09-07 at 12:31:48 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  472. 2018-09-07 at 12:31:48 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #processPageForm button[title='Cancel Work Order']] took [0.005 s]
  473. 2018-09-07 at 12:31:48 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #cancelWorkOrderPopupForm button[title='Cancel Work Order']] took [0.013 s]
  474. 2018-09-07 at 12:31:48 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #cancelWorkOrderPopupForm button[title='Cancel Work Order']] took [0.006 s]
  475. 2018-09-07 at 12:31:48 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  476. 2018-09-07 at 12:31:48 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #cancelWorkOrderPopupForm button[title='Cancel Work Order']] took [0.006 s]
  477. 2018-09-07 at 12:31:51 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.021 s]
  478. 2018-09-07 at 12:31:52 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='Migration Packages']] took [0.009 s]
  479. 2018-09-07 at 12:31:53 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagesPage@1ae67cad
  480. 2018-09-07 at 12:31:53 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  481. 2018-09-07 at 12:31:53 CEST logDebug - [main] TestClassRule.classObservers: []
  482. 2018-09-07 at 12:31:53 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  483. 2018-09-07 at 12:31:54 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.007 s]
  484. 2018-09-07 at 12:31:54 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.006 s]
  485. 2018-09-07 at 12:31:54 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  486. 2018-09-07 at 12:31:54 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.006 s]
  487. 2018-09-07 at 12:31:54 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  488. 2018-09-07 at 12:31:55 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.008 s]
  489. 2018-09-07 at 12:31:55 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.007 s]
  490. 2018-09-07 at 12:31:55 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.006 s]
  491. 2018-09-07 at 12:31:55 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_status] took [0.015 s]
  492. 2018-09-07 at 12:31:55 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #searchCriteriaForm\:migrationPackageCriteria_status_panel .ui-chkbox-box] took [0.014 s]
  493. 2018-09-07 at 12:31:55 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.018 s]
  494. 2018-09-07 at 12:31:55 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.005 s]
  495. 2018-09-07 at 12:31:55 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  496. 2018-09-07 at 12:31:55 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.013 s]
  497. 2018-09-07 at 12:31:56 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  498. 2018-09-07 at 12:31:56 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:mpSRT:0:mpSRT_edit] took [0.009 s]
  499. 2018-09-07 at 12:31:56 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@13f17eb4
  500. 2018-09-07 at 12:31:56 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  501. 2018-09-07 at 12:31:56 CEST logDebug - [main] TestClassRule.classObservers: []
  502. 2018-09-07 at 12:31:56 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.021 s]
  503. 2018-09-07 at 12:31:58 CEST logDebug - [main] Waiting for [findElementDynamic(): By.linkText: Connections / Single Orders] took [0.869 s]
  504. 2018-09-07 at 12:31:58 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.085 s]
  505. 2018-09-07 at 12:31:59 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.007 s]
  506. 2018-09-07 at 12:31:59 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  507. 2018-09-07 at 12:32:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: .ui-datatable-selectable > td:nth-child(9)] took [0.006 s]
  508. 2018-09-07 at 12:32:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.006 s]
  509. 2018-09-07 at 12:32:02 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.01 s]
  510. 2018-09-07 at 12:32:27 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.025 s]
  511. 2018-09-07 at 12:32:27 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  512. 2018-09-07 at 12:32:28 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: .ui-datatable-selectable > td:nth-child(11)] took [0.006 s]
  513. 2018-09-07 at 12:32:28 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.083 s]
  514. 2018-09-07 at 12:32:29 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.043 s]
  515. 2018-09-07 at 12:32:31 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: .ui-datatable-selectable > td:nth-child(11)] took [0.007 s]
  516. 2018-09-07 at 12:32:32 CEST logDebug - [main] Waiting for [findElementDynamic(): By.linkText: Process Steps (SO)] took [0.278 s]
  517. 2018-09-07 at 12:32:32 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.004 s]
  518. 2018-09-07 at 12:32:32 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #processPageForm\:migrationPackageTabView\:migrationOrderProcessStepsTable_data tr:last-child td:nth-child(2)] took [0.006 s]
  519. 2018-09-07 at 12:32:32 CEST logInfo - [main] test_205(com.capgemini.mrchecker.selenium.put.classic.CancelWorkOrderTest) PASSED.
  520. 2018-09-07 at 12:32:32 CEST logDebug - [main] BasePage.onTestSuccess    MainPage
  521. 2018-09-07 at 12:32:32 CEST logInfo - [main] test_205(com.capgemini.mrchecker.selenium.put.classic.CancelWorkOrderTest) duration: 2,24 min
  522. 2018-09-07 at 12:32:32 CEST logDebug - [main] Closing WebDriver for this thread. firefox
  523. 2018-09-07 at 12:32:33 CEST logDebug - [main] BasePage.onTestFinish   MainPage
  524. 2018-09-07 at 12:32:33 CEST logDebug - [main] To remove observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e
  525. 2018-09-07 at 12:32:33 CEST logInfo - [main] test_230(com.capgemini.mrchecker.selenium.put.classic.CancelWorkOrderTest) STARTED.
  526. 2018-09-07 at 12:32:33 CEST logDebug - [main] Creating new browser=firefox WebDriver.
  527. wrz 07, 2018 12:32:39 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  528. INFO: Detected dialect: W3C
  529. 2018-09-07 at 12:32:39 CEST logInfo - [main] Trying to set requested resolution: 1600x1200.
  530. 2018-09-07 at 12:32:40 CEST logInfo - [main] Resolution readed from device: 1600x1200
  531. 2018-09-07 at 12:32:40 CEST logInfo - [main] Trying to set increased resolution for 'View port': 1613x1200.
  532. 2018-09-07 at 12:32:42 CEST logInfo - [main] Resolution readed from device: 1613x1200
  533. 2018-09-07 at 12:32:42 CEST logDebug - [main] driver:NewFirefoxDriver: firefox on XP (f5b3cf1d-c962-4f84-a236-a4a422f764e8)
  534. 2018-09-07 at 12:32:42 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@1021f6c9
  535. 2018-09-07 at 12:32:42 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  536. 2018-09-07 at 12:32:42 CEST logDebug - [main] TestClassRule.classObservers: []
  537. 2018-09-07 at 12:32:42 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  538. 2018-09-07 at 12:32:42 CEST logDebug - [main] com.capgemini.mrchecker.selenium.put.classic.MainPage: Current loaded page (https://cguser:capgemini2017!@dev02.1000kit.org/put/sso/login/put) with pageTitle (). Page to load: (https://cguser:capgemini2017!@dev02.1000kit.org/put/sso/login/put) ,for page title: (Paket Umschalte Tool - PUT)
  539. 2018-09-07 at 12:32:44 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //td[text()='Executor']/following-sibling::td//a] took [0.048 s]
  540. 2018-09-07 at 12:32:45 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.BlankPage@7516e4e5
  541. 2018-09-07 at 12:32:45 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  542. 2018-09-07 at 12:32:45 CEST logDebug - [main] TestClassRule.classObservers: []
  543. 2018-09-07 at 12:32:48 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='urAS Groups']] took [2.558 s]
  544. 2018-09-07 at 12:32:48 CEST logDebug - [main] Waiting for [findElementDynamic(): By.partialLinkText: Execution] took [0.068 s]
  545. 2018-09-07 at 12:32:49 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@3e7634b9
  546. 2018-09-07 at 12:32:49 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  547. 2018-09-07 at 12:32:49 CEST logDebug - [main] TestClassRule.classObservers: []
  548. 2018-09-07 at 12:32:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.009 s]
  549. 2018-09-07 at 12:32:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.007 s]
  550. 2018-09-07 at 12:32:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.007 s]
  551. 2018-09-07 at 12:32:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.019 s]
  552. 2018-09-07 at 12:32:49 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.032 s]
  553. 2018-09-07 at 12:32:50 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  554. 2018-09-07 at 12:32:50 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.007 s]
  555. 2018-09-07 at 12:32:50 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.017 s]
  556. 2018-09-07 at 12:32:50 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:urgTable:urAsGroupResultCount] took [0.006 s]
  557. 2018-09-07 at 12:32:50 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[id$='_createMigrationPackageIcon']] took [0.007 s]
  558. 2018-09-07 at 12:32:51 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.CreatePackagePopup@abf688e
  559. 2018-09-07 at 12:32:51 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  560. 2018-09-07 at 12:32:51 CEST logDebug - [main] TestClassRule.classObservers: []
  561. 2018-09-07 at 12:32:51 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:migrationPackageName] took [0.011 s]
  562. 2018-09-07 at 12:32:51 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:migrationPackageName] took [0.019 s]
  563. 2018-09-07 at 12:32:51 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:iadcheck] took [0.007 s]
  564. 2018-09-07 at 12:32:51 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.009 s]
  565. 2018-09-07 at 12:32:51 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.008 s]
  566. 2018-09-07 at 12:32:52 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  567. 2018-09-07 at 12:32:52 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.007 s]
  568. 2018-09-07 at 12:32:52 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@686449f9
  569. 2018-09-07 at 12:32:52 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  570. 2018-09-07 at 12:32:52 CEST logDebug - [main] TestClassRule.classObservers: []
  571. 2018-09-07 at 12:32:52 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  572. 2018-09-07 at 12:32:53 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.008 s]
  573. 2018-09-07 at 12:32:54 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.01 s]
  574. 2018-09-07 at 12:32:58 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.021 s]
  575. 2018-09-07 at 12:32:58 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.019 s]
  576. 2018-09-07 at 12:33:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.077 s]
  577. 2018-09-07 at 12:33:02 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.022 s]
  578. 2018-09-07 at 12:33:04 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.01 s]
  579. 2018-09-07 at 12:33:04 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.01 s]
  580. 2018-09-07 at 12:33:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.005 s]
  581. 2018-09-07 at 12:33:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.006 s]
  582. 2018-09-07 at 12:33:07 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.02 s]
  583. 2018-09-07 at 12:33:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.007 s]
  584. 2018-09-07 at 12:33:07 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@5dd91bca
  585. 2018-09-07 at 12:33:07 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  586. 2018-09-07 at 12:33:07 CEST logDebug - [main] TestClassRule.classObservers: []
  587. 2018-09-07 at 12:33:07 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  588. 2018-09-07 at 12:33:09 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='Migration Packages']] took [0.005 s]
  589. 2018-09-07 at 12:33:10 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagesPage@a5bd950
  590. 2018-09-07 at 12:33:10 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  591. 2018-09-07 at 12:33:10 CEST logDebug - [main] TestClassRule.classObservers: []
  592. 2018-09-07 at 12:33:10 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.016 s]
  593. 2018-09-07 at 12:33:10 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.01 s]
  594. 2018-09-07 at 12:33:11 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.006 s]
  595. 2018-09-07 at 12:33:11 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  596. 2018-09-07 at 12:33:11 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.006 s]
  597. 2018-09-07 at 12:33:11 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.023 s]
  598. 2018-09-07 at 12:33:11 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.006 s]
  599. 2018-09-07 at 12:33:11 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.005 s]
  600. 2018-09-07 at 12:33:11 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.005 s]
  601. 2018-09-07 at 12:33:12 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_status] took [0.029 s]
  602. 2018-09-07 at 12:33:12 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #searchCriteriaForm\:migrationPackageCriteria_status_panel .ui-chkbox-box] took [0.01 s]
  603. 2018-09-07 at 12:33:12 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.006 s]
  604. 2018-09-07 at 12:33:12 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.017 s]
  605. 2018-09-07 at 12:33:12 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  606. 2018-09-07 at 12:33:12 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.018 s]
  607. 2018-09-07 at 12:33:12 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  608. 2018-09-07 at 12:33:13 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:mpSRT:0:mpSRT_edit] took [0.004 s]
  609. 2018-09-07 at 12:33:13 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@52045dbe
  610. 2018-09-07 at 12:33:13 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  611. 2018-09-07 at 12:33:13 CEST logDebug - [main] TestClassRule.classObservers: []
  612. 2018-09-07 at 12:33:13 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  613. 2018-09-07 at 12:33:14 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.007 s]
  614. 2018-09-07 at 12:33:14 CEST logInfo - [main] test_230(com.capgemini.mrchecker.selenium.put.classic.CancelWorkOrderTest) FAILED.
  615. 2018-09-07 at 12:33:14 CEST logDebug - [main] BasePage.onTestFailure    MainPage
  616. 2018-09-07 at 12:33:14 CEST logInfo - [main] test_230(com.capgemini.mrchecker.selenium.put.classic.CancelWorkOrderTest) duration: 0,68 min
  617. 2018-09-07 at 12:33:14 CEST logDebug - [main] Closing WebDriver for this thread. firefox
  618. 2018-09-07 at 12:33:16 CEST logDebug - [main] BasePage.onTestFinish   MainPage
  619. 2018-09-07 at 12:33:16 CEST logDebug - [main] To remove observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e
  620. 2018-09-07 at 12:33:16 CEST logDebug - [main] BaseTest.tearDownClass()
  621. 2018-09-07 at 12:33:16 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@333dd51e]
  622. 2018-09-07 at 12:33:16 CEST logDebug - [main] TestClassRule.classObservers: []
  623. 2018-09-07 at 12:33:16 CEST logDebug - [main] BasePage.onTestClassFinish   MainPage
  624. 2018-09-07 at 12:33:16 CEST logDebug - [main] Creating new browser=firefox WebDriver.
  625. wrz 07, 2018 12:33:22 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  626. INFO: Detected dialect: W3C
  627. 2018-09-07 at 12:33:22 CEST logInfo - [main] Trying to set requested resolution: 1600x1200.
  628. 2018-09-07 at 12:33:22 CEST logInfo - [main] Resolution readed from device: 1600x1200
  629. 2018-09-07 at 12:33:22 CEST logInfo - [main] Trying to set increased resolution for 'View port': 1613x1200.
  630. 2018-09-07 at 12:33:24 CEST logInfo - [main] Resolution readed from device: 1613x1200
  631. 2018-09-07 at 12:33:24 CEST logDebug - [main] driver:NewFirefoxDriver: firefox on XP (51a9195d-531b-4bea-a688-b8303518d9ba)
  632. 2018-09-07 at 12:33:24 CEST logDebug - [main] driver:NewFirefoxDriver: firefox on XP (51a9195d-531b-4bea-a688-b8303518d9ba)
  633. 2018-09-07 at 12:33:24 CEST logDebug - [main] Closing WebDriver for this thread. firefox
  634. 2018-09-07 at 12:33:25 CEST logDebug - [main] All observers cleared.
  635. 2018-09-07 at 12:33:25 CEST logInfo - [main] test_112(com.capgemini.mrchecker.selenium.put.classic.SoStatusesAndErrorsTest) STARTED.
  636. 2018-09-07 at 12:33:25 CEST logDebug - [main] Creating new browser=firefox WebDriver.
  637. wrz 07, 2018 12:33:31 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  638. INFO: Detected dialect: W3C
  639. 2018-09-07 at 12:33:31 CEST logInfo - [main] Trying to set requested resolution: 1600x1200.
  640. 2018-09-07 at 12:33:32 CEST logInfo - [main] Resolution readed from device: 1600x1200
  641. 2018-09-07 at 12:33:32 CEST logInfo - [main] Trying to set increased resolution for 'View port': 1613x1200.
  642. 2018-09-07 at 12:33:34 CEST logInfo - [main] Resolution readed from device: 1613x1200
  643. 2018-09-07 at 12:33:34 CEST logDebug - [main] driver:NewFirefoxDriver: firefox on XP (d02c3075-336c-4731-8f6c-f451a26f1e1b)
  644. 2018-09-07 at 12:33:34 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f
  645. 2018-09-07 at 12:33:34 CEST logDebug - [main] BaseTestWatcher.observers: []
  646. 2018-09-07 at 12:33:34 CEST logDebug - [main] TestClassRule.classObservers: []
  647. 2018-09-07 at 12:33:34 CEST logDebug - [main] Added observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f
  648. 2018-09-07 at 12:33:34 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.01 s]
  649. 2018-09-07 at 12:33:34 CEST logDebug - [main] com.capgemini.mrchecker.selenium.put.classic.MainPage: Current loaded page (https://cguser:capgemini2017!@dev02.1000kit.org/put/sso/login/put) with pageTitle (). Page to load: (https://cguser:capgemini2017!@dev02.1000kit.org/put/sso/login/put) ,for page title: (Paket Umschalte Tool - PUT)
  650. 2018-09-07 at 12:33:35 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //td[text()='Executor']/following-sibling::td//a] took [0.007 s]
  651. 2018-09-07 at 12:33:36 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.BlankPage@7b324585
  652. 2018-09-07 at 12:33:36 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f]
  653. 2018-09-07 at 12:33:36 CEST logDebug - [main] TestClassRule.classObservers: []
  654. 2018-09-07 at 12:33:37 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='urAS Groups']] took [0.865 s]
  655. 2018-09-07 at 12:33:37 CEST logDebug - [main] Waiting for [findElementDynamic(): By.partialLinkText: Execution] took [0.073 s]
  656. 2018-09-07 at 12:33:38 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@5974109
  657. 2018-09-07 at 12:33:38 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f]
  658. 2018-09-07 at 12:33:38 CEST logDebug - [main] TestClassRule.classObservers: []
  659. 2018-09-07 at 12:33:38 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.016 s]
  660. 2018-09-07 at 12:33:39 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.006 s]
  661. 2018-09-07 at 12:33:39 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.008 s]
  662. 2018-09-07 at 12:33:39 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.007 s]
  663. 2018-09-07 at 12:33:39 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.026 s]
  664. 2018-09-07 at 12:33:39 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.022 s]
  665. 2018-09-07 at 12:33:39 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  666. 2018-09-07 at 12:33:39 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.007 s]
  667. 2018-09-07 at 12:33:40 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.073 s]
  668. 2018-09-07 at 12:33:40 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:urgTable:urAsGroupResultCount] took [0.008 s]
  669. 2018-09-07 at 12:33:40 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[id$='_createMigrationPackageIcon']] took [0.006 s]
  670. 2018-09-07 at 12:33:40 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.CreatePackagePopup@5c3b6c6e
  671. 2018-09-07 at 12:33:40 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f]
  672. 2018-09-07 at 12:33:40 CEST logDebug - [main] TestClassRule.classObservers: []
  673. 2018-09-07 at 12:33:41 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:migrationPackageName] took [0.01 s]
  674. 2018-09-07 at 12:33:41 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:migrationPackageName] took [0.014 s]
  675. 2018-09-07 at 12:33:41 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrPackagePopupTabView:detailArea:iadcheck] took [0.01 s]
  676. 2018-09-07 at 12:33:41 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.011 s]
  677. 2018-09-07 at 12:33:41 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.009 s]
  678. 2018-09-07 at 12:33:41 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  679. 2018-09-07 at 12:33:41 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: createMigrationPackagePopupForm:createMigrationPackagePopupId_createAndOpenMP] took [0.007 s]
  680. 2018-09-07 at 12:33:42 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@12bcd0c0
  681. 2018-09-07 at 12:33:42 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f]
  682. 2018-09-07 at 12:33:42 CEST logDebug - [main] TestClassRule.classObservers: []
  683. 2018-09-07 at 12:33:42 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.013 s]
  684. 2018-09-07 at 12:33:43 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.007 s]
  685. 2018-09-07 at 12:33:43 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  686. 2018-09-07 at 12:33:47 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.07 s]
  687. 2018-09-07 at 12:33:48 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.026 s]
  688. 2018-09-07 at 12:33:52 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.021 s]
  689. 2018-09-07 at 12:33:52 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  690. 2018-09-07 at 12:33:56 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.029 s]
  691. 2018-09-07 at 12:33:57 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.017 s]
  692. 2018-09-07 at 12:34:01 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.038 s]
  693. 2018-09-07 at 12:34:01 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.014 s]
  694. 2018-09-07 at 12:34:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.007 s]
  695. 2018-09-07 at 12:34:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.007 s]
  696. 2018-09-07 at 12:34:02 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  697. 2018-09-07 at 12:34:02 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: button[title='Release migration package']] took [0.006 s]
  698. 2018-09-07 at 12:34:03 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@4fc5e095
  699. 2018-09-07 at 12:34:03 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f]
  700. 2018-09-07 at 12:34:03 CEST logDebug - [main] TestClassRule.classObservers: []
  701. 2018-09-07 at 12:34:03 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.01 s]
  702. 2018-09-07 at 12:34:04 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='Migration Packages']] took [0.006 s]
  703. 2018-09-07 at 12:34:05 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagesPage@62ea3440
  704. 2018-09-07 at 12:34:05 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f]
  705. 2018-09-07 at 12:34:05 CEST logDebug - [main] TestClassRule.classObservers: []
  706. 2018-09-07 at 12:34:05 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.018 s]
  707. 2018-09-07 at 12:34:06 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.005 s]
  708. 2018-09-07 at 12:34:06 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.005 s]
  709. 2018-09-07 at 12:34:06 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  710. 2018-09-07 at 12:34:06 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:resetButton] took [0.005 s]
  711. 2018-09-07 at 12:34:06 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  712. 2018-09-07 at 12:34:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.01 s]
  713. 2018-09-07 at 12:34:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.007 s]
  714. 2018-09-07 at 12:34:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_name] took [0.009 s]
  715. 2018-09-07 at 12:34:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:migrationPackageCriteria_status] took [0.012 s]
  716. 2018-09-07 at 12:34:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: #searchCriteriaForm\:migrationPackageCriteria_status_panel .ui-chkbox-box] took [0.018 s]
  717. 2018-09-07 at 12:34:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.014 s]
  718. 2018-09-07 at 12:34:08 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.018 s]
  719. 2018-09-07 at 12:34:08 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.014 s]
  720. 2018-09-07 at 12:34:08 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.004 s]
  721. 2018-09-07 at 12:34:08 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  722. 2018-09-07 at 12:34:08 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:mpSRT:0:mpSRT_edit] took [0.007 s]
  723. 2018-09-07 at 12:34:09 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.MigrationPackagePage@16ecee1
  724. 2018-09-07 at 12:34:09 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f]
  725. 2018-09-07 at 12:34:09 CEST logDebug - [main] TestClassRule.classObservers: []
  726. 2018-09-07 at 12:34:09 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  727. 2018-09-07 at 12:34:11 CEST logDebug - [main] Waiting for [findElementDynamic(): By.linkText: Process Steps (SO)] took [0.241 s]
  728. 2018-09-07 at 12:34:11 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  729. 2018-09-07 at 12:34:12 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.005 s]
  730. 2018-09-07 at 12:34:12 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  731. 2018-09-07 at 12:34:14 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.01 s]
  732. 2018-09-07 at 12:34:14 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.005 s]
  733. 2018-09-07 at 12:34:15 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  734. 2018-09-07 at 12:34:17 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.009 s]
  735. 2018-09-07 at 12:34:17 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.012 s]
  736. 2018-09-07 at 12:34:18 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.008 s]
  737. 2018-09-07 at 12:34:19 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.011 s]
  738. 2018-09-07 at 12:34:20 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.027 s]
  739. 2018-09-07 at 12:34:20 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.018 s]
  740. 2018-09-07 at 12:34:22 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.012 s]
  741. 2018-09-07 at 12:34:23 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.01 s]
  742. 2018-09-07 at 12:34:23 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  743. 2018-09-07 at 12:34:25 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.009 s]
  744. 2018-09-07 at 12:34:26 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.054 s]
  745. 2018-09-07 at 12:34:26 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.009 s]
  746. 2018-09-07 at 12:34:29 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.011 s]
  747. 2018-09-07 at 12:34:29 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.005 s]
  748. 2018-09-07 at 12:34:29 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  749. 2018-09-07 at 12:34:31 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: span[title='Failed Count']] took [0.013 s]
  750. 2018-09-07 at 12:34:31 CEST logDebug - [main] Waiting for [findElementDynamics(): By.className: ui-row-toggler] took [0.008 s]
  751. 2018-09-07 at 12:34:32 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.006 s]
  752. 2018-09-07 at 12:34:33 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.022 s]
  753. 2018-09-07 at 12:34:33 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: a[title='Show messages of process step']] took [0.007 s]
  754. 2018-09-07 at 12:34:33 CEST logDebug - [main] Waiting for [findElementDynamics(): By.cssSelector: #migrationOrderStepDetailPopup tbody[id$='_data'] td] took [0.058 s]
  755. 2018-09-07 at 12:34:33 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: migrationOrderStepDetailPopupForm:migrationOrderStepDetailPopup_firstAction] took [0.008 s]
  756. 2018-09-07 at 12:34:33 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: migrationOrderStepDetailPopupForm:migrationOrderStepDetailPopup_firstAction] took [0.011 s]
  757. 2018-09-07 at 12:34:33 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  758. 2018-09-07 at 12:34:33 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: migrationOrderStepDetailPopupForm:migrationOrderStepDetailPopup_firstAction] took [0.005 s]
  759. 2018-09-07 at 12:34:34 CEST logDebug - [main] Waiting for [findElementDynamic(): By.linkText: Connections / Single Orders] took [0.279 s]
  760. 2018-09-07 at 12:34:34 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.014 s]
  761. 2018-09-07 at 12:34:35 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.012 s]
  762. 2018-09-07 at 12:34:35 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.005 s]
  763. 2018-09-07 at 12:35:00 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.024 s]
  764. 2018-09-07 at 12:35:00 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.015 s]
  765. 2018-09-07 at 12:35:03 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: .ui-datatable-selectable > td:nth-child(9)] took [0.007 s]
  766. 2018-09-07 at 12:35:03 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: a[title='Reload migration package']] took [0.006 s]
  767. 2018-09-07 at 12:35:03 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.007 s]
  768. 2018-09-07 at 12:35:05 CEST logDebug - [main] Waiting for [findElementDynamic(): By.cssSelector: .ui-datatable-selectable > td:nth-child(11)] took [0.005 s]
  769. 2018-09-07 at 12:35:05 CEST logDebug - [main] Waiting for [findElementDynamic(): By.xpath: //span[@class='ui-menuitem-text' and text()='urAS Groups']] took [0.006 s]
  770. 2018-09-07 at 12:35:06 CEST logDebug - [main] To add observer: com.capgemini.mrchecker.selenium.put.classic.UrAsGroupsPage@75e01201
  771. 2018-09-07 at 12:35:06 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f]
  772. 2018-09-07 at 12:35:06 CEST logDebug - [main] TestClassRule.classObservers: []
  773. 2018-09-07 at 12:35:06 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.012 s]
  774. 2018-09-07 at 12:35:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.005 s]
  775. 2018-09-07 at 12:35:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.005 s]
  776. 2018-09-07 at 12:35:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:urasGroupSearchCriteria_filter] took [0.006 s]
  777. 2018-09-07 at 12:35:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.008 s]
  778. 2018-09-07 at 12:35:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.005 s]
  779. 2018-09-07 at 12:35:07 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.011 s]
  780. 2018-09-07 at 12:35:07 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchCriteriaForm:searchButton] took [0.006 s]
  781. 2018-09-07 at 12:35:07 CEST logDebug - [main] Waiting for [waitForPageLoaded] took [0.015 s]
  782. 2018-09-07 at 12:35:08 CEST logDebug - [main] Waiting for [findElementDynamic(): By.id: searchResultForm:urgTable:urAsGroupResultCount] took [0.006 s]
  783. 2018-09-07 at 12:35:08 CEST logInfo - [main] test_112(com.capgemini.mrchecker.selenium.put.classic.SoStatusesAndErrorsTest) PASSED.
  784. 2018-09-07 at 12:35:08 CEST logDebug - [main] BasePage.onTestSuccess    MainPage
  785. 2018-09-07 at 12:35:08 CEST logInfo - [main] test_112(com.capgemini.mrchecker.selenium.put.classic.SoStatusesAndErrorsTest) duration: 1,70 min
  786. 2018-09-07 at 12:35:08 CEST logDebug - [main] Closing WebDriver for this thread. firefox
  787. 2018-09-07 at 12:35:09 CEST logDebug - [main] BasePage.onTestFinish   MainPage
  788. 2018-09-07 at 12:35:09 CEST logDebug - [main] To remove observer: com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f
  789. 2018-09-07 at 12:35:09 CEST logDebug - [main] BaseTest.tearDownClass()
  790. 2018-09-07 at 12:35:09 CEST logDebug - [main] BaseTestWatcher.observers: [com.capgemini.mrchecker.selenium.put.classic.MainPage@3b77a04f]
  791. 2018-09-07 at 12:35:09 CEST logDebug - [main] TestClassRule.classObservers: []
  792. 2018-09-07 at 12:35:09 CEST logDebug - [main] BasePage.onTestClassFinish   MainPage
  793. 2018-09-07 at 12:35:09 CEST logDebug - [main] Creating new browser=firefox WebDriver.
  794. wrz 07, 2018 12:35:15 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  795. INFO: Detected dialect: W3C
  796. 2018-09-07 at 12:35:15 CEST logInfo - [main] Trying to set requested resolution: 1600x1200.
  797. 2018-09-07 at 12:35:15 CEST logInfo - [main] Resolution readed from device: 1600x1200
  798. 2018-09-07 at 12:35:15 CEST logInfo - [main] Trying to set increased resolution for 'View port': 1613x1200.
  799. 2018-09-07 at 12:35:17 CEST logInfo - [main] Resolution readed from device: 1613x1200
  800. 2018-09-07 at 12:35:17 CEST logDebug - [main] driver:NewFirefoxDriver: firefox on XP (b1340f28-d424-4f0f-884d-f2647e01f63f)
  801. 2018-09-07 at 12:35:17 CEST logDebug - [main] driver:NewFirefoxDriver: firefox on XP (b1340f28-d424-4f0f-884d-f2647e01f63f)
  802. 2018-09-07 at 12:35:17 CEST logDebug - [main] Closing WebDriver for this thread. firefox
  803. 2018-09-07 at 12:35:18 CEST logDebug - [main] All observers cleared.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement