@Test(
     expectedExceptions = PageOperationException.class,
     groups = {"Enterprise4.2"},
     priority = 21)
 public void test121SelectDownloadFolderAsZipForFile() throws Exception {
   // Get File
   FileDirectoryInfo thisRow = documentLibPage.getFileDirectoryInfo(file.getName());
   thisRow.selectDownloadFolderAsZip();
 }