Playwright Cucumber TS Steps
    Preparing search index...
    • Asserts that the currently stored (active) element (input/select) has a specific value. Supports aliases (e.g., @orderId) to compare against stored variables. Supports fixtures for reusable values.

      Parameters

      • page: any
      • valueKey: string

      Returns Promise<void>

      Then I pw expect element to have value "@savedUserEmail"