Scriptorium.Nib.Browser.DomAssertions
Functions
wrap
val wrap :
check : (Locator -> Promise<unit>)
state : AssertionState<Locator>
-> Promise<AssertionState<Locator>>
Asserts the locator resolves to exactly <c>expected</c> DOM nodes.
Asserts the element has an attribute with the given name and value.
Asserts the element’s <c>class</c> attribute exactly matches the given class string.
Asserts the element’s <c>class</c> list contains all classes in <c>expected</c>.
Asserts the element has the given computed CSS property value.