Playwright Cucumber TS Steps
    Preparing search index...

    Function expectInputValueContains

    • Asserts that an input element has a value containing the expected substring. Supports fixtures for reusable selectors and values.

      Parameters

      • page: any
      • selectorKey: string
      • valueKey: string

      Returns Promise<void>

      Then I pw see input value "login.username" contains "test"