提交 8c51d8f3 编写于 作者: Z zhaoke

Fix issue

上级 3586ca2f
package main
import (
"regexp"
"testing"
ztfTestHelper "github.com/easysoft/zentaoatf/test/helper/ztf"
......@@ -25,6 +26,8 @@ func ScriptBug(t provider.T) {
webpage.Click(".tree-node-title:has-text('1_string_match.php')")
webpage.WaitForSelectorTimeout(".statistic>>span>>nth=3", 3000)
webpage.Click(".statistic>>span>>nth=3")
re := regexp.MustCompile(".*/bugs")
webpage.Page.WaitForRequest(re)
webpage.WaitForSelectorTimeout("#bugsModal>>tr", 3000)
elements := webpage.QuerySelectorAll("#bugsModal>>tr")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册