DeleteRepeatingEventTest
waitForElementPresent link=Calendar
clickAtAndWait link=Calendar
clickAtAndWait link=Events
store eval(selenium.isElementPresent('//td[5]/ul/li/strong/span')) event1Present
gotoIf !${event1Present} Event1NotPresent
clickAt //td[5]/ul/li/strong/span
waitForElementPresent //body/div[2]/ul/li[4]/a
clickAndWait //body/div[2]/ul/li[4]/a
assertConfirmation Are you sure you want to delete this?
label Event1NotPresent
store eval(selenium.isElementPresent('//td[5]/ul/li/strong/span')) event2Present
gotoIf !${event2Present} Event2NotPresent
clickAt //td[5]/ul/li/strong/span
waitForElementPresent //body/div[2]/ul/li[4]/a
clickAndWait //body/div[2]/ul/li[4]/a
assertConfirmation Are you sure you want to delete this?
label Event2NotPresent
store eval(selenium.isElementPresent('//td[5]/ul/li/strong/span')) event3Present
gotoIf !${event3Present} Event3NotPresent
clickAt //td[5]/ul/li/strong/span
waitForElementPresent //body/div[2]/ul/li[4]/a
clickAndWait //body/div[2]/ul/li[4]/a
assertConfirmation Are you sure you want to delete this?
label Event3NotPresent
store eval(selenium.isElementPresent('//td[5]/ul/li/strong/span')) event4Present
gotoIf !${event4Present} Event4NotPresent
clickAt //td[5]/ul/li/strong/span
waitForElementPresent //body/div[2]/ul/li[4]/a
clickAndWait //body/div[2]/ul/li[4]/a
assertConfirmation Are you sure you want to delete this?
label Event4NotPresent
store eval(selenium.isElementPresent('//td[5]/ul/li/strong/span')) event5Present
gotoIf !${event5Present} Event5NotPresent
clickAt //td[5]/ul/li/strong/span
waitForElementPresent //body/div[2]/ul/li[4]/a
clickAndWait //body/div[2]/ul/li[4]/a
assertConfirmation Are you sure you want to delete this?
label Event5NotPresent