gpt4 book ai didi

javascript - 断言元素不在页面上

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:29:48 26 4
gpt4 key购买 nike

我正在使用 testcafe 编写一些基于授权/Angular 色的前端端到端测试,需要确保某些菜单元素未显示(否定大小写断言)并且无法弄清楚如何断言选择器不匹配。

我试过:

await t.expect(Selector('.m-menu__linktext').withText('Overview').innerText).notOk()

但是失败了:

Cannot obtain information about the node because the specified selector does not match any node in the DOM tree.

如何断言选择器不匹配页面上的任何元素?

最佳答案

尝试

await t.expect(Selector('.m-menu__linktext').withText('Overview').exists).notOk();

关于javascript - 断言元素不在页面上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53355580/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com