Code review comment for lp:~lukas-kde/unity8/stabilizeFlakyWizardTest

Revision history for this message
Michael Terry (mterry) wrote :

Might you want to move

+ var contentAnimation = findInvisibleChild(page, "contentAnimation");
+ tryCompareFunction(function() { return contentAnimation.running; }, false);

directly into the waitForPage() method so all tests benefit from the fix?

review: Needs Fixing

« Back to merge proposal