Project Number Date
ApolloFullRunnerReport develop.326 09 mar 2021, 03:54

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteModeOfTransportationAfterTest 386 5 3 0 0 394 33 6 39 12m 33s 908ms Failed
View Feature Advice transport
Scenario Outline Check if mode of transportation select is still empty after selecting driver in advice form
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 3s 170ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 536ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 1s 269ms
And Set "advice" inputs from JSON file "ADVICE_LOAD_PL" "super-admin-bausch" 003ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 119ms
And Click button advice in transport table "LOAD_PL" 2s 178ms
And Set advice window in schedule 2s 717ms
And Fill advice form 9s 235ms
And Click advice save button and wait for advice form to disappear 30s 801ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 15s 291ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 134ms
When Go to "TRANSPORT_TABLE" 251ms
And Show all transport types 1s 046ms
And Click button advice in transport table "LOAD_PL" 2s 078ms
And Set advice window in schedule 2s 719ms
And Select driver "Marek Kanarek" from suggestions 1s 038ms
Then Verify if mode of transportation select is empty 044ms
Hooks
After Hooks.deleteAllTransports() 15s 054ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//button[@type='button' and @data-field-name='cancel-create']"}
  (Session info: headless chrome=88.0.4324.182)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'ns3112421', ip: '94.23.29.183', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-136-generic', java.version: '1.8.0_201'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b-refs/branch-heads/4324@{#1784}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.RR2DSL}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=88.0.4324.182, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 266f32a0015a6459d97ec7248dbe68f9
*** Element info: {Using=xpath, value=//button[@type='button' and @data-field-name='cancel-create']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:305)
	at CucumberTests._PerformanceTests.TransportTableTest.deleteAllTransport(TransportTableTest.java:122)
	at CucumberTests.Hooks.deleteAllTransports(Hooks.java:475)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:16)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.TestCase.run(TestCase.java:49)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
After Hooks.deleteModeOfTransportationAfterTest() 145ms
View Feature Mode of transportation mail
Given Set token of apiUsername "super-admin-bausch" 094ms
And Prepare user "super-admin-bausch" details with all notifications and "apolloautomattest@gmail.com" by JSON file 293ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 178ms
Then Update mode of transportation by API with "pba1-carrier": "BBBB0000" "Model2" "Marka2" "CCCC0000" 092ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Środek transportu BBBB0000 został zaktualizowany" 19s 225ms
Then Check if user got a mail 000ms
After Hooks.cleanUserDetailsAfterTest() 213ms
After Hooks.deleteModeOfTransportationAfterTest() 127ms
View Feature Mode of transportation mail
Given Set token of apiUsername "super-admin-bausch" 089ms
And Prepare user "super-admin-bausch" details with all notifications and "apolloautomattest@gmail.com" by JSON file 261ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 083ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Nowy środek transportu" 7s 281ms
Then Check if user got a mail 000ms
After Hooks.cleanUserDetailsAfterTest() 238ms
After Hooks.deleteModeOfTransportationAfterTest() 086ms
View Feature Create mode of transportation
Given Set token of apiUsername "super-admin-bausch" 091ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 078ms
After Hooks.deleteModeOfTransportationAfterTest() 085ms
View Feature Create mode of transportation
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 505ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 228ms
When Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 269ms
Then Check if "AAAA0000" "Marka" "Model" "BBBB0000" are visible in mode of transportation details page 099ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 255ms
And Check if "AAAA0000" "Marka" "Model" "BBBB0000" are visible in correct columns 116ms
After Hooks.deleteModeOfTransportationAfterTest() 099ms
View Feature Mode of transportation - Advice
Given Set token of apiUsername "super-admin-bausch" 096ms
And Create accepted mode of transportation by API with "pba1-carrier": "NA602214" "Model" "Marka" "3141592" 347ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 15s 204ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 134ms
When Login as "super-admin-bausch" 2s 212ms
And Go to "TRANSPORT_TABLE" 292ms
And Click button advice in transport table "LOAD_PL" 126ms
And Set advice window in schedule 2s 842ms
Then Check if "NA602214" MOT can be selected in advice form 396ms
After Hooks.deleteTransportAfterTest() 087ms
After Hooks.deleteModeOfTransportationAfterTest() 088ms
View Feature Mode of transportation - Advice
Given Set token of apiUsername "super-admin-bausch" 097ms
And Create mode of transportation by API with "pba1-carrier": "NA602214" "Model" "Marka" "3141592" 085ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 15s 259ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 118ms
When Login as "super-admin-bausch" 1s 155ms
And Go to "TRANSPORT_TABLE" 302ms
And Click button advice in transport table "LOAD_PL" 124ms
And Set advice window in schedule 2s 737ms
Then Check if "NA602214" MOT cannot be selected in advice form 15s 363ms
After Hooks.deleteTransportAfterTest() 080ms
After Hooks.deleteModeOfTransportationAfterTest() 079ms
View Feature Mode of transportation - Advice
Given Set token of apiUsername "super-admin-bausch" 091ms
And Create mode of transportation by API with "pba1-carrier": "NA602214" "Model" "Marka" "3141592" 070ms
And Disable mode of transportation by API 083ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 15s 202ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 110ms
When Login as "super-admin-bausch" 1s 208ms
And Go to "TRANSPORT_TABLE" 306ms
And Click button advice in transport table "LOAD_PL" 120ms
And Set advice window in schedule 2s 751ms
Then Check if "NA602214" MOT cannot be selected in advice form 15s 357ms
After Hooks.deleteTransportAfterTest() 073ms
After Hooks.deleteModeOfTransportationAfterTest() 074ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 067ms
When Login as "pba1-carrier" 2s 018ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 243ms
And Go to mode of transportation details 116ms
And Open new "WINTER_MAPPING" document modal 097ms
Then Check default values in "WINTER_MAPPING" document form 022ms
And Fill "WINTER_MAPPING" document form 000ms
And Save new document 15s 101ms
And Verify that MOT has "WINTER_MAPPING" document 016ms
After Hooks.deleteModeOfTransportationAfterTest() 091ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 083ms
When Login as "pba1-carrier" 1s 007ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 248ms
And Go to mode of transportation details 127ms
And Open new "SUMMER_MAPPING" document modal 091ms
Then Check default values in "SUMMER_MAPPING" document form 016ms
And Fill "SUMMER_MAPPING" document form 000ms
And Save new document 15s 099ms
And Verify that MOT has "SUMMER_MAPPING" document 020ms
After Hooks.deleteModeOfTransportationAfterTest() 090ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 077ms
When Login as "pba1-carrier" 982ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 249ms
And Go to mode of transportation details 108ms
And Open new "SENSOR_CALIBRATION_CERTIFICATE" document modal 084ms
Then Check default values in "SENSOR_CALIBRATION_CERTIFICATE" document form 033ms
And Fill "SENSOR_CALIBRATION_CERTIFICATE" document form 161ms
And Save new document 15s 087ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 017ms
After Hooks.deleteModeOfTransportationAfterTest() 072ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 092ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 074ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 050ms
When Login as "super-admin-bausch" 1s 034ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 248ms
And Go to mode of transportation details 129ms
Then Verify that MOT has "WINTER_MAPPING" document 014ms
And Accept "WINTER_MAPPING" document 15s 135ms
And Verify that "WINTER_MAPPING" document is accepted 033ms
After Hooks.deleteModeOfTransportationAfterTest() 103ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 096ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 069ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 052ms
When Login as "super-admin-bausch" 1s 172ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 268ms
And Go to mode of transportation details 163ms
Then Verify that MOT has "SUMMER_MAPPING" document 012ms
And Accept "SUMMER_MAPPING" document 15s 071ms
And Verify that "SUMMER_MAPPING" document is accepted 021ms
After Hooks.deleteModeOfTransportationAfterTest() 092ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 095ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 075ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 054ms
When Login as "super-admin-bausch" 1s 129ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 351ms
And Go to mode of transportation details 152ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 014ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 707ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 036ms
After Hooks.deleteModeOfTransportationAfterTest() 085ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 088ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 078ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 066ms
When Login as "super-admin-bausch" 1s 118ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 325ms
And Go to mode of transportation details 159ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 015ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document 15s 853ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected 040ms
After Hooks.deleteModeOfTransportationAfterTest() 087ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 092ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 077ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 049ms
When Login as "super-admin-bausch" 1s 087ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 371ms
And Go to mode of transportation details 136ms
Then Verify that MOT has "WINTER_MAPPING" document 013ms
And Verify that "WINTER_MAPPING" document can not be rejected 15s 026ms
After Hooks.deleteModeOfTransportationAfterTest() 097ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 091ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 078ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 050ms
When Login as "super-admin-bausch" 1s 170ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 340ms
And Go to mode of transportation details 137ms
Then Verify that MOT has "SUMMER_MAPPING" document 016ms
And Verify that "SUMMER_MAPPING" document can not be rejected 15s 032ms
After Hooks.deleteModeOfTransportationAfterTest() 094ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 089ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 088ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 048ms
When Login as "super-admin-bausch" 1s 448ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 354ms
And Go to mode of transportation details 143ms
Then Verify that MOT has "WINTER_MAPPING" document 016ms
And Disable "WINTER_MAPPING" document 15s 646ms
And Verify that "WINTER_MAPPING" document disappeared from MOT details 15s 027ms
After Hooks.deleteModeOfTransportationAfterTest() 088ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 090ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 067ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 053ms
When Login as "super-admin-bausch" 1s 179ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 353ms
And Go to mode of transportation details 137ms
Then Verify that MOT has "SUMMER_MAPPING" document 012ms
And Disable "SUMMER_MAPPING" document 15s 630ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 062ms
After Hooks.deleteModeOfTransportationAfterTest() 087ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 091ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 065ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 050ms
When Login as "super-admin-bausch" 1s 136ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 360ms
And Go to mode of transportation details 153ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 015ms
And Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 602ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 058ms
After Hooks.deleteModeOfTransportationAfterTest() 077ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 066ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 054ms
When Login as "pba1-carrier" 2s 361ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 254ms
And Go to mode of transportation details 140ms
And Verify that MOT has "WINTER_MAPPING" document 014ms
Then Edit "WINTER_MAPPING" document 2s 196ms
And Update "WINTER_MAPPING" document 088ms
And Verify that "WINTER_MAPPING" document is updated 094ms
And If user is login then logout 097ms
And Login as "super-admin-bausch" 1s 520ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 325ms
And Go to mode of transportation details 107ms
And Verify that "WINTER_MAPPING" document has updated date 018ms
After Hooks.deleteModeOfTransportationAfterTest() 074ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 096ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 077ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 062ms
When Login as "pba1-carrier" 960ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 237ms
And Go to mode of transportation details 143ms
And Verify that MOT has "SUMMER_MAPPING" document 017ms
Then Edit "SUMMER_MAPPING" document 2s 154ms
And Update "SUMMER_MAPPING" document 093ms
And Verify that "SUMMER_MAPPING" document is updated 085ms
And If user is login then logout 078ms
And Login as "super-admin-bausch" 1s 240ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 305ms
And Go to mode of transportation details 124ms
And Verify that "SUMMER_MAPPING" document has updated date 017ms
After Hooks.deleteModeOfTransportationAfterTest() 084ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 092ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 066ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 062ms
When Login as "pba1-carrier" 1s 035ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 231ms
And Go to mode of transportation details 144ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 014ms
Then Edit "SENSOR_CALIBRATION_CERTIFICATE" document 4s 519ms
And Update "SENSOR_CALIBRATION_CERTIFICATE" document 096ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is updated 084ms
And If user is login then logout 078ms
And Login as "super-admin-bausch" 1s 142ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 340ms
And Go to mode of transportation details 129ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document has updated date 061ms
After Hooks.deleteModeOfTransportationAfterTest() 074ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 078ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 052ms
When Login as "super-admin-bausch" 1s 020ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 338ms
And Go to mode of transportation details 123ms
Then Verify that MOT has "WINTER_MAPPING" document 015ms
And Verify that "WINTER_MAPPING" document is "true" to edition 058ms
After Hooks.deleteModeOfTransportationAfterTest() 084ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 069ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 053ms
When Login as "super-admin-bausch" 1s 080ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 300ms
And Go to mode of transportation details 135ms
Then Verify that MOT has "SUMMER_MAPPING" document 010ms
And Verify that "SUMMER_MAPPING" document is "true" to edition 040ms
After Hooks.deleteModeOfTransportationAfterTest() 083ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 091ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 071ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 062ms
When Login as "super-admin-bausch" 1s 034ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 342ms
And Go to mode of transportation details 145ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 016ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "true" to edition 174ms
After Hooks.deleteModeOfTransportationAfterTest() 072ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 092ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 072ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 052ms
And Accept "WINTER_MAPPING" document by API 071ms
When Login as "super-admin-bausch" 1s 088ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 331ms
And Go to mode of transportation details 127ms
Then Verify that MOT has "WINTER_MAPPING" document 013ms
And Verify that "WINTER_MAPPING" document is "false" to edition 053ms
After Hooks.deleteModeOfTransportationAfterTest() 085ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 072ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 044ms
And Accept "SUMMER_MAPPING" document by API 063ms
When Login as "super-admin-bausch" 982ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 451ms
And Go to mode of transportation details 130ms
Then Verify that MOT has "SUMMER_MAPPING" document 015ms
And Verify that "SUMMER_MAPPING" document is "false" to edition 042ms
After Hooks.deleteModeOfTransportationAfterTest() 068ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 088ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 070ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 051ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 060ms
When Login as "super-admin-bausch" 1s 041ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 332ms
And Go to mode of transportation details 136ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 012ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "false" to edition 176ms
After Hooks.deleteModeOfTransportationAfterTest() 084ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 064ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 052ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 061ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document by API 080ms
When Login as "super-admin-bausch" 1s 023ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 355ms
And Go to mode of transportation details 141ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 007ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "true" to edition 120ms
After Hooks.deleteModeOfTransportationAfterTest() 065ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 096ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 075ms
And Login as "bausch-admin" 2s 013ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 318ms
And Go to mode of transportation details 110ms
When Disable mode of transportation 066ms
And Go to the last mode of transportations table page 15s 055ms
Then Verify that mode of transportation is not visible in the table 15s 022ms
After Hooks.deleteModeOfTransportationAfterTest() 080ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 094ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 064ms
And Login as "bausch-admin" 1s 184ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 336ms
And Disable mode of transportation by API 070ms
Then Show disabled mode of transportations in the table 067ms
And Go to the last mode of transportations table page 246ms
Then Verify that mode of transportation is visible in the table 026ms
After Hooks.deleteModeOfTransportationAfterTest() 081ms
View Feature Mode of transportation - Sections
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 107ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 068ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 351ms
And Go to mode of transportation details 115ms
Then Edit mode of transportation with "BBBB0000" "Marka" "Model" "AAAA0000" 622ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 170ms
Then Check if "BBBB0000" "Marka" "Model" "AAAA0000" are visible in correct columns 121ms
After Hooks.deleteModeOfTransportationAfterTest() 078ms
View Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 100ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 073ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 358ms
And Go to mode of transportation details 129ms
Then Reject mode of transportation 067ms
And Verify that user is redirected to mode of transportation tab 165ms
Then Check if "Odrzucony" status is visible in mode of transportation table 027ms
After Hooks.deleteModeOfTransportationAfterTest() 082ms
View Feature Mode of transportation status
Scenario Outline Check if mode transportation status change appropriate to performed actions by users
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 967ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 211ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 189ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 206ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 030ms
And Go to mode of transportation details 121ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 194ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 177ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 15s 387ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 218ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 027ms
And If user is login then logout 078ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 377ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 341ms
And Go to mode of transportation details 173ms
And Accept "WINTER_MAPPING" document 15s 666ms
And Accept "SUMMER_MAPPING" document 219ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 716ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 264ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 033ms
And Go to mode of transportation details 149ms
And Approve mode of transportation 050ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 193ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 025ms
And Go to mode of transportation details 152ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document 15s 915ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected 047ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 205ms
And Check if "Zablokowany" status is visible in mode of transportation table 026ms
And Go to mode of transportation details 159ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 769ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 034ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 198ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 028ms
And Go to mode of transportation details 145ms
And Reject mode of transportation 072ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 153ms
And Check if "Odrzucony" status is visible in mode of transportation table 032ms
And Go to mode of transportation details 147ms
And Confirm mode of transportation 069ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 167ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 024ms
And If user is login then logout 078ms
And Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 690ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 242ms
And Go to mode of transportation details 176ms
And Add another "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 15s 366ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 242ms
And Check if "Zaktualizowany" status is visible in mode of transportation table 029ms
And If user is login then logout 084ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 451ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 277ms
And Go to mode of transportation details 203ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 097ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 030ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 201ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 028ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 116ms
And Disable mode of transportation by API 099ms
And Show disabled mode of transportations in the table 078ms
And Check if "Wyłączony" status is visible in mode of transportation table 15s 040ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//tr/td/a[contains(@href, '208397387')]//ancestor::*/td[@data-field-name='status-name']"}
  (Session info: headless chrome=88.0.4324.182)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'ns3112421', ip: '94.23.29.183', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-136-generic', java.version: '1.8.0_201'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b-refs/branch-heads/4324@{#1784}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.RR2DSL}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=88.0.4324.182, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 266f32a0015a6459d97ec7248dbe68f9
*** Element info: {Using=xpath, value=//tr/td/a[contains(@href, '208397387')]//ancestor::*/td[@data-field-name='status-name']}
	at sun.reflect.GeneratedConstructorAccessor195.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:305)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfStatusIsVisibleInCreatedMOT(MOTTableTest.java:71)
	at ✽.Check if "Wyłączony" status is visible in mode of transportation table(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:102)
After Hooks.deleteModeOfTransportationAfterTest() 086ms
View Feature Mode of transportation status
Scenario Outline Check if accepted mode of transportation status is accepted
Steps
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 360ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 076ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 366ms
And Go to mode of transportation details 109ms
Then Approve mode of transportation 074ms
And Check if confirm mode of transportation button is visible 15s 067ms
java.lang.AssertionError: Confirm mode of transportation button is not visible!
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.ModeOfTransportation.MOTDetailsTest.checkIfConfirmMOTButtonIsVisible(MOTDetailsTest.java:313)
	at ✽.Check if confirm mode of transportation button is visible(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:114)
Then Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Verify that user is redirected to mode of transportation tab 000ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
After Hooks.deleteModeOfTransportationAfterTest() 086ms
View Feature Mode of transportation table
Scenario Outline Check if mode of transportation documents data are in correct columns of table
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 193ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 074ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 052ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 245ms
Then Check if "SENSOR_CALIBRATION_CERTIFICATE" document data is visible in correct columns 3s 099ms
org.junit.ComparisonFailure: Dane widoczne w kolumnie 'Ważność kalibracji' są nie poprawne expected:<2022-03-0[8]> but was:<2022-03-0[9]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfDocumentDataIsVisibleInCorrectColumns(MOTTableTest.java:113)
	at ✽.Check if "SENSOR_CALIBRATION_CERTIFICATE" document data is visible in correct columns(file:Features/Atom/ModeOfTransportation/ModeOfTransportationTable.feature:34)
After Hooks.deleteModeOfTransportationAfterTest() 078ms
View Feature Mode of transportation table
Scenario Outline Check if mode of transportation documents data are in correct columns of table
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 084ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 073ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 055ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 211ms
Then Check if "SUMMER_MAPPING" document data is visible in correct columns 3s 086ms
org.junit.ComparisonFailure: Dane widoczne w kolumnie 'Mapowanie letnie' są nie poprawne expected:<2021-03-0[8]> but was:<2021-03-0[9]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfDocumentDataIsVisibleInCorrectColumns(MOTTableTest.java:118)
	at ✽.Check if "SUMMER_MAPPING" document data is visible in correct columns(file:Features/Atom/ModeOfTransportation/ModeOfTransportationTable.feature:34)
After Hooks.deleteModeOfTransportationAfterTest() 080ms
View Feature Mode of transportation table
Scenario Outline Check if mode of transportation documents data are in correct columns of table
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 084ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 064ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 046ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 217ms
Then Check if "WINTER_MAPPING" document data is visible in correct columns 3s 094ms
org.junit.ComparisonFailure: Dane widoczne w kolumnie 'Mapowanie zimowe' są nie poprawne expected:<2021-03-0[8]> but was:<2021-03-0[9]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfDocumentDataIsVisibleInCorrectColumns(MOTTableTest.java:123)
	at ✽.Check if "WINTER_MAPPING" document data is visible in correct columns(file:Features/Atom/ModeOfTransportation/ModeOfTransportationTable.feature:34)
After Hooks.deleteModeOfTransportationAfterTest() 079ms