Project Number Date
ApolloFullRunnerReport apollo-test-2.55 26 cze 2021, 06:23

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Template 6 1 0 0 0 7 0 1 1 10s 468ms Failed
Feature Template
Scenario Outline Check if it is possible to change pallet limit in
Steps
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 5s 884ms
When Go to "WAREHOUSE_TAB" 984ms
And Go to template schedule 1s 170ms
Then Check if pallet limit counter is visible 089ms
And Set limit to "999" 1s
And Save template 389ms
And Check if set limit "999" is visible in schedule 950ms
org.junit.ComparisonFailure: Widoczny limit palet jest inny niż ustalony w harmonogramie expected:<[999]> but was:<[0]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Schedule.TemplateTest.checkIfSetLimitIsVisibleInSchedule(TemplateTest.java:66)
	at ✽.Check if set limit "999" is visible in schedule(file:Features/Atom/Schedule/Template.feature:24)