summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-05 13:56:26 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-05 13:56:26 +0100
commit0013e59fef7fa21e1f24796ad5c97973bf04e0e3 (patch)
treef9068ae0184c7aeb322d9ee930ca071dc21af8b5 /features/project
parentf9806bdef291113d6112769093020af3dcb1000c (diff)
downloadgitlab-ce-0013e59fef7fa21e1f24796ad5c97973bf04e0e3.tar.gz
Moved notes scenarios to 'diff_notes_spec.rb'
Diffstat (limited to 'features/project')
-rw-r--r--features/project/merge_requests.feature10
1 files changed, 0 insertions, 10 deletions
diff --git a/features/project/merge_requests.feature b/features/project/merge_requests.feature
index 21768c15c17..5c1a0099a58 100644
--- a/features/project/merge_requests.feature
+++ b/features/project/merge_requests.feature
@@ -107,16 +107,6 @@ Feature: Project Merge Requests
Then The list should be sorted by "Least popular"
@javascript
- Scenario: I comment on a merge request diff
- Given project "Shop" have "Bug NS-05" open merge request with diffs inside
- And I visit merge request page "Bug NS-05"
- And I click on the Changes tab
- And I leave a comment like "Line is wrong" on diff
- And I switch to the merge request's comments tab
- Then I should see a discussion has started on diff
- And I should see a badge of "1" next to the discussion link
-
- @javascript
Scenario: I see a new comment on merge request diff from another user in the discussion tab
Given project "Shop" have "Bug NS-05" open merge request with diffs inside
And I visit merge request page "Bug NS-05"