Skip to content

Commit 3e1345e

Browse files
fix: correct method name from percy.snapshot to percy.screenshot in Node.js instructions
1 parent ac3dd47 commit 3e1345e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To manually capture screenshots, implement the following steps in your test scri
4040
4141
test("my test", async () => {
4242
// ....
43-
await percy.snapshot(driver, "My Snapshot")
43+
await percy.screenshot(driver, "My Snapshot")
4444
// ....
4545
});
4646
})

0 commit comments

Comments
 (0)