mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-9154] Fix unstable tests in ACA after migration to local ACS (#4341)
* [ACS-9154] enable flaky tests for debugging * [ACS-9154] added artifacts * [ACS-9154] Added wait for viewer spinner to load + excluded one test * [ACS-9154] Final tests stabilization (for this pr) * [ACS-9154] Excluded XAT-5304 * [ACS-9154] exclude C277736 updated
This commit is contained in:
@@ -2,6 +2,5 @@
|
||||
"XAT-17181": "https://hyland.atlassian.net/browse/ACS-8865",
|
||||
"XAT-17182": "https://hyland.atlassian.net/browse/ACS-8865",
|
||||
"XAT-17184": "https://hyland.atlassian.net/browse/ACS-8865",
|
||||
"XAT-17185": "https://hyland.atlassian.net/browse/ACS-8865",
|
||||
"MNT-21058": "https://hyland.atlassian.net/browse/ACS-9154"
|
||||
"XAT-17185": "https://hyland.atlassian.net/browse/ACS-8865"
|
||||
}
|
||||
|
@@ -200,7 +200,7 @@ test.describe('viewer action file', () => {
|
||||
|
||||
test('[MNT-21058] Upload new version action when node is locked', async ({ personalFiles }) => {
|
||||
await personalFiles.dataTable.performClickFolderOrFileToOpen(fileForUploadNewVersion2);
|
||||
await personalFiles.viewer.waitForViewerToOpen();
|
||||
await personalFiles.viewer.waitForViewerToOpen('wait for viewer content');
|
||||
|
||||
await Utils.uploadFileNewVersion(personalFiles, docxFile);
|
||||
|
||||
|
Reference in New Issue
Block a user