mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-11051] getChild usage refactored (#5056)
* [ACS-11051] getChild usage refactored * [ACS-11051] sonar fix 1 * [ACS-11051] test fixes 1 * [ACS-11051] test fixes 2 * [ACS-11051] review fixes 1 * [ACS-11051] review fixes 2
This commit is contained in:
@@ -80,7 +80,7 @@ test.describe('Edit offline - on Personal Files', () => {
|
||||
expect(download.suggestedFilename()).toBe(file1);
|
||||
});
|
||||
|
||||
test('XAT-5305] Lock information is displayed', async ({ personalFiles }) => {
|
||||
test('[XAT-5305] Lock information is displayed', async ({ personalFiles }) => {
|
||||
expect(await personalFiles.dataTable.isItemPresent(fileLocked2)).toBe(true);
|
||||
expect(await personalFiles.dataTable.getLockOwner(fileLocked2)).toContain(username);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user