propertyAndCategoryChanges
open /mediawiki/index.php?title=Mynewtestpage&action=edit&redlink=1&mode=wysiwyg
clickAndWait //a/img[@id='editimage']
setSpeed 2000
click toggle_wpTextbox1
type wpTextbox1 This is Berlin located in [[located in::Germany]]. The city is also is [[is capital::Germany]] of Germany and has [[Inhabitants::3524000|3.5 Mio]]. [[Category:City]]
click toggle_wpTextbox1
setSpeed 0
verifyElementPresent //span[@property='located in'][@class='fck_mw_property'][text()='Germany']
verifyElementPresent //span[@property='is capital'][@class='fck_mw_property'][text()='Germany']
verifyElementPresent //span[@property='Inhabitants::3524000'][@class='fck_mw_property'][text()='3.5 Mio']
verifyElementPresent //span[@class='fck_mw_category'][@sort='City'][@_fcknotitle='true'][text()='City']
setSpeed 2000
click toggle_wpTextbox1
type wpTextbox1 This is Berlin located in [[located in::Germany]]. The city is also is Germany of Germany and has [[Inhabitants::3524000]]. [[Category:Person]]
click toggle_wpTextbox1
setSpeed 0
verifyElementPresent //span[@property='located in'][@class='fck_mw_property'][text()='Germany']
verifyElementPresent //span[@property='Inhabitants'][@class='fck_mw_property'][text()='3524000']
verifyElementPresent //span[@class='fck_mw_category'][@sort='Person'][@_fcknotitle='true'][text()='Person']