mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Fix typo redirectUrl -> redirectURL
Is named redirectURL in web_page.coffee
This commit is contained in:
parent
09c6570dea
commit
9c3881370e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module Capybara::Poltergeist::NetworkTraffic
|
|||
end
|
||||
|
||||
def redirect_url
|
||||
@data['redirectUrl']
|
||||
@data['redirectURL']
|
||||
end
|
||||
|
||||
def body_size
|
||||
|
|
Loading…
Add table
Reference in a new issue