We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public static TOwner HaveClass<TComponent, TOwner>(this IUIComponentVerificationProvider<TComponent, TOwner> should, params string[] classNames) where TComponent : UIComponent<TOwner> where TOwner : PageObject<TOwner>;
Provides shorter syntax to verify class.
Instead of:
Component.Attributes.Class.Should.Contain("some-class")
use:
Component.Should.HaveClass("some-class")
The text was updated successfully, but these errors were encountered:
#118 Add ContainClass verification extension method
f23d4ed
#118 Add HaveClass verification extension method
f13770b
YevgeniyShunevych
No branches or pull requests
Provides shorter syntax to verify class.
Instead of:
use:
The text was updated successfully, but these errors were encountered: