mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-4894] [E2E] Added new e2e for update folder rules (#3929)
* [ACS-4892] [E2E] Created new tests for adding folder rules * [ACS-4892] deleted the unused if enum * [ACS-4894] Added update folder rules tests * [ACS-4894] sonar fix 1 * [ACS-4894] sonar fix 2 * [ACS-4894] sonar fix 3 * [ACS-4894] review fixes 1 * [ACS-4894] review fixes 2 * [ACS-4894] review fixes 3 * [ACS-4894] comments deleted * [ACS-4894] eslint fix
This commit is contained in:
@@ -117,8 +117,7 @@ test.describe('viewer action file', () => {
|
||||
test('[C213237] Tooltip appears on hover on a step in breadcrumb', async ({ personalFiles }) => {
|
||||
await personalFiles.navigate({ remoteUrl: `#/personal-files/${subFolder2Id}` });
|
||||
const item = personalFiles.breadcrumb.items.nth(2);
|
||||
const title = await item.getAttribute('title');
|
||||
expect(title).toEqual(subFolder1);
|
||||
await expect(item).toHaveAttribute('title', subFolder1);
|
||||
});
|
||||
|
||||
test('[C213238] Breadcrumb updates correctly when folder is renamed', async ({ personalFiles, nodesApiAction }) => {
|
||||
|
Reference in New Issue
Block a user