@Test(
     groups = {"alfresco-one"},
     priority = 16)
 public void test116IsDeleteLinkPresent() {
   FileDirectoryInfo thisRow = documentLibPage.getFileDirectoryInfo(file.getName());
   assertTrue(thisRow.isDeletePresent());
 }