[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:
Adam Świderski
2024-07-16 13:21:05 +02:00
committed by GitHub
parent 1920dcd929
commit cbbb733551
13 changed files with 435 additions and 138 deletions

View File

@@ -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 }) => {