Skip to content

Commit ee54a6a

Browse files
committed
Correct device names.
1 parent 7b02d45 commit ee54a6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/thepalaceproject/ait/AppiumDeviceConfigurations.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ public static Stream<AppiumDeviceConfiguration> deviceConfigurations()
2727
"13.0"
2828
),
2929
new AppiumDeviceConfiguration(
30-
"Pixel 9",
30+
"Google Pixel 9",
3131
"16.0"
3232
),
3333
new AppiumDeviceConfiguration(
34-
"Moto G9 Play",
34+
"Motorola Moto G9 Play",
3535
"10.0"
3636
),
3737
new AppiumDeviceConfiguration(
38-
"Galaxy Tab S11",
38+
"Samsung Galaxy Tab S11",
3939
"16.0"
4040
)
4141
);

0 commit comments

Comments
 (0)