Project Number Date
ApolloFullRunnerReport apollo-test-2.159 16 wrz 2021, 07:01

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Pallet limit 26 2 0 0 0 28 1 2 3 4m 50s 385ms 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" 2s 455ms
When Go to new transport "DELIVERY" 913ms
And Fill transport form 48s 250ms
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 1s 556ms
And Click "save-transport" save button and wait for form to disappear 30s 284ms
And Set advice window in schedule 2s 427ms
Then Verify that the error is visible after exceeding the pallet limit 15s 080ms
java.lang.AssertionError: Komunikat: Limit awizacji w harmonogramie w dniu 16.09.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:31)
	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" 2s 479ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 17s 005ms
And Go to "TRANSPORT_TABLE" 590ms
And Show all transport "false" 000ms
And Go to transport details "DELIVERY" 2s 875ms
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 1s 701ms
And Click "save-transport" save button 2s 639ms
Then Verify that the error is visible after exceeding the pallet limit 15s 099ms
java.lang.AssertionError: Komunikat: Limit awizacji w harmonogramie w dniu 16.09.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:31)
	at ✽.Verify that the error is visible after exceeding the pallet limit(file:Features/Atom/MaxPallet/MaxPallet.feature:26)
After Hooks.deleteTransportAfterTest() 857ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-pgf" 274ms
And Prepare max pallet limit "1" in "Magazyn Łódź" 035ms
And Set "transport" inputs from JSON file "CREATE_UNLOAD" "super-admin-pgf" 001ms
When Login as "pgf-admin" 5s 669ms
And Go to new transport "UNLOAD" 15s 581ms
And Fill transport form 32s 811ms
And Click "save-transport" save button and wait for form to disappear 30s 211ms
And Set advice window in schedule 2s 422ms
And Check is transport created in schedule and set transport id 2s 649ms
And Go to "TRANSPORT_TABLE" 497ms
And Go to transport details "UNLOAD" 30s 624ms
Then Check are transport values equals 26s 246ms
After Hooks.deleteTransportAfterTest() 790ms
After Hooks.rollbackMaxPalletLimit() 016ms