Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-01-19 05:39:23 +0300
committerRubén Dávila <rdavila84@gmail.com>2016-01-19 05:39:23 +0300
commit78754cb1c9ad3dce56dd8257e95fc9241746b9f9 (patch)
treeec565754bba58172b9c40f572270e1e67c38f723 /features/project/issues
parent9f03ae8c91e2026c65346ab68c3cd737ab2e3c94 (diff)
Update Issues/MRs updated_at when user leaves comments.
Diffstat (limited to 'features/project/issues')
-rw-r--r--features/project/issues/issues.feature8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature
index ab234bc7507..1502b0952cd 100644
--- a/features/project/issues/issues.feature
+++ b/features/project/issues/issues.feature
@@ -52,6 +52,14 @@ Feature: Project Issues
And I should see an error alert section within the comment form
@javascript
+ Scenario: Visiting Issues after leaving a comment
+ Given I visit issue page "Release 0.4"
+ And I leave a comment like "XML attached"
+ And I visit project "Shop" issues page
+ And I sort the list by "Last updated"
+ Then I should see "Release 0.4" at the top
+
+ @javascript
Scenario: I search issue
Given I fill in issue search with "Re"
Then I should see "Release 0.4" in issues