Commit 30fd55db authored by Valery Sizov's avatar Valery Sizov

Fix for Project Issues Weight :: I should see labels list :: Given I click link "New Issue"

parent bb9b0090
...@@ -4,7 +4,9 @@ class Spinach::Features::ProjectIssuesWeight < Spinach::FeatureSteps ...@@ -4,7 +4,9 @@ class Spinach::Features::ProjectIssuesWeight < Spinach::FeatureSteps
include SharedPaths include SharedPaths
step 'I click link "New Issue"' do step 'I click link "New Issue"' do
click_link "New issue" within '.row' do
click_link "New issue"
end
end end
step 'I submit new issue "500 error on profile" with weight' do step 'I submit new issue "500 error on profile" with weight' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment