Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to improve the stability when running multiple tests with servodriver #6161

Merged
merged 1 commit into from Jun 3, 2015

Commits on Jun 2, 2015

  1. Improve the stability of tests run using WebDriver.

    * Wait for the correct pipeline to return a LoadComplete message
      before signalling a load is complete, and ensure that the root
      pipeline is the one corresponding to the active document of the top
      level browsing context, even if this has not yet painted.
    
    * Ensure that TakeScreenshot operates on the correct pipeline
    
    * Reset the screenshot ready flag whenever we decide that we are ready
      to take a screenshot.
    jgraham committed Jun 2, 2015
You can’t perform that action at this time.