SWTBotTable commitsTable = getHistoryViewTable(PROJ1);
assertEquals(commitCount + 1, commitsTable.rowCount());
commitsTable.select(0);
SWTBot viewBot = getHistoryViewBot();
SWTBotTable fileDiffTable = viewBot.table(1);
assertEquals(1, fileDiffTable.rowCount());
fileDiffTable.select(0);
assertFalse(fileDiffTable.contextMenu(
UIText.CommitFileDiffViewer_OpenInEditorMenuLabel).isEnabled());