summaryrefslogtreecommitdiff
path: root/spec/features/notes_on_merge_requests_spec.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-28 16:41:29 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-28 16:41:29 +0200
commit21191318ae616a88376977d2438f1f4d7826283e (patch)
treec827ba4bfe3e528eec15893fb7b1a9a333aa8d7d /spec/features/notes_on_merge_requests_spec.rb
parent583bfac5f57d3d5c599c8d5d1c422e1bf7b9f265 (diff)
downloadgitlab-ce-21191318ae616a88376977d2438f1f4d7826283e.tar.gz
refactor wall.js. style wall page a bit
Diffstat (limited to 'spec/features/notes_on_merge_requests_spec.rb')
-rw-r--r--spec/features/notes_on_merge_requests_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/features/notes_on_merge_requests_spec.rb b/spec/features/notes_on_merge_requests_spec.rb
index 670762e8005..d48dffc0945 100644
--- a/spec/features/notes_on_merge_requests_spec.rb
+++ b/spec/features/notes_on_merge_requests_spec.rb
@@ -21,11 +21,6 @@ describe "On a merge request", js: true do
it { find(".js-main-target-form input[type=submit]").value.should == "Add Comment" }
it { within(".js-main-target-form") { should_not have_link("Cancel") } }
- # notifiactions
- it { within(".js-main-target-form") { should have_unchecked_field("Notify team via email") } }
- it { within(".js-main-target-form") { should_not have_checked_field("Notify commit author") } }
- it { within(".js-main-target-form") { should_not have_unchecked_field("Notify commit author") } }
-
describe "without text" do
it { within(".js-main-target-form") { should have_css(".js-note-preview-button", visible: false) } }
end
@@ -126,9 +121,6 @@ describe "On a merge request diff", js: true, focus: true do
it { should have_button("Add Comment") }
it { should have_css(".js-close-discussion-note-form", text: "Cancel") }
- # notification options
- it { should have_unchecked_field("Notify team via email") }
-
it "shouldn't add a second form for same row" do
find("#4735dfc552ad7bf15ca468adc3cad9d05b624490_185_185.line_holder .js-add-diff-note-button").trigger("click")