Skip to content

Instantly share code, notes, and snippets.

@karlosmid
Created January 23, 2016 09:44
Show Gist options
  • Save karlosmid/0af353167901c8436362 to your computer and use it in GitHub Desktop.
Save karlosmid/0af353167901c8436362 to your computer and use it in GitHub Desktop.
How to get page_url value in page-object gem
Then /^I left tentamen application$/ do
expect(@browser.url).to eq on(AuthenticationPage).page_url_value
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment