mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-4425] Improved share file with expiration date test (#3133)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"C589205": "https://alfresco.atlassian.net/browse/ACA-4353",
|
||||
"C261153": "https://alfresco.atlassian.net/browse/AAE-7517",
|
||||
"C306959": "https://alfresco.atlassian.net/browse/ACA-4620",
|
||||
"C286332": "https://alfresco.atlassian.net/browse/ACS-4425"
|
||||
"C306959": "https://alfresco.atlassian.net/browse/ACA-4620"
|
||||
}
|
||||
|
@@ -197,7 +197,7 @@ describe('Share a file', () => {
|
||||
|
||||
await BrowserActions.click(shareDialog.datetimePickerButton);
|
||||
expect(await shareDialog.dateTimePicker.isCalendarOpen()).toBe(true, 'Calendar not opened');
|
||||
const date = await shareDialog.dateTimePicker.setDefaultDay();
|
||||
const date = await shareDialog.dateTimePicker.pickDateTime();
|
||||
await shareDialog.dateTimePicker.waitForDateTimePickerToClose();
|
||||
|
||||
const setDate = `${date}`.replace(',', '');
|
||||
|
Reference in New Issue
Block a user