diff --git a/lib/next/index.js b/lib/next/index.js index 7d312bae..6b6e44d2 100644 --- a/lib/next/index.js +++ b/lib/next/index.js @@ -3,7 +3,7 @@ module.exports = wd => { [ 'page', - 'popup' + 'pagePopup' ].map(method => { wd.addPromiseChainMethod(method, function(...params) { return this.next(method, params);