Skip to content

Commit

Permalink
feat: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Oct 9, 2023
1 parent a9ed364 commit 34905c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/next/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = wd => {
[
'page',
'popup'
'pagePopup'
].map(method => {
wd.addPromiseChainMethod(method, function(...params) {
return this.next(method, params);
Expand Down

0 comments on commit 34905c6

Please sign in to comment.