Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Consider making a library of retry helper methods for situations outside of Angular's control #1557

@juliemr

Description

@juliemr

I'm not sure if these belong in Protractor core or not, but let's consolidate discussion under this issue.

This would be functions like:

waitUntilElementPresent(elem);
waitUntilClickable(elem);
waitUntilUrlIs('foo.com');

Needing these can be red flags, because they mean that synchronization isn't working - but that may be true for websites outside of Angular (e.g. login pages).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions