Skip to content

Commit 67bbc85

Browse files
authored
Merge pull request #396 from parthlambdatest/Dot-6351
update galaxy s25 name
2 parents 7e52cea + 1a4c6a1 commit 67bbc85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-cli",
3-
"version": "4.1.37-beta.0",
3+
"version": "4.1.37",
44
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
55
"files": [
66
"dist/**/*"

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export default {
360360
'Xperia 10 IV': { os: 'android', viewport: { width: 412, height: 832 } },
361361
'Honeywell CT40': { os: 'android', viewport: { width: 360, height: 512 } },
362362
'Galaxy S25': { os: 'android', viewport: { width: 370, height: 802 } },
363-
'Galaxy S25+': { os: 'android', viewport: { width: 393, height: 888 } },
363+
'Galaxy S25 Plus': { os: 'android', viewport: { width: 393, height: 888 } },
364364
'Galaxy S25 Ultra': { os: 'android', viewport: { width: 432, height: 941 } },
365365
'iPhone 17': { os: 'ios', viewport: { width: 393, height: 852 } },
366366
'iPhone 17 Pro': { os: 'ios', viewport: { width: 393, height: 852 } },

0 commit comments

Comments
 (0)