mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-4432] Upload Dialog overlaps Upload New Version dialog (#2138)
* fix upload dialog z-index issue * Fix MNT-21058 * remove unused import Co-authored-by: iuliaib <iulia.burca@ness.com>
This commit is contained in:
@@ -54,6 +54,15 @@ export class Viewer extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
async waitForFileTitleToBeDisplayed(fileTitle: string): Promise<void> {
|
||||
try {
|
||||
const fileName = this.byCssText('.adf-viewer__display-name', `${fileTitle}`);
|
||||
await waitForPresence(fileName);
|
||||
} catch (error) {
|
||||
Logger.error('\n-----> catch waitForFileTitle <-----\n', error);
|
||||
}
|
||||
}
|
||||
|
||||
async waitForTxtViewerToLoad(): Promise<void> {
|
||||
try {
|
||||
await this.waitForViewerToOpen();
|
||||
|
Reference in New Issue
Block a user