diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-08-11 12:51:41 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-08-11 14:56:28 +0100 |
commit | b38e690344a3d37e3be0305c88ea96adbc82aca6 (patch) | |
tree | 7ba16fb17b928be49e11f137b7eb80691d07d31a /features | |
parent | fc9e57434c57c8ebd36e7f038cf7535422e893e9 (diff) | |
download | gitlab-ce-b38e690344a3d37e3be0305c88ea96adbc82aca6.tar.gz |
Fix open discussions
Diffstat (limited to 'features')
-rw-r--r-- | features/project/issues/issues.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature index abc23257de5..4f905674d8c 100644 --- a/features/project/issues/issues.feature +++ b/features/project/issues/issues.feature @@ -46,6 +46,7 @@ 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 |