Assert.assertEquals("101px", firstRow.findElement(By.cssSelector("td")).getCssValue("width"));
}
private static void addIndexPage(IterationDeployment deployment) {
FaceletAsset p = new FaceletAsset();
p.xmlns("rich", "http://richfaces.org/iteration");
p.xmlns("a4j", "http://richfaces.org/a4j");
p.body("<h:outputStylesheet> table { width: 100%; } </h:outputStylesheet>");
p.body("<h:form id='myForm'>");
p.body(" <rich:extendedDataTable id='edt' value='#{iterationBean.values}' var='bean'>");