Fixed spinach and tests. Build should pass now

This commit is contained in:
Dmitriy Zaporozhets 2012-11-23 22:55:38 +02:00
parent 0e1635a68a
commit 0693215c30
5 changed files with 23 additions and 17 deletions

View file

@ -73,7 +73,6 @@ class ProjectIssues < Spinach::FeatureSteps
end
And 'I fill in issue search with ""' do
page.execute_script("$('.issue_search').val('').keyup();");
fill_in 'issue_search', with: ""
end