Skip to content

Commit 3454cf5

Browse files
committed
Atata package upgrade.
1 parent 6035820 commit 3454cf5

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Lombiq.Tests.UI/Lombiq.Tests.UI.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
</ItemGroup>
6060

6161
<ItemGroup>
62-
<PackageReference Include="Atata" Version="2.9.0" />
63-
<PackageReference Include="Atata.Bootstrap" Version="2.1.0" />
62+
<PackageReference Include="Atata" Version="2.14.1" />
63+
<PackageReference Include="Atata.Bootstrap" Version="2.2.0" />
6464
<PackageReference Include="Atata.HtmlValidation" Version="2.4.0" />
65-
<PackageReference Include="Atata.WebDriverExtras" Version="2.2.0" />
66-
<PackageReference Include="Atata.WebDriverSetup" Version="2.8.0" />
65+
<PackageReference Include="Atata.WebDriverExtras" Version="2.3.0" />
66+
<PackageReference Include="Atata.WebDriverSetup" Version="2.10.0" />
6767
<PackageReference Include="Azure.Storage.Blobs" Version="12.18.0" />
6868
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
6969
<PackageReference Include="Codeuctivity.ImageSharpCompare" Version="3.0.183" />

Lombiq.Tests.UI/UITestBase.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ protected async Task ExecuteOrchardCoreTestAsync(
3939
{
4040
_testOutputHelper = originalTestOutputHelper;
4141
// This warning is a false positive as it is not considering the evaluation of the if statement above.
42-
#pragma warning disable S2583 // Conditionally executed code should be reachable
4342
afterTest?.Invoke();
44-
#pragma warning restore S2583 // Conditionally executed code should be reachable
4543
}
4644
}
4745
}

0 commit comments

Comments
 (0)