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:
authorPhil Hughes <me@iamphill.com>2016-06-29 18:15:45 +0300
committerPhil Hughes <me@iamphill.com>2016-07-07 11:38:49 +0300
commita6b4164017961add393e6cc863dc5e0c3d9c7f69 (patch)
treeaef0729767cded928db164d469a41a6fecb05a74 /features/project/issues
parentbf40aab4db26c378a83455c464c1b98bb4fa154e (diff)
Updated tests
Diffstat (limited to 'features/project/issues')
-rw-r--r--features/project/issues/issues.feature1
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"