}
firstFooterElement.assertText(TODAY_ES);
secondFooterElement.assertText(WEEK_ES);
// perform sorting by second column and verify data 'ja' locale
localeChanger.tabs().get(2).clickAndWait();
testAppFunctionalPage("/components/loadbundle/withDataTable.jsf"); // issue a GET request for view to update locale in JSP
secondHeaderElement.clickAndWait(OpenFacesAjaxLoadingMode.getInstance());
firstHeaderElement.assertText(TODAY_JA);
secondHeaderElement.assertText(WEEK_JA);
for (int j = 0; j < 3; j++) {