Skip to content

Commit 9a5a690

Browse files
authored
Merge pull request #40 from Lombiq/issue/OSOE-1069
OSOE-1069: Update method call
2 parents e188d9d + 77a2f9a commit 9a5a690

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lombiq.Walkthroughs.Test.UI/Extensions/UITestContextExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static async Task RunSetupAndTestWalkthroughsBehaviorAsync(this UITestCon
1313
}
1414

1515
public static Task GoToSetupPageAndSetupOrchardCoreWithWalkthroughsRecipeAsync(this UITestContext context) =>
16-
context.GoToSetupPageAndSetupOrchardCoreAsync("Lombiq.Walkthroughs.Setup");
16+
context.GoToSetupAndSetupOrchardCoreAsync("Lombiq.Walkthroughs.Setup");
1717

1818
public static Task EnableWalkthroughsFeatureAsync(this UITestContext context) =>
1919
context.EnableFeatureDirectlyAsync("Lombiq.Walkthroughs");

Lombiq.Walkthroughs.Test.UI/Lombiq.Walkthroughs.Tests.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
24-
<PackageReference Include="Lombiq.Tests.UI" Version="12.1.1-alpha.26.osoe-1064" />
24+
<PackageReference Include="Lombiq.Tests.UI" Version="13.0.1-alpha.7.osoe-1069" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

Lombiq.Walkthroughs/Lombiq.Walkthroughs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</ItemGroup>
4747

4848
<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
49-
<PackageReference Include="Lombiq.HelpfulLibraries" Version="12.2.1-alpha.0.occ-314" />
49+
<PackageReference Include="Lombiq.HelpfulLibraries" Version="12.2.1-alpha.10.osoe-1069" />
5050
<PackageReference Include="Lombiq.Npm.Targets" Version="1.5.0" />
5151
</ItemGroup>
5252

0 commit comments

Comments
 (0)