diff options
author | Fatih Acet <acetfatih@gmail.com> | 2017-07-21 12:45:09 +0300 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-07-21 22:35:26 +0300 |
commit | a2b2f1ead7f247e37f8e07feb7e6d1ab9997bc00 (patch) | |
tree | 644c827f3f4a721cbc1b85aaa3237171100caa46 /features | |
parent | c09b5852a98dad9ccd1d66993021ec548695871c (diff) | |
download | gitlab-ce-a2b2f1ead7f247e37f8e07feb7e6d1ab9997bc00.tar.gz |
IssueNotesRefactor: Fix issue spinach tests.
Diffstat (limited to 'features')
-rw-r--r-- | features/project/issues/issues.feature | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature index 4f905674d8c..abc23257de5 100644 --- a/features/project/issues/issues.feature +++ b/features/project/issues/issues.feature @@ -46,7 +46,6 @@ Feature: Project Issues Given I visit issue page "Release 0.4" And I leave a comment like "XML attached" Then I should see comment "XML attached" - And I should see an error alert section within the comment form @javascript Scenario: Visiting Issues after being sorted the list |