Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
1
-
Quasar
-
Puma sprint 275, Puma sprint 276, Puma sprint 277, Team Quasar sprint 278, Team Quasar sprint 282, Team Quasar Sprint 283
Description
Given user logs in as editor.......................................................passed
And user navigates to channel "Hippo Acceptance Project"....................passed
And user clicks menu link "xmas tree document" and opens right side panel...passed
When in right side panel user drags compound "Employees" field at position [1] to "up" using dropdown.passed
Then "Name" of compound field at position [0] is highlighted................passed
Then multi-values content property "/xmas-tree/xmas-tree[3]/hap:employee[1]/hap:name" is "Leonardo DiCaprio".failed
StackTrace: org.junit.ComparisonFailure: Expected Leonardo DiCaprio , but found Tom Jones
expected:<[Leonardo DiCaprio]> but was:<[Tom Jones]>
at org.junit.Assert.assertEquals(Assert.java:117)
at com.onehippo.cms.hap.community.qa.channelmanager.VisualEditingSteps.multiValuesContentPropertyIs(VisualEditingSteps.java:1187)
at ✽.multi-values content property "/xmas-tree/xmas-tree[3]/hap:employee[1]/hap:name" is "Leonardo DiCaprio"(file:///var/lib/jenkins/workspace/brxm_build_bugfix_ENT-3738/internal/hap/enterprise/integration-test-community/src/test/resources/com/onehippo/cms/hap/community/qa/channelmanager/VisualEditingXmas.feature:186)