Commit 05059efb authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Adjust spec file naming and add tests for board creation

parent f9bfbb90
...@@ -181,7 +181,7 @@ describe 'issue board config', :js do ...@@ -181,7 +181,7 @@ describe 'issue board config', :js do
end end
it 'can filter by additional labels' do it 'can filter by additional labels' do
label_title = issue.labels.first.title
label_2_title = issue_2.labels.first.title label_2_title = issue_2.labels.first.title
visit project_boards_path(project) visit project_boards_path(project)
...@@ -268,9 +268,6 @@ describe 'issue board config', :js do ...@@ -268,9 +268,6 @@ describe 'issue board config', :js do
context 'add issue' do context 'add issue' do
it 'adds assignee' do it 'adds assignee' do
visit boards_path(filtered_board) visit boards_path(filtered_board)
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment