click("$newFile:visible");
timeBlocker.waitResponse();
Random randomGenerator = new Random();
Cell cell = getCell(randomGenerator.nextInt(10), randomGenerator.nextInt(10));
Assert.assertTrue("cell text shall be empty", Strings.isNullOrEmpty(cell.getText()));
}