未验证 提交 5ff205e9 编写于 作者: O openharmony_ci 提交者: Gitee

!9988 修改GroupDefaultFocusTest 改正用例

Merge pull request !9988 from 胡清云/0831_XTS
...@@ -125,7 +125,7 @@ export default function GroupDefaultFocusTest() { ...@@ -125,7 +125,7 @@ export default function GroupDefaultFocusTest() {
//Second confirmation of target component focus //Second confirmation of target component focus
let textComponentTwo = Utils.getComponentByKey(data.pageConfig.textComponentKey); let textComponentTwo = Utils.getComponentByKey(data.pageConfig.textComponentKey);
console.info('[' + data.caseTag + '] textComponentTwo.$attrs.content: ' + textComponentTwo.$attrs.content); console.info('[' + data.caseTag + '] textComponentTwo.$attrs.content: ' + textComponentTwo.$attrs.content);
expect(textComponentTwo.$attrs.content).assertEqual('onBlur'); expect(textComponentTwo.$attrs.content).assertEqual('onFocus');
} else if ('SetFalse' == data.testValue.describe) { } else if ('SetFalse' == data.testValue.describe) {
//Confirmation of target component focus //Confirmation of target component focus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册