Skip to content

Commit

Permalink
fix: pagePopup
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng committed Oct 9, 2023
1 parent 349cebc commit 677eac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/next-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nextActions.page = async function({ func, args }) {
};

// 对弹出页面进行方法调用
nextActions.popup = async function({ func, args }) {
nextActions.pagePopup = async function({ func, args }) {
if (this.popup) {
return this.popup[func].apply(this.popup, args);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-playwright",
"version": "1.11.2",
"version": "1.11.3",
"description": "Macaca Playwright driver",
"keywords": [
"playwright",
Expand Down

0 comments on commit 677eac2

Please sign in to comment.