提交 8a0f9cfe 编写于 作者: 雨爱无痕

Fix issue

上级 d01235bc
......@@ -69,7 +69,7 @@ func RunScriptByRightClick(t provider.T) {
timeElement := webpage.Locator("#log-list>>code:has-text('开始任务')>>.time>>span")
logTime := timeElement.InnerText()
resultTime := webpage.InnerText("#rightPane .result-list-item .list-item-trailing-text")
if logTime[:5] != resultTime {
if logTime[:4] != resultTime[:4] {
t.Errorf("Find result time in rightPane fail")
t.FailNow()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册