Skip to content

Commit

Permalink
test: typo #104
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Nov 5, 2020
1 parent b311ac5 commit 10609ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/struct-update-component-z-svg/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
browser
.url('file://' + path.join(__dirname, 'index.html'))
.waitForElementVisible('body', 1000)
.assert.value('input', '[{"node":"svg","index":0,"lv":0,"num":3,"total":6},{"node":"span","index":1,"childIndex":0,"lv":1,"num":1,"total":1},{"node":"text","index":2,"childIndex":0,"lv":2},{"node":"div","index":3,"childIndex":1,"lv":1,"num":1,"total":1},{"node":"text","index":4,"childIndex":0,"lv":2},{"node":"strong","index":5,"childIndex":1,"lv":1,"num":1,"total":1},{"node":"text","index":6,"childIndex":0,"lv":2}]')
.assert.value('input', '[{"node":"svg","index":0,"lv":0,"num":3,"total":6},{"node":"span","index":1,"childIndex":0,"lv":1,"num":1,"total":1},{"node":"text","index":2,"childIndex":0,"lv":2},{"node":"strong","index":3,"childIndex":1,"lv":1,"num":1,"total":1},{"node":"text","index":4,"childIndex":0,"lv":2},{"node":"div","index":5,"childIndex":2,"lv":1,"num":1,"total":1},{"node":"text","index":6,"childIndex":0,"lv":2}]')
.end();
}
};
2 changes: 1 addition & 1 deletion test/zindex-update-svg/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
browser
.url('file://' + path.join(__dirname, 'index.html'))
.waitForElementVisible('body', 1000)
.assert.value('input', '{"bb":[],"children":[{"bb":[],"children":[{"bb":[],"children":[{"type":"text","children":[{"type":"item","tagName":"text","props":[["x",8.90625],["y",14.484375],["fill","rgba(0,0,0,1)"],["font-family","arial"],["font-weight",700],["font-style","normal"],["font-size","16px"]],"content":"2"}]}],"visibility":"visible","type":"dom"},{"bb":[],"children":[{"type":"text","children":[{"type":"item","tagName":"text","props":[["x",0],["y",14.484375],["fill","rgba(0,0,0,1)"],["font-family","arial"],["font-weight",400],["font-style","normal"],["font-size","16px"]],"content":"1"}]}],"visibility":"visible","type":"dom"}],"visibility":"visible","type":"dom"}],"visibility":"visible","type":"dom","defs":[],"lv":0}')
.assert.value('input', '{"bb":[],"children":[{"bb":[],"children":[{"bb":[],"children":[{"type":"text","children":[{"type":"item","tagName":"text","props":[["x",8.90625],["y",14.484375],["fill","rgba(0,0,0,1)"],["font-family","arial"],["font-weight",700],["font-style","normal"],["font-size","16px"]],"content":"2"}]}],"visibility":"visible","type":"dom"},{"bb":[],"children":[{"type":"text","children":[{"type":"item","tagName":"text","props":[["x",0],["y",14.484375],["fill","rgba(0,0,0,1)"],["font-family","arial"],["font-weight",400],["font-style","normal"],["font-size","16px"]],"content":"1"}]}],"visibility":"visible","type":"dom"}],"visibility":"visible","type":"dom","lv":0}],"visibility":"visible","type":"dom","defs":[],"lv":0}')
.end();
}
};

0 comments on commit 10609ec

Please sign in to comment.