Skip to content

Commit 786bb7e

Browse files
author
Anandhan Rajagopal
committed
Updated pixel version
1 parent af14421 commit 786bb7e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
<AndroidSdkApiLevels Include="34" SystemImageType="google_apis_playstore" DeviceType="$(AndroidSdkAvdDeviceType)" />
195195
<AndroidSdkApiLevels Include="35" SystemImageType="google_apis_playstore" DeviceType="$(AndroidSdkAvdDeviceType)" IsDefault="True" />
196196
<AndroidSdkApiLevels Include="36" SystemImageType="google_apis_playstore" DeviceType="$(AndroidSdkAvdDeviceType)" IsDefault="True" />
197-
<!-- Dedicated Pixel 9 configuration for SafeAreaEdges tests -->
198-
<AndroidSdkApiLevels Include="36" SystemImageType="google_apis_playstore" DeviceType="Pixel 9" />
197+
<!-- Dedicated Pixel 7 configuration for SafeAreaEdges tests -->
198+
<AndroidSdkApiLevels Include="36" SystemImageType="google_apis_playstore" DeviceType="pixel_7" />
199199
</ItemGroup>
200200
<PropertyGroup>
201201
<!-- arcade -->

eng/pipelines/common/ui-tests-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
platform: '' # [ android, ios, windows, catalyst ]
33
path: '' # path to csproj
44
device: '' # the xharness device to use
5-
deviceType: '' # the android device skin/type to use (e.g. Pixel 9, Nexus 5X)
5+
deviceType: '' # the android device skin/type to use (e.g. Pixel 7, Nexus 5X)
66
cakeArgs: '' # additional cake args
77
app: '' #path to app to test
88
version: '' #the iOS version'

eng/pipelines/common/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ stages:
210210
path: ${{ project.android }}
211211
app: ${{ project.app }}
212212
device: android-emulator-64_36
213-
deviceType: "Pixel 9"
213+
deviceType: "pixel_7"
214214
provisionatorChannel: ${{ parameters.provisionatorChannel }}
215215
agentPoolAccessToken: ${{ parameters.agentPoolAccessToken }}
216216
testFilter: "SafeAreaEdges"

src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/BoxViewFeatureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void BoxView_IsVisible()
3535
}
3636

3737
[Test]
38-
[Category(UITestCategories.SafeAreaEdges)] // Modified the category temporarily to ensure the pipeline properly creates pixel 9 emulator and generates images; once testing is done, will revert these changes.
38+
[Category(UITestCategories.SafeAreaEdges)] // Modified the category temporarily to ensure the pipeline properly creates pixel 7 emulator and generates images; once testing is done, will revert these changes.
3939
public void BoxView_CornerRadiusWithColor()
4040
{
4141
App.WaitForElement("ResetButton");

0 commit comments

Comments
 (0)