mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-11855] include e2es lithium (#5194)
* [ACS-11855] included some e2es + small refactoring / improvements * [ACS-11855] more tests include * [ACS-11855] sonar cloud fix 1 * [ACS-11855] copilot review fixes 1 * [ACS-11855] copilot review fixes 2 * [ACS-11855] small tests fixes or improvements * [ACS-11855] fixed failing tests * [ACS-11855] sonar cloud fix * [ACS-11855] sonar cloud fix 2 * [ACS-11855] more search improvements * [ACS-11855] review fix 1 * [ACS-11855] review fix 2 * [ACS-11855] more small improvements
This commit is contained in:
@@ -52,6 +52,7 @@ test.describe('Upload files', () => {
|
||||
await personalFiles.acaHeader.uploadFileButton.click()
|
||||
]);
|
||||
await fileChooserWindow.setFiles(TEST_FILES.JPG_FILE.path);
|
||||
await personalFiles.page.waitForTimeout(1500);
|
||||
});
|
||||
|
||||
test.afterAll(async () => {
|
||||
|
||||
Reference in New Issue
Block a user