public void testAutoSavingAfter1Sec() {
String expected = "Added and possibly saved text!";
page.getEditor().type(expected);
waitModel().withTimeout(TIMEOUT_FOR_AUTOSAVING, TimeUnit.MILLISECONDS).until(
new ElementTextContains(page.getOutputFromEditor(), expected));
}