Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

await missing lint rule is not working expect.configure({ soft: true }); #150

Closed
vasu31dev opened this issue Jun 27, 2023 · 1 comment
Closed

Comments

@vasu31dev
Copy link

vasu31dev commented Jun 27, 2023

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

@github-actions
Copy link

🎉 This issue has been resolved in version 0.15.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant