无法将特定的TC分配给类别

时间:2019-04-30 16:00:22

标签: allure

我无法将特定的TC分配给类别。 仅在具有以下条件的报告中出现该问题

unknown error: Element is not clickable at point (35, 47). Other element would receive the click:
...

我尝试为此消息构建其他正则表达式:

unknown error: Element .* is not clickable at point .* Other element would receive the click: .*
(?=.unknown error)(?=.is not clickable at point)(?=.Other element would receive the click)
unknown error: Element . is not clickable at point . Other element would receive the click: .

但从未成功。

0 个答案:

没有答案