You are here

9 calls to WebAssert::getMatchingElementRepresentation() in Zircon Profile 8

WebAssert::elementAttributeContains in vendor/behat/mink/src/WebAssert.php
Checks that an attribute of a specific elements contains text.
WebAssert::elementAttributeExists in vendor/behat/mink/src/WebAssert.php
Checks that an attribute exists in an element.
WebAssert::elementAttributeNotContains in vendor/behat/mink/src/WebAssert.php
Checks that an attribute of a specific elements does not contain text.
WebAssert::elementContains in vendor/behat/mink/src/WebAssert.php
Checks that specific element contains HTML.
WebAssert::elementNotContains in vendor/behat/mink/src/WebAssert.php
Checks that specific element does not contains HTML.
WebAssert::elementNotExists in vendor/behat/mink/src/WebAssert.php
Checks that specific element does not exists on the current page.
WebAssert::elementsCount in vendor/behat/mink/src/WebAssert.php
Checks that there is specified number of specific elements on the page.
WebAssert::elementTextContains in vendor/behat/mink/src/WebAssert.php
Checks that specific element contains text.
WebAssert::elementTextNotContains in vendor/behat/mink/src/WebAssert.php
Checks that specific element does not contains text.