Remove duplicate feature spec for filtering issues by no milestone
This commit is contained in:
parent
3ee3cb24d4
commit
cfd813402d
1 changed files with 0 additions and 16 deletions
|
@ -92,22 +92,6 @@ describe 'Issues', feature: true do
|
|||
|
||||
let(:issue) { @issue }
|
||||
|
||||
it 'should allow filtering by issues with no specified milestone' do
|
||||
visit namespace_project_issues_path(project.namespace, project, milestone_title: IssuableFinder::NONE)
|
||||
|
||||
expect(page).not_to have_content 'foobar'
|
||||
expect(page).to have_content 'barbaz'
|
||||
expect(page).to have_content 'gitlab'
|
||||
end
|
||||
|
||||
it 'should allow filtering by a specified milestone' do
|
||||
visit namespace_project_issues_path(project.namespace, project, milestone_title: issue.milestone.title)
|
||||
|
||||
expect(page).to have_content 'foobar'
|
||||
expect(page).not_to have_content 'barbaz'
|
||||
expect(page).not_to have_content 'gitlab'
|
||||
end
|
||||
|
||||
it 'should allow filtering by issues with no specified assignee' do
|
||||
visit namespace_project_issues_path(project.namespace, project, assignee_id: IssuableFinder::NONE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue