[ACS-6535]add e2e test suite for copy-move-actions (#3576)

* add e2e test suite for copy-action

* code fix

* [ACS-6457] Migrated unshare-file e2es to playwright (#3575)

* [ACS-6457] Migrated unshare-file e2es to playwright

* Removed only

* [ACS-6457] Removed protractor file

* Updated timeout

* Updated timeout

* Removed clickClose method

* Addressed review comments

* Addressed review comments

* Created a separate test suit for share-actions

* Remove only

* rebase

* code fix

* code fix

---------
This commit is contained in:
Akash Rathod
2024-01-02 15:11:22 +05:30
committed by GitHub
parent 381ce2faba
commit 5bb7c210a5
7 changed files with 12 additions and 14 deletions

View File

@@ -53,7 +53,7 @@ export class SearchPageApi {
};
try {
return this.apiService.search.search(data);
return await this.apiService.search.search(data);
} catch (error) {
Logger.error(`SearchApi queryRecentFiles : catch : `, error);
return new ResultSetPaging;