mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +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:
@@ -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