Skip to content

Inherited Pause in screenpy-selenium has errors in mypy #25

@MarcelWilson

Description

@MarcelWilson

screenp-selenium has a Pause class that inherits screenpy.actions.pause.Pause.

mypy will error on the following code from screenpy-selenium

Pause.for_(length).seconds_because("... reasons").add_to_chain(tester, chain)

"Pause" has not attribute "add_to_chain" [attr-defined]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions