Playwright Cucumber TS Steps
    Preparing search index...
    • Asserts that a button with specific text is visible.

      Parameters

      • page: any

        The Playwright page object

      • textKey: string

        The text key (can be a fixture key or raw text)

      Returns Promise<void>

      Then I pw see button text "Submit"
      
      Then I pw see button text "buttons.saveKey" (fixture)