Skip to content

Commit

Permalink
chore(reg): Fix CI build - iteration 4: Fix UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Jul 29, 2024
1 parent 63a0506 commit 4ac918d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<DefineConstants Condition="$(UnoTargetFrameworkOverride.ToLowerInvariant().Contains('-ios'))">$(DefineConstants);TARGET_FRAMEWORK_OVERRIDE_IOS</DefineConstants>

<!-- Use 'GeneratedRegexAttribute' to generate the regular expression -->
<NoWarn>$(NoWarn);SYSLIB1045</NoWarn>
<NoWarn>$(NoWarn);SYSLIB1045;CS1998</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
using SamplesApp.UITests.Extensions;
using SamplesApp.UITests.TestFramework;
using Uno.Testing;
using Uno.UI.RuntimeTests.Helpers;
using Uno.UITest.Helpers.Queries;

#if IS_RUNTIME_UI_TESTS
using Uno.UI.RuntimeTests.Helpers;
#endif

namespace SamplesApp.UITests.Windows_UI_Xaml_Controls.SwipeControlTests
{
[TestFixture]
Expand Down

0 comments on commit 4ac918d

Please sign in to comment.