diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-19 19:48:48 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2017-04-19 19:48:48 +0000 |
commit | 0fc1e04f4c15e9d5adbb4e47c82d3eebf8b48110 (patch) | |
tree | 34b2235afb83a09ba69a6bcd4a9221d49b312633 /features/project | |
parent | 7125c96668101f7ffdddd053214697089fcc84f0 (diff) | |
download | gitlab-ce-0fc1e04f4c15e9d5adbb4e47c82d3eebf8b48110.tar.gz |
Add renderNote animation and added spec
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/issues/issues.feature | 6 |
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!" |