diff options
| author | Alex Denisov <1101.debian@gmail.com> | 2012-09-07 16:51:37 +0300 |
|---|---|---|
| committer | Alex Denisov <1101.debian@gmail.com> | 2012-09-07 16:51:37 +0300 |
| commit | c818c93aa7f8102dfd449bf2f1e82b36578e3ac7 (patch) | |
| tree | 1143c46aa29551fd223ff85f54918ad6d91e6aee /features/projects | |
| parent | 26552051b7af709ad21497747405714006a14b68 (diff) | |
| download | gitlab-ce-c818c93aa7f8102dfd449bf2f1e82b36578e3ac7.tar.gz | |
Cucumber scenario on pre-selected assignee added
Diffstat (limited to 'features/projects')
| -rw-r--r-- | features/projects/issues/issues.feature | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/features/projects/issues/issues.feature b/features/projects/issues/issues.feature index f0d9b61074d..2cfda136072 100644 --- a/features/projects/issues/issues.feature +++ b/features/projects/issues/issues.feature @@ -66,7 +66,6 @@ Feature: Issues And I should see "Release 0.3" in issues @javascript - @current Scenario: I create Issue with pre-selected milestone Given project "Shop" has milestone "v2.2" And project "Shop" has milestone "v3.0" @@ -74,3 +73,11 @@ Feature: Issues When I select milestone "v3.0" And I click link "New Issue" Then I should see selected milestone with title "v3.0" + + @javascript + @current + Scenario: I create Issue with pre-selected assignee + When I select first assignee from "Shop" project + And I click link "New Issue" + Then I should see first assignee from "Shop" as selected assignee + |
