[ACS-10475] [Search] UX improvements for search (#5042)

This commit is contained in:
Dominik Iwanek
2026-03-13 16:18:55 +01:00
committed by GitHub
parent 683eab8be4
commit b2f1245c7d
60 changed files with 1640 additions and 1525 deletions
@@ -117,7 +117,7 @@ test.describe('Folder Rules Actions', () => {
await nodesPage.rulesToolbar.clickCreateRuleButton();
await expect(nodesPage.manageRulesDialog.createRuleButton).toBeDisabled();
await nodesPage.manageRulesDialog.cancelRuleButton.click();
expect(nodesPage.manageRules.checkIfRuleListEmpty()).toBeTruthy();
expect(await nodesPage.manageRules.checkIfRuleListEmpty()).toBe(true);
});
test('[XAT-887] Create a disabled rule', async ({ personalFiles, nodesPage }) => {