[AAE-10264] Rework the shareActions spec files (#2584)

This commit is contained in:
Michał Fidor
2022-08-11 16:53:10 +02:00
committed by GitHub
parent 24b2881ed5
commit 49b68f6a87
4 changed files with 13 additions and 1764 deletions

View File

@@ -141,7 +141,7 @@ export class SharedLinksApi extends RepoApi {
}
};
return await Utils.retryCall(sharedFile);
return Utils.retryCall(sharedFile);
} catch (error) {
Logger.error(`SharedLinksApi waitForFilesToBeShared : catch : ${error}`);
Logger.error(`\tWait timeout reached waiting for files to be shared`);