mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9301] Updated IDs with the new test cases (#4483)
This commit is contained in:
@@ -196,7 +196,7 @@ test.describe('Upload new version', () => {
|
||||
await personalFiles.dataTable.performClickFolderOrFileToOpen(parentUnsupported);
|
||||
});
|
||||
|
||||
test('[C587084] Should display unknown format the preview for an unsupported file', async ({ personalFiles }) => {
|
||||
test('[XAT-17776] Should display the unknown format preview for an unsupported file in the viewer', async ({ personalFiles }) => {
|
||||
await uploadNewVersion(personalFiles, TEST_FILES.JPG_FILE.name, TEST_FILES.FILE_UNSUPPORTED.path);
|
||||
await personalFiles.uploadNewVersionDialog.uploadButton.click();
|
||||
await previewUnsupportedFile(personalFiles, TEST_FILES.FILE_UNSUPPORTED.name);
|
||||
|
||||
@@ -63,13 +63,13 @@ test.describe('Upload files', () => {
|
||||
expect(uploadedFiles, 'Uploaded file was not present in data table').toBe(true);
|
||||
});
|
||||
|
||||
test('[T14752064] Close the upload dialog', async ({ personalFiles }) => {
|
||||
test('[XAT-17778] The upload dialog can be closed', async ({ personalFiles }) => {
|
||||
await expect(personalFiles.uploadDialog.closeButton, 'Close button was not visible').toBeVisible();
|
||||
await personalFiles.uploadDialog.closeButton.click();
|
||||
await expect(personalFiles.uploadDialog.uploadDialog, 'Upload Dialog was visible').toBeHidden();
|
||||
});
|
||||
|
||||
test('[T14752051] Minimize / maximize the upload dialog', async ({ personalFiles }) => {
|
||||
test('[XAT-17779] The upload dialog can be minimized and maximized', async ({ personalFiles }) => {
|
||||
await personalFiles.uploadDialog.minimizeButton.click();
|
||||
await expect(personalFiles.uploadDialog.uploadDialogMinimized, 'Upload Dialog was not minimized').toBeVisible();
|
||||
await personalFiles.uploadDialog.minimizeButton.click();
|
||||
@@ -83,7 +83,7 @@ test.describe('Upload files', () => {
|
||||
await expect(personalFiles.acaHeader.uploadButton, 'Upload button in Personal Files was not visible').toBeVisible();
|
||||
});
|
||||
|
||||
test('[T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel', async ({
|
||||
test('[XAT-17777] Upload dialog remains fixed in the browser when user performs other actions in parallel', async ({
|
||||
personalFiles,
|
||||
myLibrariesPage
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user