eslint-plugin-playwright icon indicating copy to clipboard operation
eslint-plugin-playwright copied to clipboard

Check if page methods are missing await (`missing-playwright-await`)

Open camchenry opened this issue 1 year ago • 0 comments
trafficstars

  • Part of https://github.com/playwright-community/eslint-plugin-playwright/issues/159

This adds support for checking if Page methods are properly awaited, as part of the missing-playwright-await rule.

I've intentionally skipped the waitForEvent, waitForRequest, and waitForResponse methods, as I believe these should be covered by a different lint rule or PR, since it is more complex: https://github.com/playwright-community/eslint-plugin-playwright/issues/199

camchenry avatar Aug 20 '24 03:08 camchenry