Function goToPage

Navigates to a specified URL and verifies the navigation

  • Parameters

    • page: Page

      The Playwright Page object

    • url: string

      The URL to navigate to

    Returns Promise<void>

    Promise that resolves when navigation is complete and verified