ShowDiagram
echo Go to party diagram and test some entities informations.
echo begin standard procedure
open https://localhost:8443/uml/control/logout
open https://localhost:8443/uml/control/setSessionLocale?newLocale=en
type USERNAME admin
type PASSWORD ofbiz
clickAndWait //input[@value='Login']
echo end of standard procedure
assertTitle OFBiz: UML: Home
clickAndWait link=Gallery
assertTitle OFBiz: UML: Gallery
clickAndWait //img[@alt='Party']
assertTitle OFBiz: UML: Visualization
echo click on Party entity
echo DOESN'T WORK : clickAt //div[@class='UMLImage']/ 330,410
waitForElementPresent //div[@class='table-field']
assertElementPresent //div[@class='table-field']//tr[2]/td[text()='partyId']
assertElementPresent //div[@class='table-field']//tr[3]/td[text()='partyTypeId']
echo succeed :)