diff options
author | Aleksei Kvitinskii <aleksei.wm@gmail.com> | 2011-11-05 22:21:03 +0200 |
---|---|---|
committer | Aleksei Kvitinskii <aleksei.wm@gmail.com> | 2011-11-05 22:22:26 +0200 |
commit | 072b2d5de81daa159eee8f8bb05bd94814a1f6c3 (patch) | |
tree | b4fe781ef645d97d09d47c650a9c95c938a00795 /spec | |
parent | 62112dc0c7eae8d8c8e3d55fc13d3d58b7588899 (diff) | |
parent | 0499759204449a78ead1950c06fbab4dacfa84f2 (diff) | |
download | gitlab-ce-072b2d5de81daa159eee8f8bb05bd94814a1f6c3.tar.gz |
Implement tags cloud support for projects
Diffstat (limited to 'spec')
-rw-r--r-- | spec/requests/commits_notes_spec.rb | 1 |
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 |