Skip to content

Commit

Permalink
chore(deps): Remove incorrect dependency in UITest project
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Jul 22, 2024
1 parent 5084c90 commit c4fba44
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Uno.Gallery/Uno.Gallery.UITest/Given_AutoSuggestBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.UI.Xaml;
using NUnit.Framework;
using Uno.UITest.Helpers;
using Uno.UITest.Helpers.Queries;
Expand Down
2 changes: 0 additions & 2 deletions Uno.Gallery/Uno.Gallery.UITest/Given_RatingControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using NUnit.Framework;
using Uno.UI.Xaml;
using Uno.UITest.Helpers;
Expand Down
3 changes: 0 additions & 3 deletions Uno.Gallery/Uno.Gallery.UITest/Given_TextBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using NUnit.Framework;
using Uno.UI.Xaml;
using Uno.UITest.Helpers;
using Uno.UITest.Helpers.Queries;
using Uno.UITests.Helpers;
Expand Down
1 change: 0 additions & 1 deletion Uno.Gallery/Uno.Gallery.UITest/Uno.Gallery.UITest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Controls.DataGrid" />
<PackageReference Include="Uno.UITest.Helpers" />
<PackageReference Include="Xamarin.UITest" />
<PackageReference Include="NunitXml.TestLogger" />
Expand Down

0 comments on commit c4fba44

Please sign in to comment.