summaryrefslogtreecommitdiff
path: root/features/project/commits
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-29 23:58:01 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2015-01-02 00:20:19 +0100
commit67b06e7a9b54e39b2f104079dfb293645d8352c7 (patch)
tree4fecaa461f1cd48c27304f71550fed3c0cefe84e /features/project/commits
parentac1584249c262e447a6360734597fa17fe077718 (diff)
downloadgitlab-ce-67b06e7a9b54e39b2f104079dfb293645d8352c7.tar.gz
Change always passing visible true tests to false.
Diffstat (limited to 'features/project/commits')
-rw-r--r--features/project/commits/comments.feature5
-rw-r--r--features/project/commits/diff_comments.feature6
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"