diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-15 14:41:41 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-15 14:41:41 -0800 |
commit | dbd54fad513f65befd364a25047a64f168ec8e0e (patch) | |
tree | b6933046c93f12bf986b803e75ff5e435fc1163f /features/project | |
parent | 6f78be4d62845413563e8645c80f99045619362f (diff) | |
parent | 67b06e7a9b54e39b2f104079dfb293645d8352c7 (diff) | |
download | gitlab-ce-dbd54fad513f65befd364a25047a64f168ec8e0e.tar.gz |
Merge pull request #7905 from cirosantilli/visible-false
Change always passing visible false tests.
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/commits/comments.feature | 5 | ||||
-rw-r--r-- | features/project/commits/diff_comments.feature | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/features/project/commits/comments.feature b/features/project/commits/comments.feature index a45245917e3..afcf0fdbb07 100644 --- a/features/project/commits/comments.feature +++ b/features/project/commits/comments.feature @@ -14,11 +14,6 @@ Feature: Project Commits Comments Then I should not see the cancel comment button @javascript - Scenario: I can't preview without text - Given I haven't written any comment text - Then The comment preview tab should say there is nothing to do - - @javascript Scenario: I can preview with text Given I write a comment like ":+1: Nice" Then The comment preview tab should be display rendered Markdown diff --git a/features/project/commits/diff_comments.feature b/features/project/commits/diff_comments.feature index 9c4cc723d1b..56b9a13678d 100644 --- a/features/project/commits/diff_comments.feature +++ b/features/project/commits/diff_comments.feature @@ -55,12 +55,6 @@ Feature: Project Commits Diff Comments Then I should see a discussion reply button @javascript - Scenario: I can't preview without text - Given I open a diff comment form - And I haven't written any diff comment text - Then The diff comment preview tab should say there is nothing to do - - @javascript Scenario: I can preview with text Given I open a diff comment form And I write a diff comment like ":-1: I don't like this" |