Project Number Date
ApolloFullRunnerReport develop.347 15 cze 2021, 22:44

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Pallet limit 8 2 6 0 0 16 0 2 2 1m 43s 620ms Failed
Feature Pallet limit
Scenario Outline Verify that the error is visible after exceeding the pallet limit during create transport
Steps
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 006ms
And Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 260ms
When Go to new transport "DELIVERY" 15s 254ms
And Fill transport form 22s 793ms
java.lang.AssertionError: Nie można wypełnić pola number-of-pallets-step-0, ponieważ nie udało się go znaleźć w formularzu
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:152)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:183)
	at ✽.Fill transport form(file:Features/Atom/MaxPallet/MaxPallet.feature:8)
And Change filled value in transport details "number-of-pallets-step-0" "number" "1000000" "0" 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
Then Verify that the error is visible after exceeding the pallet limit 000ms
After Hooks.deleteTransportAfterTest() 001ms
Scenario Outline Verify that the error is visible after exceeding the pallet limit during edit transport
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 073ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 342ms
And Go to "TRANSPORT_TABLE" 232ms
And Show all transport "false" 008ms
And Go to transport details "DELIVERY" 32s 604ms
And Change filled value in transport details "number-of-pallets-step-0" "number" "1000000" "0" 15s 043ms
java.lang.AssertionError: Nie można wypełnić pola number-of-pallets-step-0, ponieważ nie udało się go znaleźć w formularzu
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:152)
	at CucumberTests.Transport.TransportFormTest.changeFilledValueInTransportDetails(TransportFormTest.java:274)
	at ✽.Change filled value in transport details "number-of-pallets-step-0" "number" "1000000" "0"(file:Features/Atom/MaxPallet/MaxPallet.feature:25)
And Click "save-transport" save button 000ms
Then Verify that the error is visible after exceeding the pallet limit 000ms
After Hooks.deleteTransportAfterTest() 105ms