new version
This commit is contained in:
@@ -353,8 +353,8 @@ test('Play', async t => {
|
||||
.click(Selector('.segment-parent').nth(SEGMENT.SIXTEEN))
|
||||
.click(Selector('.segment-parent').nth(SEGMENT.FOURTEEN))
|
||||
.click(Selector('.segment-parent').nth(SEGMENT.NINETEEN))
|
||||
.click(Selector('.segment-parent').nth(SEGMENT.TWENTYONE))
|
||||
.drag(Selector('.segment-parent').nth(SEGMENT.TEN).find('div').withText('P'), dragDimen, -3, {
|
||||
.click(Selector('.segment-parent').nth(SEGMENT.TWENTYONE)).debug()
|
||||
.drag(Selector('.segment-parent').nth(SEGMENT.TEN), dragDimen, -3, {
|
||||
offsetX: 10,
|
||||
offsetY: 10
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user