Skip to content

Commit

Permalink
Temporarily added code to investigate the stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Friedrich committed Jan 11, 2023
1 parent a4b652b commit 43ab086
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ public static async Task TestDataTableRecipeDataAsync(this UITestContext context
await context.SignInDirectlyAsync();
await context.ExecuteDataTablesSampleRecipeDirectlyAsync();

// Added temporarily to investigate the stacktrace of this extension method.
context.AssertVisualVerificationApproved(element: null, pixelErrorPercentageThreshold: 5, regionOfInterest: null);

await context.TestDataTableTagHelperAsync();
await context.TestDataTableProviderWithShapeAsync();
await context.TestDataTableIndexBasedProviderAsync();
Expand Down

0 comments on commit 43ab086

Please sign in to comment.