@Test
  public void testRevealDisplay() {
    presenter.revealDisplay();

    verify(editorKeyShortcuts).enableEditContext();
  }