public void testShowHideJSFunctions() {
testAppFunctionalPage("/components/popuplayer/popupLayerJSFunctions.jsf");
PopupLayerInspector popupLayer = popupLayer("formID:showHide");
// show PopupLayer
popupLayer.assertVisible(false);
element("showPopupLayer").click();
popupLayer.assertVisible(true);
// make submit and check is PopupLayer in 'visible' state
element("formID:submit").clickAndWait();