diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-29 16:15:45 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-07-07 09:38:49 +0100 |
commit | a6b4164017961add393e6cc863dc5e0c3d9c7f69 (patch) | |
tree | aef0729767cded928db164d469a41a6fecb05a74 /features/project | |
parent | bf40aab4db26c378a83455c464c1b98bb4fa154e (diff) | |
download | gitlab-ce-a6b4164017961add393e6cc863dc5e0c3d9c7f69.tar.gz |
Updated tests
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" |