Playwright Cucumber TS Steps
    Preparing search index...
    • Asserts that the page's <title> tag exactly matches the provided string. Supports fixtures for reusable titles.

      Parameters

      • page: any
      • titleKey: string

      Returns Promise<void>

      Then I pw expect the title to be "app.homeTitle"