Skip to content

Commit a97e777

Browse files
authored
Merge pull request #120 from parthlambdatest/Dot_3790
Version upgradation 4.0.1 --->> 4.0.2
2 parents 0e1076b + 1a0acf5 commit a97e777

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-cli",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
55
"files": [
66
"dist/**/*"

src/lib/processSnapshot.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ async function processSnapshot(snapshot: Snapshot, ctx: Context): Promise<Record
114114

115115
if (cookieArray && Array.isArray(cookieArray) && cookieArray.length > 0) {
116116
await context.addCookies(cookieArray);
117+
ctx.log.debug('Cookies added');
117118
} else {
118-
ctx.log.debug('No valid cookies to add.');
119+
ctx.log.debug('No valid cookies to add');
119120
}
120121

121122
const page = await context.newPage();

0 commit comments

Comments
 (0)