Skip to content

Prevent expect call without matcher. #65

Closed
@mxschmitt

Description

@mxschmitt

Wrong: expect(await page.isVisible())
Good/Better: expect(await page.isVisible()).foobar()

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions