Problem with order - "verify image present"

Hello, I have a big problem with order “verify image present”. I create repository object and I added a image from disk to it. The same image I have on website. But when I try to verify this image all the time I have massage : Unable to verify image present (Root cause: Image: ‘/…/Pictures/XlImageHandler.ashx.png’ is NOT present).
what am I doing wrong?

Hi there,

Can you show me your test case?

It’s very simple :

String url = ‘hereIhavesomeUrl

WebUI.openBrowser(url)

WebUI.waitForPageLoad(15)

WebUI.verifyImagePresent(findTestObject(‘Logo2’))

logo.png

How do you ‘capture’ your image and use it in your test object?

I was add object repository after add to him image from disk.