This group covers step definitions that assert a specific element, field, or response contains - or does not contain - a particular value or CSS style. These are the most commonly used outcome assertions in webship-js scenarios: they verify visible text, rendered HTML, computed styles, and form field values after an action has been performed.
The steps in this group share the same underlying structure: you name a target (a field label, a CSS selector, or the full page response) and provide the value to check. Some steps wait for the element with a timeout before reading; others check the full HTML source including hidden regions. Choose the right step for your target to keep scenarios precise and readable.