Fixed specs. Some css fixes

This commit is contained in:
Dmitriy Zaporozhets 2012-03-25 19:44:29 +03:00
parent 8652cd8989
commit 39ea486e1f
9 changed files with 35 additions and 33 deletions

View file

@ -17,7 +17,7 @@ describe "Issues" do
before do
visit project_issue_path(project, @issue)
fill_in "note_note", :with => "I commented this issue"
click_button "Add note"
click_button "Add Comment"
end
it "should conatin new note" do