Project Number Date
ApolloFullRunnerReport 2021.AT1.43 05 sie 2021, 04:46

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 030ms 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" 973ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 182ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 035ms
When Show all transport types 1s 035ms
And Click button advice in transport table "CONTAINER" 098ms
And Set advice window in schedule 2s 412ms
And Click button cancel in advice form 15s 279ms
And Set advice window in schedule 2s 178ms
And Click button cancel in advice form 15s 287ms
And Set advice window in schedule 2s 121ms
And Fill advice form 17s 822ms
And Click advice save button and wait for advice form to disappear 30s 733ms
And Go to "TRANSPORT_TABLE" 170ms
And Go to transport details "CONTAINER" 2s 365ms
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() 123ms