// Check the page title and content.
assertEquals("A story", page.getDocumentTitle());
assertEquals("Once upon a time..", page.getContent());
// Check document version/history.
HistoryPane historyPane = page.openHistoryDocExtraPane();
assertEquals("3.1", historyPane.getCurrentVersion());
assertEquals("Restored from recycle bin", historyPane.getCurrentVersionComment());
// Check the attachment.
AttachmentsPane attachmentsPane = page.openAttachmentsDocExtraPane();