diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-07-15 02:29:10 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-07-15 02:29:10 +0000 |
commit | bdb6f1e6fa756ae0db57e0474706685b6115c1e1 (patch) | |
tree | 4a41b2125df0c8b956e8060d737adc572049f1bf /features/project | |
parent | dfb0b5de3a33cc20f753f8594eb2a5278ede060e (diff) | |
parent | afbd631c78bea27ea7e088c090e947959285a176 (diff) | |
download | gitlab-ce-bdb6f1e6fa756ae0db57e0474706685b6115c1e1.tar.gz |
Merge branch 'gl-dropdown-issuable-form' into 'master'
GL dropdowns in issuable form
## What does this MR do?
Changed all the issuable dropdown menus over to user GL dropdowns. This brings the dropdowns to be inline with the issuable filter dropdowns and allows for labels to be created whilst creating/editing an issuable.
## What are the relevant issue numbers?
Closes #12574
## Screenshots (if relevant)
See merge request !4970
Diffstat (limited to 'features/project')
-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 358e622b736..80670063ea0 100644 --- a/features/project/issues/issues.feature +++ b/features/project/issues/issues.feature @@ -37,6 +37,7 @@ Feature: Project Issues And I submit new issue "500 error on profile" Then I should see issue "500 error on profile" + @javascript Scenario: I submit new unassigned issue with labels Given project "Shop" has labels: "bug", "feature", "enhancement" And I click link "New Issue" |