View Source Plausible.Test.Support.HTML (Plausible v0.0.1)

Floki wrappers to help make assertions about HTML/DOM structures

Summary

Functions

Link to this function

class_of_element(html, element)

View Source
Link to this function

element_exists?(html, selector)

View Source
Link to this function

form_exists?(html, action_path)

View Source
Link to this function

submit_button(html, form)

View Source
Link to this function

text_of_attr(element, attr)

View Source
Link to this function

text_of_attr(html, element, attr)

View Source
Link to this function

text_of_element(html, element)

View Source