We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d602cf1 commit 7fea94eCopy full SHA for 7fea94e
Lombiq.Walkthroughs.Test.UI/Extensions/UITestContextExtensions.cs
@@ -13,7 +13,7 @@ public static async Task RunSetupAndTestWalkthroughsBehaviorAsync(this UITestCon
13
}
14
15
public static Task GoToSetupPageAndSetupOrchardCoreWithWalkthroughsRecipeAsync(this UITestContext context) =>
16
- context.GoToSetupAndSetupOrchardCoreAsync(new(context) { RecipeId = "Lombiq.Walkthroughs.Setup" });
+ context.GoToSetupAndSetupOrchardCoreAsync("Lombiq.Walkthroughs.Setup");
17
18
public static Task EnableWalkthroughsFeatureAsync(this UITestContext context) =>
19
context.EnableFeatureDirectlyAsync("Lombiq.Walkthroughs");
0 commit comments