@ -143,7 +143,7 @@ Feature: The work_package hierarchy defines the allowed versions for each work_p
And Iselect"Task"from"work_package_type_id"
And Ifillin"Task0815"for"work_package_subject"
And Iclickonthefirstbuttonmatching"Create"
Then Ishouldsee"Sprint001"within"td.work_package_attribute_header.fixed-version+td.fixed-version"
Then Ishouldsee"Sprint001"within".work_package.detailsdd.-fixed-version"
Scenario: Creating a task, via new work_package, as a subtask to a story set´s the new task´s fixed version to the parent´s fixed version
When Igotothenewwork_packagepageoftheprojectcalled"ecookbook"
@ -151,7 +151,7 @@ Feature: The work_package hierarchy defines the allowed versions for each work_p
And Ifillin"Task0815"for"work_package_subject"
And Ifillintheidofthework_package"StoryA"astheparentwork_package
And Iclickonthefirstbuttonmatching"Create"
Then Ishouldsee"Sprint001"within"td.work_package_attribute_header.fixed-version+td.fixed-version"
Then Ishouldsee"Sprint001"within".work_package.detailsdd.-fixed-version"
Scenario: Creating a task, via new work_package, as a subtask to a story and setting a fixed version is overriden by the parent´s fixed version (bug 8904)
When Igotothenewwork_packagepageoftheprojectcalled"ecookbook"
@ -160,7 +160,7 @@ Feature: The work_package hierarchy defines the allowed versions for each work_p
And Ifillintheidofthework_package"StoryA"astheparentwork_package
And Iselect"Sprint003"from"work_package_fixed_version_id"
And Iclickonthefirstbuttonmatching"Create"
Then Ishouldsee"Sprint001"within"td.work_package_attribute_header.fixed-version+td.fixed-version"
Then Ishouldsee"Sprint001"within".work_package.detailsdd.-fixed-version"
Scenario: Moving a task between stories via work_package/edit (bug 9324)
Given theprojecthasthefollowingtasks:
@ -169,7 +169,7 @@ Feature: The work_package hierarchy defines the allowed versions for each work_p
When Igototheeditpageofthework_package"Task1"
And Ifillintheidofthework_package"StoryC"astheparentwork_package
And Ipress"Submit"
Then Ishouldsee"Sprint002"within"td.work_package_attribute_header.fixed-version+td.fixed-version"
Then Ishouldsee"Sprint002"within".work_package.detailsdd.-fixed-version"
Scenario: Changing the fixed_version of a task with a non backlogs parent work_package (bug 8354)