執行腳本後,我在命令提示符下收到了這種響應。我已經在步驟中添加了步驟,但仍然需要添加更多代碼。'在Pecumber中執行腳本時出現'Pending Error message'
Given(/^i am on Gmail Homepage $/) do
Pending# write code here that turns the phrase above into concrete actions
end
When(/^enter blank details for login $/) do
Pending# write code here that turns the phrase above into concrete actions
end
Then(/^show error message $/) do
Pending# write code here that turns the phrase above into concrete actions
end