Skip to content

Make it more convenient to wait on something while reloading the page #499

Closed
@ldaley

Description

@ldaley

I think it would be useful to have a waitFor like construct that refreshes the browser before each try. I think it would be the same in all other regards.

It should support nested use such as:

refreshWaitFor {
  waitFor(1) {
    // some condition
  } 
}

Based on my, somewhat hazy, understanding of how waitFor is implemented, that support for nesting would come for free.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions