ae_page_objects
ae_page_objects copied to clipboard
full url support
The current implementation of current_url in aepos is
def current_url
Capybara.current_session.current_url.sub(/^https?:\/\/[^\/]*/, '')
end
Maybe ae_page_objects should pass down the full URL which would allow other router implementations to make decisions of the full URL.