No results found in Git.
Best results in other decks
def test_autocomplete(field, options = {}) fill_in field, :with => options[:with] page.execute_script("$('##{field}').trigger('focus');") page.execute_script ("$('##{field}').trigger...
Most of the time, when you are interested in any log output, you see the logs directly on your console...