columnOrder-showCapitals.rctest
open SmartClient_Explorer.html#columnOrder
waitForElementClickable scLocator=//ListGrid[ID="countryList"]/body/row[countryCode=US||0]/col[fieldName=countryCode||0]
click scLocator=//FeatureExplorer[ID="featureExplorer"]/exampleViewer/exampleViewPane[Class=ExampleViewPane||index=0||length=1||classIndex=0||classLength=1]/viewContainer/child[Class=IButton||index=1||length=5||classIndex=0||classLength=2||roleIndex=0||roleLength=2||title=Show%20Capitals||scRole=button]/
waitForElementClickable scLocator=//ListGrid[ID="countryList"]/body/row[countryCode=US||continent=North%20America||0]/col[3]
verifyText scLocator=//ListGrid[ID="countryList"]/body/row[countryCode=JA]/col[fieldName=capital||2] Tokyo
click scLocator=//FeatureExplorer[ID="featureExplorer"]/exampleViewer/exampleViewPane[Class=ExampleViewPane||index=0||length=1||classIndex=0||classLength=1]/viewContainer/child[Class=IButton||index=3||length=5||classIndex=1||classLength=2||roleIndex=1||roleLength=2||title=Hide%20Capitals||scRole=button]/
waitForElementNotPresent scLocator=//ListGrid[ID="countryList"]/body/row[countryCode=US||continent=North%20America||0]/col[3]
verifyText scLocator=//ListGrid[ID="countryList"]/body/row[countryCode=GM]/col[fieldName=continent||3] Europe