@Test
  public void testConcealDisplay() {
    presenter.concealDisplay();

    verify(editorKeyShortcuts).enableNavigationContext();
  }