We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b02d45 commit ee54a6aCopy full SHA for ee54a6a
src/main/java/org/thepalaceproject/ait/AppiumDeviceConfigurations.java
@@ -27,15 +27,15 @@ public static Stream<AppiumDeviceConfiguration> deviceConfigurations()
27
"13.0"
28
),
29
new AppiumDeviceConfiguration(
30
- "Pixel 9",
+ "Google Pixel 9",
31
"16.0"
32
33
34
- "Moto G9 Play",
+ "Motorola Moto G9 Play",
35
"10.0"
36
37
38
- "Galaxy Tab S11",
+ "Samsung Galaxy Tab S11",
39
40
)
41
);
0 commit comments