Project Number Date
ApolloFullRunnerReport 2021.AT1.42 04 sie 2021, 17:13

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Advice transport 14 1 0 0 0 15 0 1 1 1m 36s 001ms Failed
Feature Advice transport
Scenario Outline Check if possible to advice transport after double cancellation.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 981ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 192ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 036ms
When Show all transport types 1s 043ms
And Click button advice in transport table "CONTAINER" 090ms
And Set advice window in schedule 2s 417ms
And Click button cancel in advice form 15s 311ms
And Set advice window in schedule 2s 137ms
And Click button cancel in advice form 15s 236ms
And Set advice window in schedule 2s 118ms
And Fill advice form 17s 885ms
And Click advice save button and wait for advice form to disappear 30s 716ms
And Go to "TRANSPORT_TABLE" 153ms
And Go to transport details "CONTAINER" 2s 348ms
Then Check are advice values equals 4s 332ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Scenario/Transport/AdviceTransport.feature:19)
After Hooks.deleteTransportAfterTest() 100ms