← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #673176]: Failed tests are marked as "error" instead of "failed" in report

 

Question #673176 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/673176

    Status: Answered => Open

zhenya is still having a problem:
Just did it. It is very strange, but after I changed wait() to exists(), test which should fail somehow passed.
Although web browser is in fullscreen mode and I'm sure that image within "exists()" is absent on the screen.
I've tried 2 options:
1. exists("image.jpg")
2. exists(Pattern("image.jpg").similar(99))

Unfortunately, result was the same. What could cause it? Could it be some mistake in the code? 
Because, at the same time, "wait()" instead of "exists()" clearly see that image is absent on the screen, just with wrong resolution ("error" instead of "failed")

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.