Integration testing ImageBundles

2008-09-30 Thread mfuzzey
Hi; I'm trying to integration test a GWT application using ImageBundle with WebDriver. At one point I have images that represent various states of an object and I need to check the correct image is being displayed. However due to the use of ImageBundle the browser is actually seeing something like

Re: Integration testing ImageBundles

2008-09-30 Thread Thomas Broyer
On 29 sep, 18:25, mfuzzey <[EMAIL PROTECTED]> wrote: > Hi; > I'm trying to integration test a GWT application using ImageBundle > with WebDriver. > At one point I have images that represent various states of an object > and I need to check the correct image is being displayed. > However due to th