fix(接口测试): 修复环境断言中html断言失败的缺陷

--bug=1031004 --user=王孝刚 【接口测试】引用环境全局断言path-html-断言失败
https://www.tapd.cn/55049933/s/1419144
This commit is contained in:
wxg0103 2023-09-21 11:49:22 +08:00 committed by wxg0103
parent 4ef53c8ccb
commit 6b2bcb421b
1 changed files with 1 additions and 0 deletions

View File

@ -23,4 +23,5 @@ public class EnvAssertions extends BaseEnvElement {
private MsAssertionDuration duration;
private String type = ElementConstants.ASSERTIONS;
private MsAssertionDocument document;
private String xpathType;
}