pening sad spec

This commit is contained in:
Dennis Collinson 2012-03-16 17:39:56 -07:00
parent a0e6433f5a
commit a14090965f

View file

@ -1,4 +1,5 @@
def fill_in_autocomplete(selector, value)
pending #make me work if yr board, investigate send_keys
page.execute_script %Q{$('#{selector}').val('#{value}').keyup()}
end