Project Number Date
ApolloFullRunnerReport apollo-test-2.64 01 lip 2021, 04:35

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Template 7 1 0 0 0 8 0 1 1 10s 752ms 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 909ms
When Go to "WAREHOUSE_TAB" 1s 095ms
And Go to template schedule 1s 174ms
And Check all days in week 468ms
Then Check if pallet limit counter is visible 068ms
And Set limit to "999" 800ms
And Save template 312ms
And Check if set limit "999" is visible in schedule 923ms
org.junit.ComparisonFailure: Widoczny limit palet jest inny niż ustalony w harmonogramie expected:<[999]> but was:<[600]>
	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:25)