Merge branch 'master' into discussions
Conflicts: app/assets/stylesheets/main.scss app/models/project.rb app/views/notes/_common_form.html.haml app/views/notes/_per_line_form.html.haml lib/gitlab/markdown.rb spec/models/note_spec.rb
This commit is contained in:
commit
db2c15369c
276 changed files with 4466 additions and 2603 deletions
|
@ -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,26 +55,19 @@ 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
|
||||
# Disable this two cause of random failing
|
||||
# TODO: fix after v4.0 released
|
||||
#@javascript
|
||||
#Scenario: I create Issue with pre-selected milestone
|
||||
#Given project "Shop" has milestone "v2.2"
|
||||
#And project "Shop" has milestone "v3.0"
|
||||
#And I visit project "Shop" issues page
|
||||
#When I select milestone "v3.0"
|
||||
#And I click link "New Issue"
|
||||
#Then I should see selected milestone with title "v3.0"
|
||||
|
||||
@javascript
|
||||
Scenario: I create Issue with pre-selected milestone
|
||||
Given project "Shop" has milestone "v2.2"
|
||||
And project "Shop" has milestone "v3.0"
|
||||
And I visit project "Shop" issues page
|
||||
When I select milestone "v3.0"
|
||||
And I click link "New Issue"
|
||||
Then I should see selected milestone with title "v3.0"
|
||||
|
||||
@javascript
|
||||
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
|
||||
#@javascript
|
||||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue