Project Number Date
ApolloFullRunnerReport 2021.AT1.2 18 Jul 2021, 02:38

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteModeOfTransportationAfterTest 459 11 22 0 0 492 34 15 49 15m 55s 362ms Failed
View Feature Advice transport
Scenario Outline Check if mode of transportation select is still empty after selecting driver in advice form
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 107ms
And Create default accepted mode of transportation by API with "pba1-carrier" 1s 083ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 401ms
And Set "advice" inputs from JSON file "ADVICE_LOAD_EXPORT" "super-admin-bausch" 001ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 358ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 087ms
And Click button advice in transport table "LOAD_EXPORT" 1s 475ms
And Set advice window in schedule 2s 622ms
And Fill advice form 9s 302ms
And Click advice save button and wait for advice form to disappear 31s 245ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 394ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 064ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 298ms
When Go to "TRANSPORT_TABLE" 418ms
And Show all transport types 1s 060ms
And Click button advice in transport table "LOAD_EXPORT" 100ms
And Set advice window in schedule 2s 485ms
And Select driver "Marek Kanarek" from suggestions 1s 120ms
Then Verify if mode of transportation select is empty 033ms
Hooks
After Hooks.deleteTransportsAfterTest() 008ms
java.lang.AssertionError: Nieoczekiwany błąd podczas żądania PUT pod adresem /transports/227815941/delete - status odpowiedzi: 401 , komunikat:  [path:/apollo/api/transports/227815941/delete, error:Unauthorized, message:No message available, timestamp:1626548905567, status:401]
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.RestUtils.RestUtil.putResponse(RestUtil.java:274)
	at Utils.RestUtils.RestUtil.putToApolloApi(RestUtil.java:110)
	at CucumberTests.Hooks.deleteTransportsAfterTest(Hooks.java:201)
	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() 288ms
View Feature Advice transport
- order: advice data => advice window [A-7478]
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 867ms
And Create default accepted mode of transportation by API with "pba1-carrier" 737ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 1s 459ms
And Set "advice" inputs from JSON file "ADVICE_EXW_DELIVERY" "super-admin-bausch" 003ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 458ms
When Go to "TRANSPORT_TABLE" 151ms
And Show all transport types 1s 069ms
And Click button advice in transport table "EXW_DELIVERY" 1s 345ms
And Fill advice form 8s 925ms
And Click advice save button and wait for advice form to disappear 31s 175ms
And Click button advice in transport table "EXW_DELIVERY" 104ms
And Set advice window in schedule 2s 602ms
And Change filled value in transport details "rodo-acceptance" "checkbox" "true" "0" 1s 616ms
And Click advice save button and wait for advice form to disappear 31s 386ms
And Go to "TRANSPORT_TABLE" 357ms
And Show all transport types 1s 105ms
And Go to transport details "EXW_DELIVERY" 2s 403ms
Then Check are advice values equals 2s 308ms
After Hooks.deleteTransportAfterTest() 10s 035ms
After Hooks.deleteModeOfTransportationAfterTest() 281ms
View Feature Mode of transportation mail
Scenario Outline Check if mail was sent after updating mode of transportation
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-bausch" 095ms
And Prepare user "super-admin-bausch" details with all notifications and "apolloautomattest@gmail.com" by JSON file 622ms
When Create default mode of transportation by API with "pba1-carrier" 183ms
Then Update mode of transportation by API with "pba1-carrier": "BBBB0000" "Model2" "Marka2" "CCCC0000" 328ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Środek transportu BBBB0000 został zaktualizowany" 10s 684ms
Then Check if user got a mail 000ms
Hooks
After Hooks.cleanUserDetailsAfterTest() 008ms
java.lang.AssertionError: Nieoczekiwany błąd podczas żądania PUT pod adresem /users/200045567 - status odpowiedzi: 401 , komunikat:  [path:/apollo/api/users/200045567, error:Unauthorized, message:No message available, timestamp:1626552914083, status:401]
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.RestUtils.RestUtil.putObjectToApolloApi(RestUtil.java:166)
	at CucumberTests.Hooks.cleanUserDetailsAfterTest(Hooks.java:333)
	at sun.reflect.GeneratedMethodAccessor252.invoke(Unknown Source)
	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() 242ms
View Feature Mode of transportation mail
Scenario Outline Check if mail was sent after creating mode of transportation
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-bausch" 098ms
And Prepare user "super-admin-bausch" details with all notifications and "apolloautomattest@gmail.com" by JSON file 579ms
When Create default mode of transportation by API with "pba1-carrier" 201ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Nowy środek transportu" 5s 334ms
Then Check if user got a mail 000ms
Hooks
After Hooks.cleanUserDetailsAfterTest() 005ms
java.lang.AssertionError: Nieoczekiwany błąd podczas żądania PUT pod adresem /users/200045567 - status odpowiedzi: 401 , komunikat:  [path:/apollo/api/users/200045567, error:Unauthorized, message:No message available, timestamp:1626552920551, status:401]
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.RestUtils.RestUtil.putObjectToApolloApi(RestUtil.java:166)
	at CucumberTests.Hooks.cleanUserDetailsAfterTest(Hooks.java:333)
	at sun.reflect.GeneratedMethodAccessor252.invoke(Unknown Source)
	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() 252ms
View Feature Create mode of transportation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 097ms
When Create default mode of transportation by API with "pba1-carrier" 316ms
After Hooks.deleteModeOfTransportationAfterTest() 257ms
View Feature Create mode of transportation
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 930ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 219ms
When Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 157ms
Then Check if "AAAA0000" "Marka" "Model" "BBBB0000" are visible in mode of transportation details page 061ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 194ms
And Check if "AAAA0000" "Marka" "Model" "BBBB0000" are visible in correct columns 103ms
After Hooks.deleteModeOfTransportationAfterTest() 247ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create default mode of transportation by API with "pba1-carrier" 203ms
And Set status of MOT to "AWAITING_VERIFICATION" 259ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 463ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 311ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 056ms
When Login as "super-admin-bausch" 1s 608ms
And Go to "TRANSPORT_TABLE" 129ms
And Click button advice in transport table "LOAD_EXPORT" 3s 470ms
And Set advice window in schedule 2s 573ms
Then Check if "AAAA0000" MOT is NOT visible in advice form 15s 574ms
After Hooks.deleteTransportAfterTest() 10s 031ms
After Hooks.deleteModeOfTransportationAfterTest() 256ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create default mode of transportation by API with "pba1-carrier" 365ms
And Set status of MOT to "DISABLED" 274ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 425ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 291ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 044ms
When Login as "super-admin-bausch" 1s 206ms
And Go to "TRANSPORT_TABLE" 129ms
And Click button advice in transport table "LOAD_EXPORT" 3s 880ms
And Set advice window in schedule 2s 551ms
Then Check if "AAAA0000" MOT is NOT visible in advice form 15s 588ms
After Hooks.deleteTransportAfterTest() 10s 032ms
After Hooks.deleteModeOfTransportationAfterTest() 257ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 095ms
And Create default mode of transportation by API with "pba1-carrier" 291ms
And Set status of MOT to "ACCEPTED" 264ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 461ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 320ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 064ms
When Login as "super-admin-bausch" 1s 298ms
And Go to "TRANSPORT_TABLE" 137ms
And Click button advice in transport table "LOAD_EXPORT" 3s 693ms
And Set advice window in schedule 2s 631ms
Then Check if "AAAA0000" MOT can be selected in advice form 529ms
After Hooks.deleteTransportAfterTest() 10s 031ms
After Hooks.deleteModeOfTransportationAfterTest() 262ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 097ms
And Create default mode of transportation by API with "pba1-carrier" 362ms
And Set status of MOT to "UPDATED" 272ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 412ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 293ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 050ms
When Login as "super-admin-bausch" 1s 194ms
And Go to "TRANSPORT_TABLE" 140ms
And Click button advice in transport table "LOAD_EXPORT" 4s 317ms
And Set advice window in schedule 2s 550ms
Then Check if "AAAA0000" MOT can be selected in advice form 609ms
After Hooks.deleteTransportAfterTest() 10s 031ms
After Hooks.deleteModeOfTransportationAfterTest() 262ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create default mode of transportation by API with "pba1-carrier" 424ms
And Set status of MOT to "REJECTED" 283ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 393ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 282ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 053ms
When Login as "super-admin-bausch" 1s 200ms
And Go to "TRANSPORT_TABLE" 139ms
And Click button advice in transport table "LOAD_EXPORT" 4s 472ms
And Set advice window in schedule 2s 536ms
Then Check if "AAAA0000" MOT is visible in advice form 623ms
And Check if "AAAA0000" MOT cannot be selected in advice form 15s 193ms
After Hooks.deleteTransportAfterTest() 10s 030ms
After Hooks.deleteModeOfTransportationAfterTest() 279ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create default mode of transportation by API with "pba1-carrier" 209ms
And Set status of MOT to "BLOCKED" 270ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 333ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 295ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 050ms
When Login as "super-admin-bausch" 1s 205ms
And Go to "TRANSPORT_TABLE" 132ms
And Click button advice in transport table "LOAD_EXPORT" 4s 904ms
And Set advice window in schedule 2s 496ms
Then Check if "AAAA0000" MOT is visible in advice form 511ms
And Check if "AAAA0000" MOT cannot be selected in advice form 15s 209ms
After Hooks.deleteTransportAfterTest() 10s 030ms
After Hooks.deleteModeOfTransportationAfterTest() 264ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 092ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 187ms
When Login as "pba1-carrier" 1s 307ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 220ms
And Go to mode of transportation details 115ms
And Open new "WINTER_MAPPING" document modal 088ms
Then Check default values in "WINTER_MAPPING" document form 025ms
And Fill "WINTER_MAPPING" document form 000ms
And Save new document 15s 104ms
And Verify that MOT has "WINTER_MAPPING" document 011ms
After Hooks.deleteModeOfTransportationAfterTest() 278ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 256ms
When Login as "pba1-carrier" 1s 292ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 232ms
And Go to mode of transportation details 135ms
And Open new "SUMMER_MAPPING" document modal 081ms
Then Check default values in "SUMMER_MAPPING" document form 024ms
And Fill "SUMMER_MAPPING" document form 000ms
And Save new document 15s 088ms
And Verify that MOT has "SUMMER_MAPPING" document 011ms
After Hooks.deleteModeOfTransportationAfterTest() 266ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 000ms
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" 321ms
When Login as "pba1-carrier" 1s 183ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 219ms
And Go to mode of transportation details 105ms
And Open new "SENSOR_CALIBRATION_CERTIFICATE" document modal 088ms
Then Check default values in "SENSOR_CALIBRATION_CERTIFICATE" document form 046ms
And Fill "SENSOR_CALIBRATION_CERTIFICATE" document form 147ms
And Save new document 15s 111ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 012ms
After Hooks.deleteModeOfTransportationAfterTest() 307ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 131ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 275ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 052ms
When Login as "super-admin-bausch" 1s 138ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 312ms
And Go to mode of transportation details 229ms
Then Verify that MOT has "WINTER_MAPPING" document 034ms
And Accept "WINTER_MAPPING" document 359ms
And Verify that "WINTER_MAPPING" document is accepted 032ms
After Hooks.deleteModeOfTransportationAfterTest() 310ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 089ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 455ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 046ms
When Login as "super-admin-bausch" 1s 358ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 418ms
And Go to mode of transportation details 209ms
Then Verify that MOT has "SUMMER_MAPPING" document 012ms
And Accept "SUMMER_MAPPING" document 15s 130ms
And Verify that "SUMMER_MAPPING" document is accepted 025ms
After Hooks.deleteModeOfTransportationAfterTest() 333ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 098ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 307ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 057ms
When Login as "super-admin-bausch" 1s 180ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 281ms
And Go to mode of transportation details 152ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 012ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 446ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 029ms
After Hooks.deleteModeOfTransportationAfterTest() 324ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 102ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 454ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 065ms
When Login as "super-admin-bausch" 1s 273ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 322ms
And Go to mode of transportation details 187ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 008ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document 16s 072ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected 026ms
After Hooks.deleteModeOfTransportationAfterTest() 263ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 098ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 194ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 052ms
When Login as "super-admin-bausch" 1s 149ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 279ms
And Go to mode of transportation details 147ms
Then Verify that MOT has "WINTER_MAPPING" document 011ms
And Verify that "WINTER_MAPPING" document can not be rejected 15s 036ms
After Hooks.deleteModeOfTransportationAfterTest() 268ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 103ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 233ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 053ms
When Login as "super-admin-bausch" 1s 272ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 249ms
And Go to mode of transportation details 155ms
Then Verify that MOT has "SUMMER_MAPPING" document 012ms
And Verify that "SUMMER_MAPPING" document can not be rejected 15s 032ms
After Hooks.deleteModeOfTransportationAfterTest() 302ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 095ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 412ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 054ms
When Login as "super-admin-bausch" 1s 268ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 281ms
And Go to mode of transportation details 175ms
Then Verify that MOT has "WINTER_MAPPING" document 013ms
And Disable "WINTER_MAPPING" document 15s 628ms
And Verify that "WINTER_MAPPING" document disappeared from MOT details 15s 021ms
After Hooks.deleteModeOfTransportationAfterTest() 296ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 025ms
Given Set token of apiUsername "super-admin-bausch" 092ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 307ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 058ms
When Login as "super-admin-bausch" 1s 130ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 327ms
And Go to mode of transportation details 177ms
Then Verify that MOT has "SUMMER_MAPPING" document 012ms
And Disable "SUMMER_MAPPING" document 15s 635ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 022ms
After Hooks.deleteModeOfTransportationAfterTest() 289ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
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" 220ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 063ms
When Login as "super-admin-bausch" 1s 183ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 279ms
And Go to mode of transportation details 164ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 012ms
And Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 670ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 015ms
After Hooks.deleteModeOfTransportationAfterTest() 295ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 255ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 054ms
When Login as "pba1-carrier" 1s 911ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 212ms
And Go to mode of transportation details 144ms
And Verify that MOT has "WINTER_MAPPING" document 012ms
Then Edit "WINTER_MAPPING" document 2s 155ms
And Update "WINTER_MAPPING" document 087ms
And Verify that "WINTER_MAPPING" document is updated 084ms
And If user is login then logout 308ms
And Login as "super-admin-bausch" 1s 010ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 311ms
And Go to mode of transportation details 163ms
And Verify that "WINTER_MAPPING" document has updated date 018ms
After Hooks.deleteModeOfTransportationAfterTest() 288ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 097ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 230ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 054ms
When Login as "pba1-carrier" 1s 541ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 279ms
And Go to mode of transportation details 133ms
And Verify that MOT has "SUMMER_MAPPING" document 012ms
Then Edit "SUMMER_MAPPING" document 2s 138ms
And Update "SUMMER_MAPPING" document 087ms
And Verify that "SUMMER_MAPPING" document is updated 030ms
And If user is login then logout 237ms
And Login as "super-admin-bausch" 1s 024ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 320ms
And Go to mode of transportation details 196ms
And Verify that "SUMMER_MAPPING" document has updated date 015ms
After Hooks.deleteModeOfTransportationAfterTest() 268ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 194ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 055ms
When Login as "pba1-carrier" 1s 124ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 209ms
And Go to mode of transportation details 123ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 015ms
Then Edit "SENSOR_CALIBRATION_CERTIFICATE" document 4s 448ms
And Update "SENSOR_CALIBRATION_CERTIFICATE" document 077ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is updated 197ms
And If user is login then logout 262ms
And Login as "super-admin-bausch" 1s 011ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 245ms
And Go to mode of transportation details 136ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document has updated date 051ms
After Hooks.deleteModeOfTransportationAfterTest() 303ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 104ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 316ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 046ms
When Login as "super-admin-bausch" 1s 294ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 359ms
And Go to mode of transportation details 204ms
Then Verify that MOT has "WINTER_MAPPING" document 013ms
And Verify that "WINTER_MAPPING" document is "true" to edition 064ms
After Hooks.deleteModeOfTransportationAfterTest() 372ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 105ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 267ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 093ms
When Login as "super-admin-bausch" 1s 458ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 222ms
And Go to mode of transportation details 156ms
Then Verify that MOT has "SUMMER_MAPPING" document 011ms
And Verify that "SUMMER_MAPPING" document is "true" to edition 036ms
After Hooks.deleteModeOfTransportationAfterTest() 304ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 105ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 196ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 262ms
When Login as "super-admin-bausch" 1s 163ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 439ms
And Go to mode of transportation details 224ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 017ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "true" to edition 210ms
After Hooks.deleteModeOfTransportationAfterTest() 395ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 108ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 338ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 059ms
And Accept "WINTER_MAPPING" document by API 255ms
When Login as "super-admin-bausch" 1s 095ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 265ms
And Go to mode of transportation details 221ms
Then Verify that MOT has "WINTER_MAPPING" document 017ms
And Verify that "WINTER_MAPPING" document is "false" to edition 037ms
After Hooks.deleteModeOfTransportationAfterTest() 291ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 091ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 310ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 043ms
And Accept "SUMMER_MAPPING" document by API 179ms
When Login as "super-admin-bausch" 1s 183ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 280ms
And Go to mode of transportation details 195ms
Then Verify that MOT has "SUMMER_MAPPING" document 012ms
And Verify that "SUMMER_MAPPING" document is "false" to edition 044ms
After Hooks.deleteModeOfTransportationAfterTest() 303ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 096ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 230ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 360ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 220ms
When Login as "super-admin-bausch" 1s 237ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 324ms
And Go to mode of transportation details 286ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 023ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "false" to edition 224ms
After Hooks.deleteModeOfTransportationAfterTest() 261ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
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" 194ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 051ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 159ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document by API 181ms
When Login as "super-admin-bausch" 963ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 254ms
And Go to mode of transportation details 151ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 007ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "true" to edition 127ms
After Hooks.deleteModeOfTransportationAfterTest() 313ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 104ms
When Create default mode of transportation by API with "pba1-carrier" 243ms
And Login as "bausch-admin" 1s 901ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 412ms
And Go to mode of transportation details 193ms
When Disable mode of transportation 061ms
And Go to the last mode of transportations table page 15s 053ms
Then Verify that mode of transportation is not visible in the table 15s 037ms
After Hooks.deleteModeOfTransportationAfterTest() 311ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 093ms
When Create default mode of transportation by API with "pba1-carrier" 212ms
And Login as "pba1-carrier" 1s 700ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 230ms
And Go to mode of transportation details 113ms
When Disable mode of transportation 068ms
And Go to the last mode of transportations table page 15s 018ms
Then Verify that mode of transportation is not visible in the table 15s 021ms
After Hooks.deleteModeOfTransportationAfterTest() 267ms
View Feature Mode of transportation - Sections
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 099ms
When Create default mode of transportation by API with "pba1-carrier" 206ms
And Login as "bausch-admin" 1s 121ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 302ms
And Disable mode of transportation by API 287ms
Then Show disabled mode of transportations in the table 071ms
And Go to the last mode of transportations table page 755ms
Then Verify that mode of transportation is visible in the table 030ms
After Hooks.deleteModeOfTransportationAfterTest() 295ms
View Feature Mode of transportation - Sections
Scenario Outline Check if it is possible to edit vehicle main data details
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 390ms
And Create default mode of transportation by API with "pba1-carrier" 257ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 285ms
And Go to mode of transportation details 175ms
Then Edit mode of transportation with "BBBB0000" "Marka" "Model" "AAAA0000" 890ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 199ms
Then Check if "BBBB0000" "Marka" "Model" "AAAA0000" are visible in correct columns 088ms
Hooks
After Hooks.deleteModeOfTransportationAfterTest() 139ms
java.lang.AssertionError: Nieoczekiwany błąd podczas żądania PUT pod adresem /trucks/228031481 - status odpowiedzi: 422 , komunikat:  [errors:[Operacja nie powiodła się. Prosimy spróbować ponownie a, jeśli problem się powtarza, o kontakt z info@logintegra.com.]]
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.RestUtils.RestUtil.putObjectToApolloApi(RestUtil.java:166)
	at CucumberTests.ModeOfTransportation.MOTAPITest.setStatusOfMOT(MOTAPITest.java:281)
	at CucumberTests.ModeOfTransportation.MOTAPITest.disableMOT(MOTAPITest.java:254)
	at CucumberTests.Hooks.deleteModeOfTransportationAfterTest(Hooks.java:591)
	at sun.reflect.GeneratedMethodAccessor254.invoke(Unknown Source)
	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)
View Feature Mode of transportation status
Scenario Outline Check if rejected mode of transportation status is rejected
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 127ms
When Create default mode of transportation by API with "pba1-carrier" 194ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 531ms
And Go to mode of transportation details 116ms
Then Reject mode of transportation 051ms
And Verify that user is redirected to mode of transportation tab 340ms
Then Check if "Odrzucony" status is visible in mode of transportation table 031ms
org.junit.ComparisonFailure: Status Odrzucony jest widoczny w tabeli expected:<[Odrzucony]> but was:<[Rejected]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfStatusIsVisibleInCreatedMOT(MOTTableTest.java:71)
	at ✽.Check if "Odrzucony" status is visible in mode of transportation table(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:11)
After Hooks.deleteModeOfTransportationAfterTest() 276ms
View Feature Mode of transportation status
Scenario Outline Check if accepted mode of transportation status is accepted
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 071ms
When Create default mode of transportation by API with "pba1-carrier" 433ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 095ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 267ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 310ms
And Go to mode of transportation details 181ms
Then Approve mode of transportation 066ms
And Check if confirm mode of transportation button is visible 419ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 195ms
And Verify that user is redirected to mode of transportation tab 018ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 026ms
org.junit.ComparisonFailure: Status Zaakceptowany jest widoczny w tabeli expected:<[Zaakceptowany]> but was:<[Accepted]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfStatusIsVisibleInCreatedMOT(MOTTableTest.java:71)
	at ✽.Check if "Zaakceptowany" status is visible in mode of transportation table(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:120)
After Hooks.deleteModeOfTransportationAfterTest() 326ms
View Feature Mode of transportation status
Scenario Outline Check if rejecting non required section correctly changes status of the mode of transportation
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-bausch" 105ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 873ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 061ms
When Login as "super-admin-bausch" 1s 271ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 247ms
And Go to mode of transportation details 166ms
And Verify that MOT has "SUMMER_MAPPING" document 012ms
Then Disable "SUMMER_MAPPING" document 15s 633ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 054ms
And Check if mode of transportation has status "Zaakceptowany" 030ms
org.junit.ComparisonFailure: Środek transportu posiada nieprawidłowy status! expected:<[Accepted]> but was:<[Zaakceptowany]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTDetailsTest.checkIfModeOfTransportationHasStatus(MOTDetailsTest.java:317)
	at ✽.Check if mode of transportation has status "Zaakceptowany"(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:136)
After Hooks.deleteModeOfTransportationAfterTest() 304ms
View Feature Mode of transportation status
Scenario Outline Check if rejecting required section correctly changes status of the mode of transportation
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 895ms
When Login as "super-admin-bausch" 1s 157ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 300ms
And Go to mode of transportation details 201ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 010ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 652ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 024ms
And Check if mode of transportation has status "Zablokowany" 027ms
org.junit.ComparisonFailure: Środek transportu posiada nieprawidłowy status! expected:<[Blocked]> but was:<[Zablokowany]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTDetailsTest.checkIfModeOfTransportationHasStatus(MOTDetailsTest.java:317)
	at ✽.Check if mode of transportation has status "Zablokowany"(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:151)
After Hooks.deleteModeOfTransportationAfterTest() 271ms
View Feature Mode of transportation status
Scenario Outline Check if it is possible to approve mode of transportation without accepted required section
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-bausch" 107ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 198ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 054ms
When Login as "super-admin-bausch" 1s 197ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 290ms
And Go to mode of transportation details 155ms
Then Approve mode of transportation 066ms
And Check if mode of transportation has status "Niezaakceptowany" 063ms
org.junit.ComparisonFailure: Środek transportu posiada nieprawidłowy status! expected:<[Unaccepted]> but was:<[Niezaakceptowany]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTDetailsTest.checkIfModeOfTransportationHasStatus(MOTDetailsTest.java:317)
	at ✽.Check if mode of transportation has status "Niezaakceptowany"(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:165)
And Check if error message is visible in mode of transportation details 000ms
After Hooks.deleteModeOfTransportationAfterTest() 291ms
View Feature Mode of transportation status
Scenario Outline Check if rejecting non required section correctly changes status of the mode of transportation
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-bausch" 107ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 924ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 066ms
When Login as "super-admin-bausch" 1s 317ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 349ms
And Go to mode of transportation details 224ms
And Verify that MOT has "SUMMER_MAPPING" document 031ms
Then Disable "SUMMER_MAPPING" document 15s 680ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 011ms
And Check if mode of transportation has status "Zaakceptowany" 025ms
org.junit.ComparisonFailure: Środek transportu posiada nieprawidłowy status! expected:<[Accepted]> but was:<[Zaakceptowany]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTDetailsTest.checkIfModeOfTransportationHasStatus(MOTDetailsTest.java:317)
	at ✽.Check if mode of transportation has status "Zaakceptowany"(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:182)
After Hooks.deleteModeOfTransportationAfterTest() 282ms
View Feature Mode of transportation status
Scenario Outline Check if rejecting required section correctly changes status of the mode of transportation
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 933ms
When Login as "super-admin-bausch" 1s 174ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 358ms
And Go to mode of transportation details 247ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 027ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 623ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 048ms
And Check if mode of transportation has status "Zablokowany" 029ms
org.junit.ComparisonFailure: Środek transportu posiada nieprawidłowy status! expected:<[Blocked]> but was:<[Zablokowany]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTDetailsTest.checkIfModeOfTransportationHasStatus(MOTDetailsTest.java:317)
	at ✽.Check if mode of transportation has status "Zablokowany"(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:197)
After Hooks.deleteModeOfTransportationAfterTest() 291ms
View Feature Mode of transportation status
Scenario Outline Check if it is possible to approve mode of transportation without accepted required section
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-bausch" 097ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 230ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 064ms
When Login as "super-admin-bausch" 1s 157ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 296ms
And Go to mode of transportation details 140ms
Then Approve mode of transportation 065ms
And Check if mode of transportation has status "Niezaakceptowany" 056ms
org.junit.ComparisonFailure: Środek transportu posiada nieprawidłowy status! expected:<[Unaccepted]> but was:<[Niezaakceptowany]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTDetailsTest.checkIfModeOfTransportationHasStatus(MOTDetailsTest.java:317)
	at ✽.Check if mode of transportation has status "Niezaakceptowany"(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:211)
And Check if error message is visible in mode of transportation details 000ms
After Hooks.deleteModeOfTransportationAfterTest() 328ms
View Feature Status confirmation
Scenario Outline Check if it is possible to confirm status with given confirmation date [A-7159]
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-bausch" 093ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 023ms
And Mark custom fields as not obligatory 1s 157ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 833ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 362ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 361ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 055ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 1s 631ms
And Login as "bausch-admin" 1s 787ms
And Go to "TRANSPORT_TABLE" 145ms
And Find transport in table with status "advice-added" 5s 986ms
And Confirm statuses until reach "on-the-way" 30s 172ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//button[@class='btn btn-sm btn-primary btn-wide']"}
  (Session info: headless chrome=91.0.4472.164)
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: 'apollo-test', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-59-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.J9ug0w}, 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=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c5dffbe582e42e99a892933c68d8bfc1
*** Element info: {Using=xpath, value=//button[@class='btn btn-sm btn-primary btn-wide']}
	at sun.reflect.GeneratedConstructorAccessor181.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:323)
	at Pages.Transport.TransportsPage.confirmNextStatus(TransportsPage.java:300)
	at Pages.Transport.TransportsPage.confirmStatuses(TransportsPage.java:290)
	at CucumberTests.StatusTests.ConfirmStatuses.confirmStatusesUntilReach(ConfirmStatuses.java:84)
	at ✽.Confirm statuses until reach "on-the-way"(file:Features/Atom/Statuses/ConfirmStatuses.feature:305)
When Open statuses popup 000ms
And Toggle status date confirmation checkbox 000ms
And Confirm statuses until reach "process-ended" 000ms
Then Check if transport has "process-ended" 000ms
After Hooks.deleteTransportAfterTest() 10s 028ms
After Hooks.rollbackAllCustomFieldsSettings() 3s 619ms
After Hooks.deleteModeOfTransportationAfterTest() 293ms
View Feature Status confirmation
Scenario Outline Check if it is not possible to confirm status with invalid confirmation date [A-7159]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-bausch" 097ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 025ms
And Mark custom fields as not obligatory 1s 114ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 768ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 379ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 320ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 057ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 1s 049ms
java.lang.AssertionError: Nieoczekiwany błąd podczas żądania PUT pod adresem /transports/228223401 - status odpowiedzi: 422 , komunikat:  [errors:[Operacja nie powiodła się. Prosimy spróbować ponownie a, jeśli problem się powtarza, o kontakt z info@logintegra.com.]]
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.RestUtils.RestUtil.putObjectToApolloApi(RestUtil.java:166)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:340)
	at ✽.Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch"(file:Features/Atom/Statuses/ConfirmStatuses.feature:323)
And Login as "bausch-admin" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Find transport in table with status "advice-added" 000ms
And Confirm statuses until reach "on-the-way" 000ms
And Open statuses popup 000ms
And Toggle status date confirmation checkbox 000ms
And Change status execution date to "1" days from today 000ms
Then Verify that status cannot be confirmed 000ms
After Hooks.deleteTransportAfterTest() 10s 029ms
After Hooks.rollbackAllCustomFieldsSettings() 3s 737ms
After Hooks.deleteModeOfTransportationAfterTest() 310ms
View Feature Status confirmation
Scenario Outline Check if it is not possible to confirm status with invalid confirmation date [A-7159]
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-bausch" 101ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 029ms
And Mark custom fields as not obligatory 1s 327ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 802ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 518ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 361ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 050ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 857ms
java.lang.AssertionError: Nieoczekiwany błąd podczas żądania PUT pod adresem /transports/228224320 - status odpowiedzi: 422 , komunikat:  [errors:[Operacja nie powiodła się. Prosimy spróbować ponownie a, jeśli problem się powtarza, o kontakt z info@logintegra.com.]]
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.RestUtils.RestUtil.putObjectToApolloApi(RestUtil.java:166)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:340)
	at ✽.Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch"(file:Features/Atom/Statuses/ConfirmStatuses.feature:323)
And Login as "bausch-admin" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Find transport in table with status "advice-added" 000ms
And Confirm statuses until reach "on-the-way" 000ms
And Open statuses popup 000ms
And Toggle status date confirmation checkbox 000ms
And Change status execution date to "-1" days from today 000ms
Then Verify that status cannot be confirmed 000ms
After Hooks.deleteTransportAfterTest() 10s 028ms
After Hooks.rollbackAllCustomFieldsSettings() 3s 750ms
After Hooks.deleteModeOfTransportationAfterTest() 273ms