IKivan-kozenko -aqa
Try yourself as a QA tester
Back to topic

Quiz

Navigations

Check yourself

  1. 1.After clicking a Submit button, the app redirects to /orders/123/confirmation. What should you add after the click?
  2. 2.What is the default waitUntil value when you call page.goto(url) with no options?
  3. 3.What is the difference between waitUntil: 'load' and waitUntil: 'networkidle'?
  4. 4.What does waitUntil: 'commit' mean in a page.goto() call?
  5. 5.How do you test that clicking the browser's back button restores the previous page state?
  6. 6.A button click triggers a client-side redirect. Which is the correct way to wait for the navigation to complete?
  7. 7.How do you assert that the current page URL matches /dashboard using Playwright's web-first assertions?
  8. 8.What is the 'hydration trap' described in the article, and what is the recommended fix?