Project Number Date
ApolloFullRunnerReport refs/heads/develop.5 20 maj 2021, 05:20

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Mode of transportation status 97 1 38 0 0 136 8 1 9 4m 50s 558ms Failed
Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 432ms
When Create default mode of transportation by API with "pba1-carrier" 591ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 563ms
And Go to mode of transportation details 284ms
Then Reject mode of transportation 156ms
And Verify that user is redirected to mode of transportation tab 429ms
Then Check if "Odrzucony" status is visible in mode of transportation table 091ms
After Hooks.deleteModeOfTransportationAfterTest() 296ms
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" 2s 450ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 827ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 17s 492ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 529ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 087ms
And Go to mode of transportation details 280ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 530ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 525ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 16s 167ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 586ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 085ms
And If user is login then logout 279ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 736ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 591ms
And Go to mode of transportation details 351ms
And Accept "WINTER_MAPPING" document 16s 230ms
And Accept "SUMMER_MAPPING" document 16s 275ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 16s 176ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 866ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 091ms
And Go to mode of transportation details 341ms
And Approve mode of transportation 161ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 489ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 079ms
org.junit.ComparisonFailure: Status Zaakceptowany jest widoczny w tabeli expected:<[Z]aakceptowany> but was:<[Niez]aakceptowany>
	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:49)
And Go to mode of transportation details 000ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document 000ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zablokowany" status is visible in mode of transportation table 000ms
And Go to mode of transportation details 000ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 000ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
And Go to mode of transportation details 000ms
And Reject mode of transportation 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Odrzucony" status is visible in mode of transportation table 000ms
And Go to mode of transportation details 000ms
And Confirm mode of transportation 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
And If user is login then logout 000ms
And Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Go to mode of transportation details 000ms
And Add another "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaktualizowany" status is visible in mode of transportation table 000ms
And If user is login then logout 000ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Go to mode of transportation details 000ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 000ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Disable mode of transportation by API 000ms
And Show disabled mode of transportations in the table 000ms
And Go to the last mode of transportations table page 000ms
And Check if "Wyłączony" status is visible in mode of transportation table 000ms
After Hooks.deleteModeOfTransportationAfterTest() 471ms
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 558ms
When Create default mode of transportation by API with "pba1-carrier" 463ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 360ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 384ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 548ms
And Go to mode of transportation details 355ms
Then Approve mode of transportation 139ms
And Check if confirm mode of transportation button is visible 791ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 498ms
And Verify that user is redirected to mode of transportation tab 089ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 084ms
After Hooks.deleteModeOfTransportationAfterTest() 326ms
Given Set token of apiUsername "super-admin-bausch" 216ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 599ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 322ms
When Login as "super-admin-bausch" 2s 319ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 585ms
And Go to mode of transportation details 355ms
And Verify that MOT has "SUMMER_MAPPING" document 042ms
Then Disable "SUMMER_MAPPING" document 15s 813ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 026ms
And Check if mode of transportation has status "Zaakceptowany" 081ms
After Hooks.deleteModeOfTransportationAfterTest() 431ms
Given Set token of apiUsername "super-admin-bausch" 224ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 569ms
When Login as "super-admin-bausch" 2s 504ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 616ms
And Go to mode of transportation details 329ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 037ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 779ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 081ms
And Check if mode of transportation has status "Zablokowany" 088ms
After Hooks.deleteModeOfTransportationAfterTest() 444ms
Given Set token of apiUsername "super-admin-bausch" 235ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 452ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 359ms
When Login as "super-admin-bausch" 2s 907ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 611ms
And Go to mode of transportation details 336ms
Then Approve mode of transportation 155ms
And Check if mode of transportation has status "Niezaakceptowany" 080ms
And Check if error message is visible in mode of transportation details 160ms
After Hooks.deleteModeOfTransportationAfterTest() 334ms
Given Set token of apiUsername "super-admin-bausch" 224ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 609ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 326ms
When Login as "super-admin-bausch" 2s 335ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 570ms
And Go to mode of transportation details 334ms
And Verify that MOT has "SUMMER_MAPPING" document 044ms
Then Disable "SUMMER_MAPPING" document 15s 858ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 069ms
And Check if mode of transportation has status "Zaakceptowany" 093ms
After Hooks.deleteModeOfTransportationAfterTest() 454ms
Given Set token of apiUsername "super-admin-bausch" 229ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 574ms
When Login as "super-admin-bausch" 2s 600ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 597ms
And Go to mode of transportation details 331ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 042ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 827ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 027ms
And Check if mode of transportation has status "Zablokowany" 088ms
After Hooks.deleteModeOfTransportationAfterTest() 346ms
Given Set token of apiUsername "super-admin-bausch" 232ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 443ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 356ms
When Login as "super-admin-bausch" 2s 469ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 594ms
And Go to mode of transportation details 338ms
Then Approve mode of transportation 160ms
And Check if mode of transportation has status "Niezaakceptowany" 074ms
And Check if error message is visible in mode of transportation details 149ms
After Hooks.deleteModeOfTransportationAfterTest() 312ms