mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
GH Auto: Upstream dependencies ADF:6.10.0-10394914720 JS-API:7.9.0-10394914720 using Tag:6.10.0-10394914720 (#4031)
* [ci:force][auto-commit] Update dependencies ADF:6.10.0-10394914720 JS:7.9.0-10394914720 * fix e2e error text --------- Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com> Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
@@ -78,7 +78,7 @@ test.describe('Upload new version', () => {
|
||||
async function previewUnsupportedFile(page: PersonalFilesPage, unsupportedFileName: string): Promise<void> {
|
||||
await page.dataTable.performClickFolderOrFileToOpen(unsupportedFileName);
|
||||
await page.viewer.checkUnknownFormatIsDisplayed();
|
||||
expect(await page.viewer.getUnknownFormatMessage()).toBe(`Couldn't load preview. Unknown format.`);
|
||||
expect(await page.viewer.getUnknownFormatMessage()).toContain(`Couldn't load preview. Unsupported file type`);
|
||||
await page.viewer.closeButtonLocator.click();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user