summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAleksei Kvitinskii <aleksei.wm@gmail.com>2011-11-05 22:21:03 +0200
committerAleksei Kvitinskii <aleksei.wm@gmail.com>2011-11-05 22:22:26 +0200
commit072b2d5de81daa159eee8f8bb05bd94814a1f6c3 (patch)
treeb4fe781ef645d97d09d47c650a9c95c938a00795 /spec
parent62112dc0c7eae8d8c8e3d55fc13d3d58b7588899 (diff)
parent0499759204449a78ead1950c06fbab4dacfa84f2 (diff)
downloadgitlab-ce-072b2d5de81daa159eee8f8bb05bd94814a1f6c3.tar.gz
Implement tags cloud support for projects
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/commits_notes_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/requests/commits_notes_spec.rb b/spec/requests/commits_notes_spec.rb
index c424f4fc3ca..69a492e9282 100644
--- a/spec/requests/commits_notes_spec.rb
+++ b/spec/requests/commits_notes_spec.rb
@@ -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