mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10838] test try fix and exclude with issue
This commit is contained in:
@@ -40,7 +40,7 @@ test.describe('Pagination on multiple pages : ', () => {
|
||||
|
||||
test.beforeAll(async () => {
|
||||
try {
|
||||
test.setTimeout(timeouts.extendedTest);
|
||||
test.setTimeout(timeouts.extendedLongTest);
|
||||
await apiClientFactory.setUpAcaBackend('admin');
|
||||
await apiClientFactory.createUser({ username });
|
||||
nodesApi = await NodesApi.initialize(username, username);
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"XAT-17697": "https://hyland.atlassian.net/browse/ACS-7464",
|
||||
"XAT-17121": "https://hyland.atlassian.net/browse/ACS-9889",
|
||||
"XAT-5602": "https://hyland.atlassian.net/browse/ACS-10384"
|
||||
"XAT-5602": "https://hyland.atlassian.net/browse/ACS-10384",
|
||||
"XAT-5603": "https://hyland.atlassian.net/browse/ACS-10847",
|
||||
"XAT-5604": "https://hyland.atlassian.net/browse/ACS-10847"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user