Search found 40 matches

actually there was a typo in the json file, thats why report was not getting rendered in the browser.
I did try renaming the fie to ".js" extension , but still it is not able to load the data.Actually i do see the file in the "bin/save_it _here" folder , but as I browse the url the file is not available.So I am not sure what's issue here?
I am attaching the screenshot for console message and also the json format, so let me know in case you need more inputs.


Thanks,
akansha.
Actually I am using chrome to open index.html and using apache tomcat server 7.0.56 for loading the siesta project , so I am not using why it is not loading the json file into the UI.
Hi Mats, I was wondering if each grid row click can be integrated into one single step: { action : "click", target : "#center mainDbGrid [itemId=dbgrid] => tr.x-grid-row:nth-child(1) .x-grid-cell:nth-child(1) .x-grid-row-expander", offset : [3, 4] }, { action : "click",...
Yes I dont mind using CSS query or component query , but I want validate the presence of the row in the grid/html before I click on individual rows.
@Mats
Yes I can do a screen share session with you, let me know what time works for you?

@Nick
Yes I do see coverage_data.json file in the save_it_here folder.
Hi Nick,

Yes, I simply followed your instructions as suggested by you in your previous post, and using web server for opening the report in the browser.

Regards,
Akansha.
yes, what I am trying to achieve is to validate each row visibility in the html DOM either through component query/ component visibility?

Regards,
Akansha.
Actually I want to validate the each row in a grid while simulating user interactions and not in a unit test case.

Thanks,
akansha.