diff options
author | Rubén Dávila <rdavila84@gmail.com> | 2016-01-22 17:00:35 -0500 |
---|---|---|
committer | Rubén Dávila <rdavila84@gmail.com> | 2016-01-22 17:00:35 -0500 |
commit | 7c520c7803524de0eefb8fbcc79d4c943a80c4de (patch) | |
tree | b18a7248b61a45d8b9b3d807408716d409a2ff5a /features/project/issues/issues.feature | |
parent | eccaa099d185c351f9e8762661f0dc004f11f256 (diff) | |
download | gitlab-ce-7c520c7803524de0eefb8fbcc79d4c943a80c4de.tar.gz |
Make sorting preference reusable for all projects.
Diffstat (limited to 'features/project/issues/issues.feature')
-rw-r--r-- | features/project/issues/issues.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature index c1ae10f89c9..a91c5e0095d 100644 --- a/features/project/issues/issues.feature +++ b/features/project/issues/issues.feature @@ -68,6 +68,13 @@ Feature: Project Issues Then The list should be sorted by "Oldest updated" @javascript + Scenario: Visiting Merge Requests from a differente Project after sorting + Given I visit project "Shop" merge requests page + And I sort the list by "Oldest updated" + And I visit dashboard merge requests page + Then The list should be sorted by "Oldest updated" + + @javascript Scenario: I search issue Given I fill in issue search with "Re" Then I should see "Release 0.4" in issues |