pub fn assert_has_class(output: &RenderOutput, class: &str) -> boolExpand description
Assert that a RenderOutput contains the specified CSS class.
Returns true if the class is present.
pub fn assert_has_class(output: &RenderOutput, class: &str) -> boolAssert that a RenderOutput contains the specified CSS class.
Returns true if the class is present.