When creating an assertion against an element on the page, you can now hold the "shift" key and click on the element to skip the assertion configuration form and quickly create the assertion!
Hold shift and click to record a quick assertion
The new assertion step is created with default values based on the element that was selected. Typically, default assertion values assert that an element's innerText
or value
is equal to the element's current text.
Learn more about element assertions here.