Playwright Cucumber TS Steps
    Preparing search index...

    Function expectElementToNotContainText

    • Asserts that an element does NOT contain the specified text. Supports fixtures for reusable selectors and text values.

      Parameters

      • page: any
      • selectorKey: string
      • textKey: string

      Returns Promise<void>

      Then I pw get element by selector "error.message" to not contain text "success"