diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-10 18:26:25 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-10 18:26:25 +0300 |
commit | 4fcd89fe7fb44da5c9bbdcca89bfbbffa5d0b032 (patch) | |
tree | 635abf10e761cb1d59a4f1b05276d4ef6faa863e /features | |
parent | e230551940b31f7779a16975f2b3e941815d2e03 (diff) | |
download | gitlab-ce-4fcd89fe7fb44da5c9bbdcca89bfbbffa5d0b032.tar.gz |
Fixed random failing test
Diffstat (limited to 'features')
-rw-r--r-- | features/project/commits/commit_diff_comments.feature | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/features/project/commits/commit_diff_comments.feature b/features/project/commits/commit_diff_comments.feature index 884fab527f5..b26019f832f 100644 --- a/features/project/commits/commit_diff_comments.feature +++ b/features/project/commits/commit_diff_comments.feature @@ -83,10 +83,3 @@ Feature: Comments on commit diffs And I submit the diff comment Then I should not see the diff comment form And I should see a discussion reply button - - - #@wip @javascript - #Scenario: I can delete a discussion comment - # Given I leave a diff comment like "Typo, please fix" - # And I delete a diff comment - # Then I should not see a diff comment saying "Typo, please fix" |