Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-19 22:48:48 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-04-19 22:48:48 +0300
commit0fc1e04f4c15e9d5adbb4e47c82d3eebf8b48110 (patch)
tree34b2235afb83a09ba69a6bcd4a9221d49b312633 /features/project/issues
parent7125c96668101f7ffdddd053214697089fcc84f0 (diff)
Add renderNote animation and added spec
Diffstat (limited to 'features/project/issues')
-rw-r--r--features/project/issues/issues.feature6
1 files changed, 0 insertions, 6 deletions
diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature
index 27fa67c1843..4dee0cd23dc 100644
--- a/features/project/issues/issues.feature
+++ b/features/project/issues/issues.feature
@@ -177,9 +177,3 @@ Feature: Project Issues
And I should not see labels field
And I submit new issue "500 error on profile"
Then I should see issue "500 error on profile"
-
- @javascript
- Scenario: Another user adds a comment to issue I'm currently viewing
- Given I visit issue page "Release 0.4"
- And another user adds a comment with text "Yay!" to issue "Release 0.4"
- Then I should see a new comment with text "Yay!"