[ACS-9580] incease viewer load time waiting

This commit is contained in:
akashrathod28
2025-04-25 13:50:06 +02:00
committed by Aleksander Sklorz
parent ba1ef44fdf
commit 130f979514
@@ -67,7 +67,7 @@ export class ViewerComponent extends BaseComponent {
if (waitForViewerContent) {
await this.waitForViewerLoaderToFinish();
}
await this.viewerLocator.waitFor({ state: 'visible', timeout: timeouts.medium });
await this.viewerLocator.waitFor({ state: 'visible', timeout: timeouts.large });
}
async isViewerOpened(): Promise<boolean> {