Skip to content

@beat decoration logging and resolutions #149

@MarcelWilson

Description

@MarcelWilson

I've been noticing resolutions will log their beat message but then redundantly also log the retval from the resolution.resolve.

Marcel sees if the username field is visible.
    Marcel inspects the username field.
        => <None>
    ... hoping it's visible.
        => the element is visible

The ... hoping it's visible. and the => the element is visible are communicating the same thing. I believe the resolve methods dont really need to log the return value.

The current behavior also can lead to confusion. We note that the question returned <None> but the resolution logging can make it seem as if the element not only was present, but was also matched; when in fact, it was not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions