@IgnoreBrowser(value = "internet.*", version = "9\\.*", reason = "See http://jira.xwiki.org/browse/XE-1177")})
public void testFieldNameAutoGeneration()
{
// Add a class field and set its name to an auto-generated field name for a different type.
ClassFieldEditPane field = editor.addField("Short Text");
field.openConfigPanel();
field.setName("number1");
editor.clickSaveAndContinue();
// Add a new field of the type implied by the name set to the previous field.