当单击特定链接时,Behat blt脚本显示“chrome-error:// chromewebdata /”错误

我有一段Behat blt脚本:

Feature: Sprint1_Test FOR STUDENTS & RESIDENTS Block

To Test Sprint1_FOR STUDENTS & RESIDENTS Block in the Footer Region of Home page in the AAMC QA site

@javascript @api

Scenario: Test For the FOR STUDENTS & RESIDENTS Block

Given I am on "/"

And I should get a 200 HTTP response

And I should see the text "FOR STUDENTS & RESIDENTS" in the "footer" region

And I should see the link "MCAT" in the "footer" region

And the cache has been cleared

And I click "MCAT" in the "footer" region

And print current URL

它当前输出的网址是——> chrome-error://chromewebdata/

但按理来说应该输出的是——> https://students-residents.aamc.org/applying-medical-school/taking-mcat-exam/

这个错在哪了?

投诉

这个是服务名,前面没有带https,在浏览器中会自动补齐,你用程序就要自己补