diff --git a/index.js b/index.js index 79588ea..223b291 100644 --- a/index.js +++ b/index.js @@ -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,