提交 d3856db2 编写于 作者: O owen-m1

should now pass

上级 4b75dea5
......@@ -18,8 +18,8 @@ test('Sort down list', async browser => {
.expect(dragStartPosition.innerText).eql(dragEl.innerText)
.expect(targetStartPosition.innerText).eql(target.innerText)
.dragToElement(dragEl, target)
.expect(dragEndPosition.innerText).eql(target.innerText)
.expect(targetEndPosition.innerText).eql(dragEl.innerText);
.expect(dragEndPosition.innerText).eql(dragEl.innerText)
.expect(targetEndPosition.innerText).eql(target.innerText);
});
test('Sort up list', async browser => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册