Playwright Cucumber TS Steps
    Preparing search index...

    Function expectLocalStorageItemEquals

    • Asserts that a local storage item exists and has the expected value. Supports fixtures for reusable storage keys and values.

      Parameters

      • page: any
      • keyKey: string
      • valueKey: string

      Returns Promise<void>

      Then I pw see local storage item "user_prefs" equals "dark_theme"