Given 'I am on the page with path: {string}' do |path|
visit(path)
end
Then 'I should see {string}' do |text|
page.has_text?(text)
end