Skip to content

support for E2E testing #130

Description

@Sarfarazsajjad

I am writing e2e protractor tests and I need to detect when the block ui appears and disappear, but I don't see any changes in css or html when the blocker appear or disappear. can you point to something that can be detected with protractor browser.wait something like this

browser.wait(result =>{ return element(by.className('spinner')).isPresent(); }, 20000);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions