Skip to content

Commit 2d3ca55

Browse files
Pawan RaiPawan Rai
authored andcommitted
minor fixes
1 parent 9741cc0 commit 2d3ca55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

selenium/lambdatest_selenium_driver/smartui.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ def smartui_snapshot(driver, name,options={}):
3737

3838
logger.info(f'Snapshot captured {name}')
3939
except Exception as e:
40-
logger.error(f'Could not take snapshot "{name}" Error {e}')
40+
logger.error(f'SmartUI snapshot failed "${name}"')
41+
logger.error(e)

0 commit comments

Comments
 (0)