Playwright version: 1.35.1 eslint-plugin-playwright": 0.15.1 const softExpect = expect.configure({ soft: true }); softExpect(page.locator('id="login"')).toBeHidden(); Missing await is not shown as an error https://github.com/playwright-community/eslint-plugin-playwright/blob/main/docs/rules/missing-playwright-await.md