@ -64,7 +64,7 @@ Feature: Version Settings
Given I am on the master backlog
When I open the "Sprint 001" backlogs menu
When I click on "Properties"
And I follow "Properties" of the "Sprint 001" backlogs menu
Then I should be on the edit page of the version "Sprint 001"
@ -170,7 +170,7 @@ end
When /^I open the "(.+?)" backlogs(?: )?menu/ do |backlog_name|
sprint = Sprint.find_by(name: backlog_name)
step %{I hover over "#backlog_#{sprint.id} .menu"}
find(:css, "#backlog_#{sprint.id} .menu > div").click
end
When /^I close the "(.+?)" backlogs(?: )?menu/ do |backlog_name|