Assertion¶
An assertion is a validation to run against the current state of an element or page.
text¶
| required | false |
| type | string |
| default | nil |
If provided, asserts that the Text of the selection matches the provided value.
Example¶
name: "Ensure text matches"
text: "Bar"