Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 committed Mar 14, 2024
1 parent 876a6b2 commit a4462ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = async function percyScreenshot(driver, name, options = {}) {
}
const provider = ProviderResolver.resolve(driver);
// Only added for browserstack sdk.
let thTestCaseExecutionId = options.thTestCaseExecutionId
let thTestCaseExecutionId = options.thTestCaseExecutionId;

const response = await provider.screenshot(name, {
fullscreen,
Expand Down

0 comments on commit a4462ef

Please sign in to comment.