Project

General

Profile

« Previous | Next » 

Revision 5a03cdb9

Added by Ohad Levy about 8 years ago

fixes #14511 - bookmark editing ensures the query field is populated

(cherry picked from commit 008042331ccc6857c7c664fe70d43e3985918edc)

View differences:

test/integration/bookmark_test.rb
within("table") do
click_link("foo")
end
assert page.has_content? 'foo=boo'
fill_in "bookmark_name", :with => "recent"
fill_in "bookmark_query", :with => "last_report > 60 minutes ago"
assert_submit_button(bookmarks_path)

Also available in: Unified diff