issues & fixed layout

This commit is contained in:
Dmitriy Zaporozhets 2011-11-05 15:31:54 +02:00
parent 31a9d6531d
commit 0499759204
6 changed files with 38 additions and 58 deletions

View file

@ -12,7 +12,6 @@ describe "Issues" do
describe "add new note", :js => true do
before do
visit project_commit_path(project, commit)
click_link "Comments" # notes tab
fill_in "note_note", :with => "I commented this commit"
click_button "Add note"
end