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

@ -23,7 +23,7 @@ describe "Projects", "Wall" do
before do
visit wall_project_path(project)
fill_in "note_note", :with => "my post on wall"
click_button "Add note"
click_button "Add Comment"
end
it "should conatin new note" do