Remove Debug from tests

This commit is contained in:
Andrew Kumanyaev 2014-01-14 21:05:12 +03:00
parent 71f1a84599
commit fe3f7f536d
1 changed files with 0 additions and 2 deletions

View File

@ -222,8 +222,6 @@ describe "Issues" do
it 'with dropdown menu' do
visit project_issue_path(project, issue)
p find('.edit-issue.inline-update').text
find('.edit-issue.inline-update').select(milestone.title, from: 'issue_milestone_id')
click_button 'Update Issue'