TestCafe无法验证表情符号图标

时间:2019-06-13 09:51:48

标签: automation automated-tests emoji e2e-testing testcafe

TestCafe自动化工具:我正在用Emojis ICON编写一条消息。撰写和发送成功。但是,如果我尝试验证发送的消息,则会收到断言错误。有什么方法可以使用TestCafe处理表情符号。

1)撰写:

testController.typeText(ComposerTextInput, textEmojis))

2)要验证已发送的消息,请执行以下操作:

testController.expect(Selector('div')
    .with({ boundTestRun: testController })
    .withText(textEmojis).exists).ok())

0 个答案:

没有答案