gpt4 book ai didi

jasmine - 无论如何要在 Protractor 中使用 OR

转载 作者:行者123 更新时间:2023-12-02 03:34:35 25 4
gpt4 key购买 nike

可以执行 x.toEqual('hello').or.toEqual('bye')?

我希望能够执行具有多种正确可能性的 Expects

最佳答案

您始终可以执行返回 bool 值的 if 语句,然后检查该 bool 值是否为真。

var test = false;
if(x=='hello' || x=='bye'){
test = true;
}

expect(test).toEqual(true);

关于jasmine - 无论如何要在 Protractor 中使用 OR,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24434826/

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