Skip to content

Commit

Permalink
Invert sample test execution for investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Friedrich committed Dec 30, 2022
1 parent daa03b8 commit 929846e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public static async Task TestChartJsSampleBehaviorAsync(this UITestContext conte
{
await context.SignInDirectlyAsync();
await context.ExecuteChartJsSampleRecipeDirectlyAsync();
await context.TestChartJsBarChartAsync();
await context.TestChartJsLineChartAsync();
await context.TestChartJsBarChartAsync();
}

public static async Task TestChartJsBarChartAsync(this UITestContext context)
Expand Down

0 comments on commit 929846e

Please sign in to comment.