Skip to content

Commit

Permalink
fix: Remove duplicate RadioButton_IsEnabled_Automated test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed May 31, 2024
1 parent 951ba6d commit 988da0b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 183 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ partial class UnoSamples_Tests : SampleControlUITestBase
[AutoRetry]
public void RadioButton_IsEnabled_Validation()
{
Run("UITests.Shared.Windows_UI_Xaml_Controls.RadioButtonTests.RadioButton_IsEnabled_Automated");
Run("Uno.UI.Samples.Content.UITests.ButtonTestsControl.RadioButton_IsEnabled_Automated");

_app.WaitForElement(_app.Marked("MyRadioButtonDisabler"));

Expand Down Expand Up @@ -53,7 +53,7 @@ public void RadioButton_IsEnabled_Validation()
[AutoRetry]
public void RadioButton_DoubleTap_Validation()
{
Run("UITests.Shared.Windows_UI_Xaml_Controls.RadioButtonTests.RadioButton_IsEnabled_Automated");
Run("Uno.UI.Samples.Content.UITests.ButtonTestsControl.RadioButton_IsEnabled_Automated");

_app.WaitForElement(_app.Marked("MyRadioButtonDisabler"));

Expand Down Expand Up @@ -89,7 +89,7 @@ public void RadioButton_DoubleTap_Validation()
[AutoRetry]
public void RadioButton_StatePreservation()
{
Run("UITests.Shared.Windows_UI_Xaml_Controls.RadioButtonTests.RadioButton_IsEnabled_Automated");
Run("Uno.UI.Samples.Content.UITests.ButtonTestsControl.RadioButton_IsEnabled_Automated");

_app.WaitForElement(_app.Marked("MyRadioButtonDisabler"));

Expand Down
7 changes: 0 additions & 7 deletions src/SamplesApp/UITests.Shared/UITests.Shared.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -3586,10 +3586,6 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="$(MSBuildThisFileDirectory)Windows_UI_Xaml_Controls\RadioButtonTests\RadioButton_IsEnabled_Automated.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="$(MSBuildThisFileDirectory)Windows_UI_Xaml_Controls\ScrollViewerTests\Hosted_ScrollViewer.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down Expand Up @@ -7776,9 +7772,6 @@
<Compile Include="$(MSBuildThisFileDirectory)Windows_UI_Xaml_Controls\Progress\ProgressRing.xaml.cs">
<DependentUpon>ProgressRing.xaml</DependentUpon>
</Compile>
<Compile Include="$(MSBuildThisFileDirectory)Windows_UI_Xaml_Controls\RadioButtonTests\RadioButton_IsEnabled_Automated.xaml.cs">
<DependentUpon>RadioButton_IsEnabled_Automated.xaml</DependentUpon>
</Compile>
<Compile Include="$(MSBuildThisFileDirectory)Windows_UI_Xaml_Controls\ScrollViewerTests\Hosted_ScrollViewer.xaml.cs">
<DependentUpon>Hosted_ScrollViewer.xaml</DependentUpon>
</Compile>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 988da0b

Please sign in to comment.