mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6688] excluding & fixing failing tests (#3624)
* [ACS-6688] excluding excluded tests * [ACS-6688] Shortened notes for excluded tests * [ACS-6688] New patch of excluded tests * [ACS-6688] few more excluded + one test fixed + timeout longer for library actions * [ACS-6688] added longer timeout for github actions failing test * exclude user test fix in ACS-6699 * [ACS-6688] Next patch of fixed tests * [ACS-6688] last batch of excludes and one test fix * [ACS-6688] Trash Admin fix * [ACS-6688] .only deleted from trash admin test * [ACS-6688] Reverted the global-variables.ts file changes * [ACS-6688] small fixes * [ACS-6688] spaces changed * [ACS-6688] trash admin test excluded --------- Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
@@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"C286326": "https://alfresco.atlassian.net/browse/ACS-6688"
|
||||
}
|
@@ -90,7 +90,7 @@ test.describe('Library actions ', () => {
|
||||
let user2SitesApi: SitesApi;
|
||||
|
||||
test.beforeAll(async () => {
|
||||
test.setTimeout(timeouts.extendedTest);
|
||||
test.setTimeout(timeouts.extendedLongTest);
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
const username1 = `user-${Utils.random()}`;
|
||||
const siteRoles = [
|
||||
|
Reference in New Issue
Block a user