DisableInputTest
waitForElementPresent link=Google Maps Test Page
clickAndWait link=Google Maps Test Page
clickAndWait link=Configuration
store eval(selenium.isChecked('_86_mapInputEnabledCheckbox')) MapChecked
gotoIf !${MapChecked} MapNotChecked
click _86_mapInputEnabledCheckbox
label MapNotChecked
pause 500
store eval(selenium.isChecked('_86_directionsInputEnabledCheckbox')) DirectionChecked
gotoIf !${DirectionChecked} DirectionNotChecked
click _86_directionsInputEnabledCheckbox
label DirectionNotChecked
clickAndWait //input[@value='Save']
assertTextPresent You have successfully updated the setup.