Check dayView
  • page loading
  • click on the "week" tab
  • go on the week in which the createEvent test has create an event
  • check title is here
  • check description is here
  • check that the popup appear when we have a mouseOver on the event
setTimeout 50000
open https://127.0.0.1:8443/gwtcalendar/control/logout
open https://127.0.0.1:8443/gwtcalendar/control/setSessionLocale?newLocale=en
type USERNAME admin
type PASSWORD ofbiz
clickAndWait //input[@value='Login']
open https://127.0.0.1:8443/gwtcalendar/control/main
waitForElementPresent //div[@class='gwt-Label' and contains(.,'Work Week')]
click //div[@class='gwt-Label' and contains(.,'Work Week')]
doubleClick //div[@class='dv-appointment dragdrop-draggable' and contains(.,'TestAuto')]
click //td[@class='gwt-MenuItem' and contains(.,'Close')]
mouseOver //div[@class='dv-appointment dragdrop-draggable' and contains(.,'TestAuto')]
assertElementPresent //div[@id='CalEventPopup']
assertElementNotPresent //div[@class='errorMessage']