Project Number Date
ApolloFullRunnerReport develop.285 29 sty 2021, 06:01

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Status 15 1 0 0 0 16 1 1 2 54s 994ms Failed
Feature Status
Scenario Outline Check if after created transport without advice, transport has checkpoints only from "preparation" section
Steps
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 2s 099ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 214ms
When Find transport in table with status "new" 1s 175ms
And Open statuses popup 074ms
Then Check if transport has checkpoints from list "Utworzenie zlecenia,Dodanie awizacji,Potwierdzenie okna czasowego" in "0" 122ms
org.junit.ComparisonFailure: Lista statusów jest niepoprawna expected:<[Utworzenie zlecenia],Dodanie awizacji,Po...> but was:<[],Dodanie awizacji,Po...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.StatusTests.ConfirmStatuses.checkIfTransportHasCheckpointsFromListInGroup(ConfirmStatuses.java:103)
	at ✽.Check if transport has checkpoints from list "Utworzenie zlecenia,Dodanie awizacji,Potwierdzenie okna czasowego" in "0"(file:Features/Atom/Statuses/Statuses.feature:9)
After Hooks.deleteTransportAfterTest() 072ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 112ms
And Get inputs from database "ADVICE_EXTERNAL_DELIVERY" "super-admin-farmacol" 002ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 203ms
And Click button advice in transport table "EXTERNAL_DELIVERY" 142ms
And Set advice window in schedule 2s 756ms
And Fill advice form 12s 147ms
And Click advice save button and wait for advice form to disappear 31s 318ms
And Go to "TRANSPORT_TABLE" 212ms
When Find transport in table with status "advice-added" 1s 183ms
And Open statuses popup 059ms
Then Check if transport has checkpoints from list "Zgłoszenie kierowcy,Rozpoczęcie rozładunku,Zakończenie rozładunku" in "1" 169ms
After Hooks.deleteTransportAfterTest() 099ms