Skip to content

Commit

Permalink
Adding an example page for Carousel widget and removing the home page…
Browse files Browse the repository at this point in the history
… widget; Updating UI Kit widgets tests so they work with the example page.
  • Loading branch information
milosh-96 committed Dec 26, 2024
1 parent 40891aa commit 99e9986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public BehaviorUIKitWidgetsTests(ITestOutputHelper testOutputHelper)
[Fact]
public Task UIKitCarouselWidgetShouldHaveSlickContainer()
=> ExecuteTestAfterSetupAsync(
context => context.TestCarouselWidgetBehavior(),
context => context.TestCarouselWidgetBehaviorAsync(),
configuration => configuration.HtmlValidationConfiguration.AssertHtmlValidationResultAsync =
validationResult =>
{
Expand Down

0 comments on commit 99e9986

Please sign in to comment.