if declares exactly one condition
(assert, assertVisually, checkPageContains, checkPageDoesNotContain,
javascript, or any checkElement...) plus a then array. A failing condition
skips the then block rather than failing the test.
Run a block of steps only when a condition holds.
if declares exactly one condition
(assert, assertVisually, checkPageContains, checkPageDoesNotContain,
javascript, or any checkElement...) plus a then array. A failing condition
skips the then block rather than failing the test.