Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Mar 31, 2024
1 parent e8127b4 commit 802bf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/group2/move-histroy/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ module.exports = {
.url('file://' + path.join(__dirname, 'index.html'))
.waitForElementVisible('body', 1000)
.pause(20)
.moveTo('canvas', 10, 10)
.moveTo('canvas', 20, 20)
.mouseButtonDown(0)
.moveTo('canvas', 30, 20)
.moveTo('canvas', 40, 30)
.mouseButtonUp(0)
.execute(() => {
const node = window.root.getCurPage().children[0];
Expand Down

0 comments on commit 802bf64

Please sign in to comment.