Skip to main content

Documentation Index

Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Inverse of checkPageContains.

Parameters

ParameterTypeRequiredDescription
textstringYesSubstring that must NOT appear on the page.
timeoutnumberNoMaximum time in milliseconds to wait.
iframestringNoDescription of the iframe to scope the check to.
saveAsstringNoName of the variable to write this step’s return value to.
retriesnumberNoNumber of times to retry the step on failure before failing the test.
skippedbooleanNoSkip this step at execution time.
commentstringNoFree-form annotation kept with the step.

Shorthand

Text as a single string.
- checkPageDoesNotContain: Delete Workspace

Examples

- checkPageDoesNotContain:
    text: "{{ env.HEADER_NAME_MATCHER_FALSE }}"
    timeout: 5000
- checkPageDoesNotContain:
    text: Initializing
    timeout: 60000