Fix tests

This commit is contained in:
Heinrich Lee Yu 2018-10-25 20:07:25 +08:00
parent 6060d529ed
commit ea05f66575
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ describe 'Issue Boards add issue modal filtering', :js do
it 'filters by unassigned' do
set_filter('assignee')
click_filter_link('No Assignee')
click_filter_link('None')
submit_filter
page.within('.add-issues-modal') do

View File

@ -118,7 +118,7 @@ describe 'Visual tokens', :js do
describe 'selecting static option from dropdown' do
before do
find("#js-dropdown-assignee").find('.filter-dropdown-item', text: 'No Assignee').click
find("#js-dropdown-assignee").find('.filter-dropdown-item', text: 'None').click
end
it 'changes value in visual token' do