mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
ok_json can't encode symbols; convert to string
This commit is contained in:
parent
d5c9b1a251
commit
f91a0a15fe
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module Capybara::Poltergeist
|
|||
end
|
||||
|
||||
def attribute(page_id, id, name)
|
||||
command 'attribute', page_id, id, name
|
||||
command 'attribute', page_id, id, name.to_s
|
||||
end
|
||||
|
||||
def value(page_id, id)
|
||||
|
|
Loading…
Add table
Reference in a new issue