Back to all steps

I see

Step fields
text (text)
Assert that text is visible on the page.
You can inject a remembered slot value: type rmb:slot_1 (or slot_2/slot_3/slot_4) — the worker substitutes the text saved by the “Remember text” step. Handy for dynamic listings: remember the product name on its page, then verify i_see rmb:slot_1 in the cart.
Usage example

Check that the page contains the given visible text (case-insensitive, partial match).

Examples:

  • Welcome — passes if such text appears anywhere
  • Cart is empty
  • Order # — partial-match check

When to use: make sure the expected content has loaded (headings, buttons, success messages).