.getFirstFileNameInDirectory(documentStorageDirectory));
assertThat(testFileGenerator.getTestFileContent(newlyCreatedFile))
.isEqualTo("This is a test file")
.as("The contents of the file were also uploaded");
VersionDocumentsPage versionDocumentsPage = versionDocumentsTab
.gotoDocumentTab()
.waitForSourceDocsContains(testFileName);
assertThat(versionDocumentsPage.sourceDocumentsContains(testFileName))
.isTrue()