Skip to content

Commit 53a4a1c

Browse files
Update src/tools/sdk-utils/percy-automate/constants.ts
Co-authored-by: Copilot <[email protected]>
1 parent 0c2a338 commit 53a4a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/sdk-utils/percy-automate/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ exports.config = {
250250
---STEP---
251251
(Optional) Manually capture screenshots
252252
1. Import the BrowserStack Percy SDK in your test script:
253-
const { percy } = require('browsersstack-node-sdk');
253+
const { percy } = require('browserstack-node-sdk');
254254
2. Add the \`await percy.screenshot(driver, name)\` method at required points in your test script.
255255
256256
Example:

0 commit comments

Comments
 (0)