访问命令我遇到了一个奇怪的问题。
感觉它好像挂在安全的(https://)网站上。
当我有
时When /^I access a company page$/ do
visit('https://www.yahoo.com/yahoo')
end
When /^I access the Terms of Use Page$/ do
visit('https://www.yahoo.com/terms-of-use')
end
When /^I access the Privacy Policy Page$/ do
visit('https://www.yahoo.com/privacy')
end
我决定调用第一个网站,后续访问会在浏览器中显示新网址,但会继续解析到第一个网站。
任何想法?