Skip to content

Commit

Permalink
Customizable base component conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Aug 30, 2024
1 parent 4692b5f commit 75917f6
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ namespace {{namespace}}
}
}

[global::System.Runtime.CompilerServices.CompilerGenerated]
public abstract partial class Conditions<TSelf> : global::Yapoml.Playwright.Components.BaseComponentConditions<TSelf>
{
public Conditions(global::System.TimeSpan timeout, global::System.TimeSpan pollingInterval, global::Microsoft.Playwright.IPage page, global::Yapoml.Playwright.Services.Locator.IElementHandler elementHandler, global::Yapoml.Playwright.Services.Locator.IElementLocator elementLocator, global::Yapoml.Playwright.Events.IEventSource eventSource, global::Yapoml.Framework.Logging.ILogger logger, global::Yapoml.Framework.Options.ISpaceOptions spaceOptions)
: base(timeout, pollingInterval, page, elementHandler, elementLocator, eventSource, logger, spaceOptions)
{

}
}

{{- for component in components }}

/// <summary>
Expand Down

0 comments on commit 75917f6

Please sign in to comment.