Project

General

Profile

« Previous | Next » 

Revision dc86fdd8

Added by Amir Fefer about 6 years ago

Fixes #23364 - add search input in breadcrumbs switcher

View differences:

test/integration/breadcrumbs_switcher_test.rb
assert_equal current_bookmark_name, 'three'
end
end
test "search query" do
visit bookmarks_path
click_link 'foo'
click_button 'switcher'
fill_in('breadcrumbs-search', :with => 'three')
wait_for_ajax
all_items = page.all('.no-border.list-group-item')
assert all_items.count == 1
assert_equal all_items[0].text, 'three'
end
end

Also available in: Unified diff