Skip to content

Commit 7fea94e

Browse files
committed
Using new GoToSetupAndSetupOrchardCoreAsync shortcut
1 parent d602cf1 commit 7fea94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.GoToSetupAndSetupOrchardCoreAsync(new(context) { RecipeId = "Lombiq.Walkthroughs.Setup" });
16+
context.GoToSetupAndSetupOrchardCoreAsync("Lombiq.Walkthroughs.Setup");
1717

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

0 commit comments

Comments
 (0)