mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
@@ -99,8 +99,6 @@ describe('Upload component', () => {
|
||||
});
|
||||
|
||||
it('[C272788] Should display upload button', async () => {
|
||||
await expect(await contentServicesPage.getSingleFileButtonTooltip()).toEqual('Custom tooltip');
|
||||
|
||||
await contentServicesPage.checkUploadButton();
|
||||
await contentServicesPage.checkContentIsDisplayed(firstPdfFileModel.name);
|
||||
});
|
||||
@@ -133,13 +131,6 @@ describe('Upload component', () => {
|
||||
await uploadDialog.dialogIsNotDisplayed();
|
||||
});
|
||||
|
||||
it('[C272794] Should display tooltip for uploading files', async () => {
|
||||
await uploadToggles.enableMultipleFileUpload();
|
||||
await uploadToggles.checkMultipleFileUploadToggleIsEnabled();
|
||||
await expect(await contentServicesPage.getMultipleFileButtonTooltip()).toEqual('Custom tooltip');
|
||||
await uploadToggles.disableMultipleFileUpload();
|
||||
});
|
||||
|
||||
it('[C279920] Should rename a file uploaded twice', async () => {
|
||||
await contentServicesPage.uploadFile(pdfFileModel.location);
|
||||
await contentServicesPage.checkContentIsDisplayed(pdfFileModel.name);
|
||||
|
Reference in New Issue
Block a user