testcafe预期点击失败

时间:2018-11-25 20:08:09

标签: automated-tests e2e-testing web-testing testcafe

是否可能会因testcafe而导致点击失败?

我正在使用testcafe工作室。

点击页面上的“提交”按钮后,我需要进行测试以确保页面上不再有文本。

做到这一点的最佳方法是什么?

谢谢

2 个答案:

答案 0 :(得分:2)

我发现了一种确保该元素不在页面上的方法:

enter image description here

我使用了(maximize (+ (ite a1 1 0) (ite a2 1 0)))

答案 1 :(得分:2)

在测试方案中,您可以使用exists #wrapper { padding: 20px; float: left; width: 100%; } .paoc-popup-modal-cnt{ padding: 0; } #block1 { float: left; width: 50%; } #block2 { float: left; width: 50%; } div.wpcf7 { margin-left: 0; } 属性:

Selector