Project Number Date
ApolloFullRunnerReport kapibary.26 03 cze 2021, 05:25

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 9s 535ms 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" 4s 933ms
When Go to "WAREHOUSE_TAB" 1s 036ms
And Go to template schedule 1s 139ms
Then Check if pallet limit counter is visible 087ms
And Set limit to "999" 993ms
And Save template 397ms
And Check if set limit "999" is visible in schedule 947ms
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)