Skip to content

Separate Matchers between browser, element and mock matchers #1408

@christian-bromann

Description

@christian-bromann

Currently we have one single interface for all matchers. This causes the following to not fail:

expect($('foobar')).toHaveUrl('...')

We should create browser, element and mock matchers to be more explicit about the available matchers based on provided object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions