Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
fixed execute async
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Nov 7, 2023
1 parent bf2b94b commit 8732336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@
<priority>0.6</priority>
</url>
<url>
<loc>https://nightwatchjs.org/api/document/executeScriptAsync.html</loc>
<loc>https://nightwatchjs.org/api/document/executeAsyncScript.html</loc>
<lastmod>2023-07-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/api/generate-api-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ module.exports.generateApiPages = (apiData, config) => {
'injectScript',
'source',
'executeScript',
'executeScriptAsync'
'executeAsyncScript'
]
});

Expand Down

0 comments on commit 8732336

Please sign in to comment.