Skip to content

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

@vasu31dev

Description

@vasu31dev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions