Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng committed Oct 12, 2023
1 parent c775522 commit ddcf2a4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test/utility.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,20 +213,4 @@ describe('test/utility.test.js', function() {
});
});
});

/**
* https://macacajs.github.io/macaca-wd/#rebuildContextPage
*/
describe('rebuildContextPage', async () => {
it('should work', async () => {
await driver.rebuildContextPage(null, {});
assert.equal(server.ctx.url, '/wd/hub/session/sessionId/next');
assert.equal(server.ctx.method, 'POST');
assert.deepEqual(server.ctx.response.body, {
sessionId: 'sessionId',
status: 0,
value: ''
});
});
});
});

0 comments on commit ddcf2a4

Please sign in to comment.