1

nigthwatch.js我想检查的 UI 测试中,当单击图像时,页面是否会转到不同的页面,例如google.com

HTML:

 <a id= "logoLink" href="https://google.com">
    <img src="logo.png" height=20% width=20%> 
 </a>

我如何为此编写 UI 测试nigthwatch.js

4

0 回答 0