Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng committed Oct 9, 2023
1 parent 9490e0b commit a43d03a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/utility.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ describe('test/utility.test.js', function() {
});

/**
* https://macacajs.github.io/macaca-wd/#page
* https://macacajs.github.io/macaca-wd/#pagePopup
*/
describe('popup', async () => {
describe('pagePopup', async () => {
it('should work', async () => {
await driver.popup('url');
await driver.pagePopup('url');
assert.equal(server.ctx.url, '/wd/hub/session/sessionId/next');
assert.equal(server.ctx.method, 'POST');
assert.deepEqual(server.ctx.response.body, {
Expand Down

0 comments on commit a43d03a

Please sign in to comment.