Project Number Date
ApolloFullRunnerReport 2021.AT1.11 24 Jul 2021, 06:06

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Pallet limit 14 2 0 0 0 16 0 2 2 2m 50s 615ms Failed
Feature Pallet limit
Scenario Outline Verify that the error is visible after exceeding the pallet limit during create transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 001ms
And Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 342ms
When Go to new transport "DELIVERY" 15s 351ms
And Fill transport form 40s 733ms
And Change filled value in transport details "number-of-pallets-step-0" "number" "1000000" "0" 1s 354ms
And Click "save-transport" save button and wait for form to disappear 30s 157ms
And Set advice window in schedule 2s 150ms
Then Verify that the error is visible after exceeding the pallet limit 15s 018ms
java.lang.AssertionError: Komunikat: Limit awizacji w harmonogramie w dniu 25.07.2021 został przekroczony. Proszę wybrać inną datę awizacji.
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.MaxPallet.MaxPalletTest.verifyThatTheErrorIsVisibleAfterExceedingThePalletLimit(MaxPalletTest.java:23)
	at ✽.Verify that the error is visible after exceeding the pallet limit(file:Features/Atom/MaxPallet/MaxPallet.feature:12)
After Hooks.deleteTransportAfterTest() 000ms
Scenario Outline Verify that the error is visible after exceeding the pallet limit during edit transport [A-7071]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 067ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 448ms
And Go to "TRANSPORT_TABLE" 230ms
And Show all transport "false" 169ms
And Go to transport details "DELIVERY" 30s 428ms
And Change filled value in transport details "number-of-pallets-step-0" "number" "1000000" "0" 1s 413ms
And Click "save-transport" save button 708ms
Then Verify that the error is visible after exceeding the pallet limit 15s 038ms
java.lang.AssertionError: Komunikat: Limit awizacji w harmonogramie w dniu 25.07.2021 został przekroczony. Proszę wybrać inną datę awizacji.
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.MaxPallet.MaxPalletTest.verifyThatTheErrorIsVisibleAfterExceedingThePalletLimit(MaxPalletTest.java:23)
	at ✽.Verify that the error is visible after exceeding the pallet limit(file:Features/Atom/MaxPallet/MaxPallet.feature:27)
After Hooks.deleteTransportAfterTest() 142ms