ViewPage importedPage = this.sectionPage.clickImportedPage("Main.TestPage");
// Since the page by default opens the comments pane, if we instantly click on the history, the two tabs
// will race for completion. Let's wait for comments first.
importedPage.openCommentsDocExtraPane();
HistoryTab history = importedPage.openHistoryDocExtraPane();
Assert.assertEquals("4.1", history.getCurrentVersion());
Assert.assertEquals("Imported from XAR", history.getCurrentVersionComment());
Assert.assertTrue(history.hasVersionWithSummary("A new version of the document"));
}