summaryrefslogtreecommitdiff
path: root/features/project/issues
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-19 06:14:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-19 06:14:05 +0300
commit2f7effe804bdae9fca4ca0bb55c841664c2de978 (patch)
treeb1b39ba3216d1f1e79853ed4161c1beed9063304 /features/project/issues
parent8826077471d667680ee0ed9f86a41c4b30429e5c (diff)
downloadgitlab-ce-2f7effe804bdae9fca4ca0bb55c841664c2de978.tar.gz
Refactor issues, Remove ajax
Diffstat (limited to 'features/project/issues')
-rw-r--r--features/project/issues/issues.feature11
1 files changed, 0 insertions, 11 deletions
diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature
index 99529373d4d..5da4260127b 100644
--- a/features/project/issues/issues.feature
+++ b/features/project/issues/issues.feature
@@ -24,11 +24,9 @@ Feature: Project Issues
Given I click link "Release 0.4"
Then I should see issue "Release 0.4"
- @javascript
Scenario: I submit new unassigned issue
Given I click link "New Issue"
And I submit new issue "500 error on profile"
- Given I click link "500 error on profile"
Then I should see issue "500 error on profile"
@javascript
@@ -57,15 +55,6 @@ Feature: Project Issues
Then I should see "Release 0.3" in issues
And I should not see "Release 0.4" in issues
- # TODO: find out solution for poltergeist/phantomjs or remove
- # @javascript
- # Scenario: I clear search
- # Given I click link "All"
- # And I fill in issue search with "Something"
- # And I fill in issue search with ""
- # Then I should see "Release 0.4" in issues
- # And I should see "Release 0.3" in issues
-
@javascript
Scenario: I create Issue with pre-selected milestone
Given project "Shop" has milestone "v2.2"